nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #eedfc1;
  margin-top: -40px;
}

h3{
  font-size: 1em;
  margin-bottom: -20px;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

/*base*/

body, html{
  width: 100%;
  overflow-x: hidden;
}

#organicos, #cozinha-aberta, #comidinhas, #chef {
  padding-top:5px;
  padding: 0 1.5rem;
}


@font-face {
  font-family: "Handlee";
  src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }


body {
  background: url('../images/fundo_body.jpg') fixed;
  font-family: 'Special Elite';
  font-size: 1.2em;
  overglo
}

#main-content {
  margin-top: 7%;
    background: url('../images/fundo_content.jpg');
    -webkit-box-shadow: 1px 3px 5px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 3px 5px 1px rgba(50, 50, 50, 0.75);
box-shadow:         1px 3px 5px 1px rgba(50, 50, 50, 0.75);
color: #42210b;

}



/*main-nav*/

#logo-container{
  margin-left: -40px;
  margin-top: -3%;
  width: 25%;

}

    nav { 
            padding-top: 40px;
            height: 115px;
    }

#main-nav-wrap {
  background: url('../images/menu-bg.png') top right  no-repeat;
  background-size:100%;
  padding-bottom: 20px;
   height: 120px;
   
}

#main-nav {
  font-family: 'Handlee', cursive;
    margin: 1% 2% 0 0 ;
}

#main-nav li{
  margin: 10px;
}

#main-nav li a{
 color: #eedfc1;
      text-transform: uppercase;
    font-size:0.9em;
    padding:0;
 display: block;

}

#main-nav li a:hover, #main-nav li.active a  {
  background-color: transparent;
  background: url("../images/underline.png") no-repeat center 35px ;

}

#nav-mobile {
  font-family: 'Handlee';
  
}

h2{
  font-family: 'Handlee';
  font-size: 1.9em;
  font-weight: bold;
margin-left: 10%;
}

h3{
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.clear{
  clear: both;
}

/*apresentacao*/

#home{
  padding: 0 1.5rem;
  padding-bottom: 50px;

}

#apresentacao-texto{
  padding-top: 80px;
}


.links-modal{
  margin-bottom: 20px;
  float: right;
}
.links-modal li{
 float: left;
 margin-left: 3px;


}

.links-modal li a{
  display: block;
 width: 50px;
  height: 50px;
text-indent: 9999999px;
outline: none;
background: url('../images/redes.png') no-repeat top left;
}

.links-modal li a:hover{
  opacity: 0.5;
}

.links-modal li.instagram a{
  background-position: -50px 0;

}

.links-modal li.contato a{
  background-position: -100px 0;

}

.links-modal li.facebook a{
  background-position: -150px 0;

}

.links-modal li.tripadvisor a{
  background-position: -200px 0;

}


/*bom do dia*/


.bom-do-dia{
    font-size: 1em;
    font-family: 'Handlee';   
    width: 100%;
   
      margin-left:38px;
  background: url("../images/bom-bg-bottom.png") no-repeat  center bottom;
   background-size: 100%;
   position: relative;  

}

.bom-do-dia h3 {
  text-align: center;
  font-size: 1.2em;
  height: 100px;
  margin-top: 120px;
  margin-bottom: 40px;
line-height: 25px;

} 

.bom-do-dia-title{ 
  background: url("../images/bom-bg-top.png") no-repeat  center top ;
  background-size: 100%;
  padding: 45px 20px 0 20px;
  width: 100%;
  margin-top: ;
}

.bom-do-dia-body{ 
  padding: 0 20px 120px 20px;
  margin-top: -60px;

}

.texto-centro{
  text-align: center;
  margin-bottom: 60px;
}


.fotos-wrap{
  position: relative;
  margin-top: 80px;
}

.polaroid{
  background: url('../images/fundo_polaroid.jpg') no-repeat;
  background-size: 100%;
  width: 60%;
  padding: 2%;
   -webkit-box-shadow: 1px 3px 5px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 3px 5px 1px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 3px 5px 1px rgba(50, 50, 50, 0.75);
}

#foto01{
  margin-top: 40px;
}

