.site-button-link{
    margin-left: 36px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 19px;
}

.page-item.active .page-link{
    background-color:#ab8a62 ;
    border-color:unset;
}

.page-link:hover{
    color: #aa8453;
}

.page-link{
    color: black;
}

.page-link:focus{
    box-shadow: 0 0 0 0.2rem rgba(131, 117, 122, 0.3);
}

.site-button-link:hover{
    color:#aa8453!important;
}

/*.home-facilities{*/
/*    padding-bottom: unset;*/
/*}*/

.flag{
    margin-top: -7px;
    width: 65%;
    height: auto;
}
.alert-success{
    background: transparent;
    color: rgb(3, 3, 3);
    border: 1px solid rgba(51, 143, 35, 0.3);
    border-radius: 1px;
}

.footer-explore-list li + li{
    color: #adadad;
}

.hotel-types{
    color: whitesmoke ;
}

/*.navbar .navbar-nav .active {*/
/*    color: #aa8453 !important;*/
/*}*/
.gallery-description, .gallery-description1{
    font-size: 25px!important;
}
.gallery-description{
    margin-bottom: 5px!important; ;
}

.bg-cream{
    background-image: url("../img/background.jpg")!important;
}
@media (max-width: 912px){
    .flag{
        width:9%!important;
    }
}
