body{
    font-family: 'Droid Serif', serif;
    background-color: #d0ddd7;
    
}
h1,h2,h3,h4,h5,h6{
     font-family: 'Droid Serif', serif;
}
#menu li{
    font-size: 18px;
}
.navbar{
    height: 80px;
    padding-top: 20px;
}
.navbar-collapse{
    background-color:#fff;
}
h1{
color:#666;
}
h2{
  color:#666;
}  
p{
    line-height: 200%;
    font-size: 18px;
    color: #666;
    font-style: italic;
}

#btreserva{
    background-color: #4a7856;
    color: #fff;
}
.reserva2{
    background-color: #4a7856;
    color: #fff;
    width: 100%;
    text-align: center;
}
p.reserva2 a:hover{
    text-decoration: none;
    color: #fff;
}
p.reserva2 a{
    color: #fff;
}
#agradeco{
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -300px;
}
#agradeco a{
    color: #4a7856;
}
.marcadorul{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #666;
    padding-left: 10px;
}
.marcadorli{
    font-size: 18px;
}
.btn-sucess{
    background-color: #4a7856;
}
#topo{
    background-color: #1a1f16;
    color: #888;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
}
#cabecalho{
    background-color: #fff;
    top:25px;
}
#logo{
    width: 200px;
    height:70px;
    position: absolute;
    z-index: 1000;
    margin-top: -10px;
}
#cabecalhohotel{
    height: 200px;
    margin-top: 105px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/o-hotel.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}
#cabecalhoacomodacoes{
    height: 200px;
    margin-top: 105px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/acomodacoes.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
#cabecalhoeventos{
    height: 200px;
    margin-top: 105px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/eventos.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}
#cabecalhopacotes{
        height: 200px;
    margin-top: 105px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/pacotes.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}
#cabecalhodiadanoiva{
        height: 600px;
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/dia-da-noiva-g.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}
    #cabecalholuademel{
        height: 600px;
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/pc-lua-de-mel-g.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}
    #cabecalhocafedamanha{
        height: 600px;
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/pc-cafe-da-manha-g.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.btn-success li a{
    color: #fff;
}
#myCarousel{
    padding-top: 105px;
}
.carousel-caption p{
    font-family: 'Droid Serif', serif;
    font-size: 50px;
    color: #fff;
    font-weight: normal;
}
.space25{
    padding-top: 25px;
}
.space75{
    padding-top: 75px;
}
.space100{
    padding-top: 100px;
}
.space130{
    padding-top: 130px;
}
.destaque1{
    border-bottom: 1px solid #4a7856;
    border-top: 1px solid #4a7856;
    padding: 10px;
    margin-top: 20px;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #666;
    text-align: center;
    font-style: italic;
}
.destaque2{
    padding: 10px;
    margin-top: 20px;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #666;
    text-align: center;
    font-style: italic;
}
.destaque3{
    padding: 10px;
    margin-top: 20px;
    font-size: 15px;
    color: #4a7856;
    text-align: center;
}
.destaquereserva{
    padding: 10px;
    margin-top: 40px;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #fff;
    background-color: #4a7856;
    text-align: center;
    font-style: italic;
    
}
.destaquetopo{
    color: #fff;
    font-size: 50px;
    line-height: 200px;
    text-shadow: 1px 1px 5px rgba(80, 80, 80, 1);
}
#rodape{
    background-color: #4a7856;
    color: #fff;
    padding-bottom: 30px;
}
#rodape p{
    color: #fff;
    font-size: 15px;
    
}
#rodape a{
    color: #fff;
    text-decoration: underline;
}

/* Dispositivos pequenos (tablets, 768px e superiores) */

/*CONTROLE DA BARRA DE MENU*/
@media (max-width: 800px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/*FIM CONTROLE DA BARRA DE MENU*/
@media (max-width: 868px) {
        .carousel-caption p{
        font-size: 35px;
    }  
    
}
@media (max-width: 768px) {
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
   
    .carousel-caption p{
        font-size: 35px;
    }
    

.space25{
    padding-top: 25px;
}
.space75{
    padding-top: 0px;
}
    .space100{
    padding-top: 0px;
}
.space130{
    padding-top: 0px;
}
    .destaque2{
        font-size: 15px;
        margin-top: 2px;
    }
}
@media (max-width: 400px) {
    .space25{
    padding-top: 0px;
}
.space75{
    padding-top: 0px;
}
    .space100{
    padding-top: 0px;
}
.space130{
    padding-top: 0px;
}
    .destaque2{
        font-size: 15px;
        margin-top: 2px;
    }
    p{
        font-size: 15px;
    }
    h1{
        font-size: 25px;
        text-align: center;
    }
    img{
        padding-top: 20px;
    }
    .destaquetopo{
        font-size: 30px;
    }
    .marcadorli{
        font-size: 15px;
    }
    .carousel-caption p{
        font-size: 20px;
    }
    .carousel-control{
        display: none;
    }
    #myCarousel{
        padding-top: 100px;
    }
    #cabecalhoacomodacoes{
        display: none;
    }
    #conteudoindex{
        padding-top: 100px;
    }
    #myCarousel{
        display: none;
    }

}

/* Dispositivos médios (desktops, 992px e superiores) */
@media (min-width: @screen-md-min) {


}

/* Dispositivos grandes (desktops grandes, 1200px e superiores) */
@media (min-width: @screen-lg-min) { }