.polaroid:nth-child(2) {
position: absolute;
  left: 52%;
  top: -8%;
}

.polaroid:before{
  content: url('../images/alfinete.png');
    position: absolute;
    margin-top: -35px;
    margin-left:25%;
}

.polaroid img {
  width: 100%;
  }


.polaroid h4{
  font-size: 1em;
  margin: 7px 0 0 0;
  padding: 0 10px 0 10px;
  line-height: 20px;
  text-align: center;
}


h2.organicos-h2:before{
    content: url(../images/coracao_verde.png);
    position: absolute;
    width: 80%;
    margin: -150px 0 0 -80px;
}



/*galeria*/

.modal-contnt{
    font-family: 'Handlee';

      background: url('../images/fundo_content.jpg');

}

#fotos-galeria li{
  width: 20%;
  float: left;
  margin: 2%;
  
}

#fotos-galeria li img {
  width: 100%;
  border-radius: 10px;
  border: 4px solid white !important;
}



/*mapa*/
#mapa{
  width: 100%; 
  height: 300px; 
  border: 1px solid #ccc;
}

/*comidinhas*/

#comidinhas {
  background: url('../images/divisao1.png') no-repeat bottom;
  background-size: 100%;
  padding-bottom: 130px;
  margin-bottom: 30px;
}

#comidinhas p, #comidinhas h3, #comidinhas h4{
  text-align: center;
}


h2.comidinhas-h2{
  margin-top: 80px;
}
h2.comidinhas-h2:before{
    content: url(../images/borb2.png);
    position: absolute;
    width: 80%;
    margin: -60px 0 0 -80px;
}

#comidinhas h3{
  margin-top: 20px;
  margin-bottom: -15px;
}

#comidinhas h4{
  font-size: 1.3em;
  margin-bottom: -20px;
}

#comidinhas .slider-wrap{
  background: url('../images/slide-bg-top.jpg') no-repeat top, url('../images/slide-bg-bottom.jpg') no-repeat bottom, url('../images/slide-bg.jpg') repeat-y;
   background-size: 100%;
  height: auto;
  padding: 13% 3% 13% 3%;
}


.slider .indicators .indicator-item{
  display: none;
}


/*cozinha aberta*/
#cozinha-aberta{
  position: relative;
  background:url('../images/divisao2.png') no-repeat bottom ;
  background-size: 100%;
  padding-bottom: 90px;

}

.cozinha-aberta-intro{
  width: 60%;
}

.cozinha-aberta-intro p{
  width: 70%;
}

#cozinha-aberta .agenda{
  background: url('../images/agenda.png') no-repeat top;
  background-size: 100%;
  width: 60%;
  height: 450px;
  position: absolute;
  top: 0;
  right: -45px;
  font-family: 'Handlee';
  font-size:0.9em;

}

#cozinha-aberta .agenda .page1{
  padding-top: 45%;
  width: 50%; 
  float: left;
}

#cozinha-aberta .agenda .page1 .compartilhe{
  margin-left: 30px;
}



#cozinha-aberta .agenda .page1 .compartilhe p{
  margin-bottom: -5px;
  font-family: 'Special Elite';
}
#cozinha-aberta .agenda .page1 .compartilhe li{
  float: left;
 
}

#cozinha-aberta .agenda .page1 .compartilhe li a{
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
 
}


#cozinha-aberta .agenda .page1 .compartilhe li a:hover{
  opacity: 0.6;

}


#cozinha-aberta .agenda .page1 .compartilhe li.facebook a{
  background: url('../images/agenda-facebook.png') center;
  background-size: 100%;

}

#cozinha-aberta .agenda .page1 .compartilhe li.twitter a{
  background: url('../images/agenda-twitter.png') center;
  background-size: 100%;

}

#cozinha-aberta .agenda .page2{
  width: 35%; 
  float: left;
  margin: 30px 0 0 0px;
}

#cozinha-aberta .agenda .page2 p{
  line-height: 22px;
}

#cozinha-aberta .agenda h2{
  display: none;
}

/*lojinha*/

#lojinha {
  margin-bottom: 15px;
  background: url('../images/fundo-lojinha.jpg');
  width: 100%;
  overflow: auto;
  margin-top: 30px;
  webkit-box-shadow: 1px 3px 5px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 3px 5px 1px rgba(50, 50, 50, 0.75);
