@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;  
}

body {
    background: url('imgs/bg_1.png') repeat;
    padding: 0;
    margin: 0;
}
#wapper{
   /*  display: block;
    position: absolute; 
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: -moz-linear-gradient(-40deg, rgba(0,0,0,0.85) 40%, rgba(255,255,255,0) 100%); FF3.6-15
    background: -webkit-linear-gradient(-40deg, rgba(0,0,0,0.85) 40%,rgba(255,255,255,0) 100%); Chrome10-25,Safari5.1-6
    background: linear-gradient(-40deg, rgba(0,0,0,0.85) 40%,rgba(255,255,255,0) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); IE6-9 fallback on horizontal gradient */
}

div#content {
    position: relative;
    max-width: 768px;
    margin: 10% auto 0;
    padding: 20px 20px;
}

div#imagem {
    display: table-cell;
    margin: 0 20px 40px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

h1, h2{
    margin-top: 40px;
    font-weight: 400; 
}
a{
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    color: #e1d12d; 
}
footer{
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 30px;
    padding: 20px 0;
}
h6{ 
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    color: white;
}
a.tel{
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    color: white;
}