#logo{
    width: auto;
}
.color-main{
    color: #86923a;
    color: #59662d;
}
.htl-page h3, .htl-reservation h3,.htl-reservation-bar h3, td._type{
    color: #86923a;
    color: #59662d;
}
.htl-page header::after, .htl-reservation header::after {
    background: #6c5738;    
}
.bg-main, .htl-action.accent{
    background: #86923a;
    background: #59662d;
}
.navbar.bg-main{
    background-color: white;
}
.navbar-light .navbar-nav .show.htl-language > a.nav-link,
.navbar-light .navbar-nav .show.htl-language > a.nav-link:active,
.navbar-light .navbar-nav .show.htl-language > a.nav-link:focus,
.bg-main .nav-item > .nav-link,
.bg-main .nav-item.active > .nav-link {
    color: #191c0d;
    color: #59662d;
    font-weight: bold;
}
.bg-main .nav-item > .nav-link:hover {
    color: #59662d;
}
.bg-main .badge.badge-secondary, .htl-action.accent:hover  {
    background-color: #86923a; 
}
.bg-gray{
    background-color: #e9ecef;
}

.bg-gray-dark{
    background-color: #F3F4F6;
}

.bg-blue{
    background-color: #3E8CC1;
}
.htl-language {
    background: transparent;
}
.htl-language > a {
    background-color: #eee;
}

.htl-page header:after,
.htl-reservation header:after {
    background:#755343;
}
.htl-accent-bg {
    background-color:rgba(34, 72, 98, 0.15);
}
.htl-action {
    background-color: #6c5738;
}
.htl-action:hover {
    color: #FFFFFF;
    background-color: #94846e;
}
/*
.htl-excursions .htl-photo {
    height: 24rem;
    background:
        url(../images/cover/excursions.jpg) center center no-repeat;
    background-size: cover;
}
.htl-rooms .htl-photo {
    height: 24rem;
    background:
        url(../images/cover/rooms.jpg) bottom center no-repeat;
    background-size: cover;
}
.htl-room .htl-photo {
    height: 26rem;
    background: url(../images/cover/room_1.jpg) center center no-repeat;
    background-size: cover;
}
.htl-gallery .htl-photo {
    height: 24rem;
    background: url(../images/cover/gallery.jpg) top center no-repeat;
    background-size: cover;
}
.htl-contact .htl-photo {
    height: 24rem;
    background: url(../images/cover/contact.jpg) center center no-repeat;
    background-size: cover;
}
.htl-map .htl-photo {
    height: 24rem;
    background: url(../images/cover/map.jpg) center center no-repeat;
    background-size: cover;
}*/

.htl-form select, .htl-form .form-control {
    font-weight: bold;
    font-size: .85rem;
}
.navbar-lagos .dropdown-item {
    font-weight: bold;
    color: #59662d; 
  }