body {
    background:#7fac71 url('img/bg.jpg') repeat-x top center;
}
h1, h2, h3{
    font-family: 'Lusitana', serif;
    color: #3d321b;
}
p{
    font-size: 16px;
    color: #3d321b;
    text-align: justify;
}
a, a:hover{
    color:#db6e35;
}
span{
    color:#307d34;
}
.header {
}
.menu{
    background: url('img/menu.png') no-repeat bottom left;
    height:130px;
}
.navbar{
    background: url('img/navbar.png') no-repeat top right;
    height: 100px;
}
.nav{
    background: #55482b;
    width:83%;
    height:50px;
    padding: 0 10px;
    margin:47px 0 0 93px !important;
    border-radius:7px;
    box-shadow:inset 0px 1px 0px 0px #887f6a;
    border:1px solid #55482b;
}
@media(max-width:979px){
    .nav{
        margin:0 0 0 90px !important;
        width:76%;
        height:auto;
        box-shadow:none;
    }
}
.nav li a{
    padding:15px 20px !important;
    color: #e7e2d1 !important;
}
.nav li a:hover, .nav li.current, .nav li.current a{
    background: #3d321b !important;
}
.content{
    background: rgba(252, 247, 237, .8);
    padding:30px 0;
    margin-top:100px;
    border-radius: 15px; 
    box-shadow: 0 0 20px #666;
}
@media(max-width:767px){
    .content{
        padding:30px;
        margin-top:10px;
    }
}
.coluna-lateral{
    padding: 20px;
    border-left: 2px dotted #887f6a;
}
.footer{
    background:#54472a url('img/footer.png') repeat-x top left;
    min-height:100px;
    margin-top:20px;
    padding: 20px 0;
}
.footer p{
    color: #eee;
}
@media(max-width:767px){
    .footer{
        padding:30px;
    }
}
