body{
    background: #4f0e0e;
    color: #ccc;
}
.row{
    margin: 30px 0 !important;
}
h1{
    text-transform: uppercase;
    font-weight: bold;
    color: #D9B185;
}
section{
	padding-top: 30px;
    padding-bottom: 50px;
}
section#localizacao{
    padding: 0;
}
section.bg-1{
    background: url(../img/bg-1.jpg) no-repeat;
    background-size: cover;
}

section.bg-2{
    background: url(../img/bg-2.jpg) no-repeat;
    background-size: cover;
}
footer{
    background: url(../img/fundo2.png);
    padding: 20px;
}
p{
    font-size: 18px;
    line-height: 1.5;
}
h3{
    color: bisque;
}
/*MENU NAVEGAÇÃO E LOGOTIPO*/
.navbar{
    height: 70px;
    padding-right: 150px;
    background: rgba(255, 255, 255, .8);
}

.navbar li{
    padding: 10px 0;
}
.navbar ul li a{
    font-size: 18px;
}
.logo{
    height: 150px;
    margin-left: 120px;
}
/*slider*/
.grid-slide{
    padding: 0 !important;
    margin-bottom: 50px !important;
}
.divslider{
    height: auto;
}
#slider img{
	height: auto;
    width: 100%;
}
/* FOTOS RESTAURANTE */
.foto1{
    border-radius: 50px 0 0 0;
}
.foto2{
    border-radius: 0 50px 0 0;
}
.foto3{
    border-radius: 0 0 0 50px;
}
.foto4{
    border-radius: 0 0 50px 0;
}
img.grayscale{
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}
img.grayscale:hover{
    filter: none;
    transition: all .6s;
}
/* RODÍZIO */
img.grayscale-inverse:hover{
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
    transition: all .9s;
}
#rodizio p, #rodizio small{
    color: #ccc;
}
#rodizio p{
    padding-bottom: 50px;
}
.texto{
    padding-top: 90px;
    line-height: 2;
}
h3{
    line-height: 2;
}
/* CARDÁPIO E CONTATO */
.btn-cardapio{
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
}
.btn-cardapio:hover{
    background: #ac6819;
}
#contato form input, #contato form textarea{
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #999;
}
#contato form input:focus, #contato form textarea:focus{
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15px #ac6819 inset;
    color: #333;
}

#contato form textarea{
    height: 260px;
}
/* FOOTER */
address{
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
}
@media (min-width: 769px) and (max-width: 1200px){
    .navbar{
        padding-right: 5px;
        height: auto;
    }
    .logo{
        height: 120px;
        margin-left: 10px;
    }
    .divslider{
        height: auto;
    }
    #slider img{
        height: auto;
        width: 100%;
    }
    
    h1{
        font-size: 28px;
    }
    .fotos-restaurante{
        padding-top: 95px;
    }
    .texto{
        padding-top: 0;
        line-height: 2;
    }
    h3{
        line-height: 1.4;
    }
    
}
@media (min-width: 577px) and (max-width: 768px){
    .navbar{
        padding-right: 5px;
        height: auto;
    }
    .navbar-toggle{
        margin-top: 16px;
    }
    .logo{
        height: 75px;
        margin-left: 0;
        padding: 0;
    }
    .divslider{
        height: auto;
    }
    #slider img{
        height: auto;
        width: 100%;
    }
    
    h1{
        font-size: 28px;
    }
    .fotos-restaurante{
        padding-top: 95px;
    }
    .texto{
        padding-top: 0;
        line-height: 2;
    }
    h3{
        line-height: 1.4;
    }
    
}
@media (max-width: 576px){
    .navbar{
        height: auto;
        background: #fff;
    }
    .divslider{
        height: auto;
        margin-top: 50px;
    }
    #slider img{
        height: auto;
        width: 100%;
    }
    .navbar{
        padding-right: 5px;
    }
    .navbar-toggle{
        margin: 10px;
    }
    .logo{
        height: 55px;
        margin-left: 0;
        padding: 0;
    }
    h1{
        font-size: 28px;
    }
    .fotos-restaurante{
        padding-top: 20px;
    }
    .texto{
        padding-top: 0;
        line-height: 2;
    }
    h3{
        line-height: 1.4;
    }
    

}