@font-face {
   font-family: fontDestaque;
   src: url(../fonts/adobefanheitistd-bold.otf);
}
@font-face {
   font-family: fontLight;
   src: url(../fonts/Bobbleboddy_light.ttf);
}
body{
    background: #333;
    color: aliceblue;
}
.container{
	padding: 0 !important;
}
section{
    min-height: auto;
    padding: 50px 0;
}
h1, h2, h3, h4, h5, h6{
    color: #4f823b;
    font-weight: bold;
}
/* MENU */
.navbar-brand{
    padding-left: 120px;
    font-family: fontDestaque;
    font-size: 32px;
}
.navbar-brand span{
    font-family: fontLight;
    color: #4f823b;
}
.navbar-toggle{
	margin-right: 25px !important;
}
.row{
	margin: 0 !important;
}
.logotipo{
    position: absolute;
    top: 60px;
    left: 100px;
    z-index: 9999;
}
.logotipo img{
    height: 220px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background: #426b32 !important;
}
/* SLIDE */
.grid-slide{
	padding: 0 !important;
}
.divslider{
	margin: 50px 0;
	height: 700px;
}
#slider img{
    width: 100%;
	height: 700px;
}

/* TITULOS PAGE HEADER */
.page-header h1{
    background: url(../img/bg-titulo.png) no-repeat left;
    background-size: contain;
    height: 60px;
    padding-left: 15px;
    padding-top: 7px;
    text-shadow: 2px 2px 0px #2a4520;
    text-transform: uppercase;
    color: #fff;
}
.page-header{
    border-bottom: 2px solid #4f823b;
}
/* RESTAURANTE */
#restaurante p{
    text-align: justify;
    line-height: 2;
    font-size: 1.5em;
    padding: 30px;
}
.galeria-restaurante{
    padding-top: 70px;
}

/* RODÍZIO */
#rodizio{
    background: url(../img/templo.jpg) no-repeat center;
    background-size: cover;
}
#rodizio p{
    font-size: 1.5em;
    padding-bottom: 10px;
}
#rodizio img{
    padding-top: 30px;
}

/* CARDÁPIO */
#cardapio{
    min-height: auto;
    padding-bottom: 50px;
}
#cardapio p{
    font-size: 1.3em;
    line-height: 2;
    text-align: justify;
    padding-top: 60px;
}
.galeria-cardapio{
    padding-top: 50px;
}
.botao-cardapio{
    padding: 50px 0;
    text-transform: uppercase;
}

/* LOCALIZAÇÃO */
#localizacao{
    min-height: auto;
}
#contato{
    min-height: auto;
    padding: 50px 0;
}

/* FOOTER */
footer{
    padding: 20px 0;
    background: #000;
}
footer a{
    color: #4f823b;
}
footer a:hover{
    color: #81d560;
}

/* TABLET */ 
@media (min-width: 577px) and (max-width: 768px){
    /* MENU */
    .navbar-brand{
        padding-left: 15px !important;
    }
    .logo{
        height: 120px;
    }
    
    /* SLIDER */
    .divslider{
        margin: 50px 0;
        height: auto;
    }
    #slider img{
        width: 100%;
        height: auto;
    }
    /* RESTAURANTE */
    #restaurante p{
        line-height: 1.5;
        font-size: 1em;
        padding: 15px;
    }
    /* RODÍZIO */
    #rodizio p{
        font-size: 1.3em;
        padding-bottom: 10px;
    }

    /* CARDÁPIO */
    #cardapio{
        padding-bottom: 30px;
    }
    #cardapio p{
        font-size: 1em;
        line-height: 2;
        text-align: justify;
        padding-top: 30px;
    }
    .galeria-cardapio{
        padding-top: 35px;
    }
    .botao-cardapio{
        padding: 30px 0;
    }
    /* LOCALIZAÇÃO */
    #contato{
        min-height: auto;
        padding: 30px 0;
    }

}

/* MOBILE */
@media (max-width: 576px){
    section{
        min-height: auto;
        padding: 30px 0;
    }
    /* MENU */
    .navbar-brand{
        padding-left: 15px !important;
    }
    .logo{
        height: 80px;
    }
    
    /* SLIDER */
    .divslider{
        margin: 50px 0;
        height: auto;
    }
    #slider img{
        width: 100%;
        height: auto;
    }
    /* RESTAURANTE */
    #restaurante p{
        line-height: 1.3;
        font-size: 1em;
        padding: 20px 0 0 0;
    }

    /* RODÍZIO */
    #rodizio p{
        font-size: 1.3em;
        padding-bottom: 10px;
    }

    /* CARDÁPIO */
    #cardapio{
        padding-bottom: 30px;
    }
    #cardapio p{
        font-size: 1em;
        line-height: 2;
        text-align: justify;
        padding-top: 30px;
    }
    .galeria-cardapio{
        padding-top: 35px;
    }
    .botao-cardapio{
        padding: 30px 0;
    }
    /* LOCALIZAÇÃO */
    #contato{
        min-height: auto;
        padding: 30px 0;
    }


}