box-shadow:         1px 3px 5px 1px rgba(50, 50, 50, 0.75);

}

#lojinha img{
  float: left;
  width: 50%;
}


#lojinha .text{
  float: right;
  width: 50%;
  padding: 20px;
}

#lojinha .text h2, #chef h2{
  margin: 0;
  
}


/*news*/
#news {
  overflow: hidden;
  padding-top: 90px;
  background:url('../images/divisao2.png') no-repeat top ;
  background-size: 100%;

}

#news h2{
  margin-bottom: -10px;
}

#news .news_slider .slide{
  width: 25%;
  padding: 20px;

}

#news .news_slider .slide figure {
padding: 0;
margin: 0;
width: 100%;
 height: 150px;
overflow: hidden;
position: relative;
}

#news .news_slider .slide img {
  width: 100%;
  height: auto;
  position: absolute;
  margin-top: -25%;
}


#news .news_slider .slide h4{
font-size: 0.8em;
line-height: 20px;
margin-top: -15px;
}


/*chef*/
#chef {
  padding-bottom: 120px;
  position: relative;
}

#chef p{
  width: 75%;
}

#chef:after{
  content: '';
  display: block;
  width: 110%;
  height: 20px;
 background: url('../images/main-bg-bottom.png');
 position: absolute;
 bottom:-19px; 
 left: -5%;

} 

#chef .polaroid {
  transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -webkit-transform-origin: 150px 0%;
    -ms-transform-origin: 150px 0%;
    transform-origin: 150px 0%;
  margin-left: 10%;
}

#chef .polaroid:before {
  margin-left: 20%;
} 

#chef .panelas{
  display: block;
  width: 343px;
  height: 167px;
  background: url('../images/panelas.png');
  position: absolute;
  bottom: 0;
  right: -50px;
}

#chef .tomate{
  display: block;
  width: 317px;
  height: 101px;
  background: url('../images/tomate-cenoura.png');
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#chef .rabanete{
  display: block;
  width: 196px;
  height: 208px;
  background: url('../images/rabanete.png');
  position: absolute;
  top: 15px;
  right: 15px;
}

/*footer*/

footer {
  margin-top: 200px;
  background: url('../images/fundo_rodape.jpg') repeat-x; 
  height: 159px;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 0.9em;
  position: relative;
}

footer:before{
  content: '';
  display: block;
  width: 110%;
  height: 169px;
 background: url('../images/flores_rodape.png');
 position: absolute;
top:-169px;

} 

@media only screen and (max-width : 1200px) {
  #main-nav li a{

    font-size:0.82em;


}

#main-nav li{
  margin: 5px;
}

  }

@media only screen and (max-width : 992px) {

  nav {
    height: 70px;
    background: url('../images/menu-bg.png') bottom no-repeat;

  }



  #logo-container{
  width: 70px;
  margin-left: 90px;
  margin-top: -40px;
  position: absolute;

}

#main-content {
  margin-top: 25px;

}


  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  #index-banner .section {
    top: 10%;
  }

  #main-nav-wrap {
  background: none ;
}

  

}

@media only screen and (max-width : 600px) {

  #apresentacao-texto{
  padding-top: 0px;
}


.bom-do-dia {
  margin-top: 40px;
}

  #index-banner .section {
    top: 0;
  }


#cozinha-aberta .agenda{
  position: relative ;
  width: 100%;
  height: 370px;
  right: 0;

}

.cozinha-aberta-intro{
  width: 90%;

}

.cozinha-aberta-intro p{
  width: 90%;
}



.icon-block {
  padding: 0 15px;
}

footer.page-footer {
  margin: 0;
}


#chef .tomate{
  display: none;
 
}

#chef .rabanete{
  display: none;

}

#chef p {
  width: 100%;
}

}



.scrollToTop{
  position: fixed;
  display: none;
  right:10px;
  bottom: 0px;
  z-index: 700;
  width: 25px;
  height: 25px;
    background: url('../images/back-top.png') no-repeat center;
    background-size: 100%;
 
}
