.light {
    background: #fff;
}
.light .h1 {
    color: #c6ab8c;
}
.light .h1:before {
    color: #f7f7f7;
}
.light .room-price {
    color: #988a79;
}

.light .theme-toggle {
    background: #000;   
}

.light .mainnav {
    background: #fff;
}

.light .menu-inner {
    background: #fff;    
}

.light .mainnav a.active {
    color: #a18865;
}

.light .mainnav a:hover {
    /*background: #ebd5b6;;*/
    color: #c29f6d;
    outline: none;
}

.light .logo-img {
    fill: #c1ac8e;
}

.light .btn-dark {
    color: #c1ac8e;
    background: #fff;
}

.light .btn-dark:not(:disabled):not(.disabled).active, .light .btn-dark:not(:disabled):not(.disabled):active, .light .show>.btn-dark.dropdown-toggle {
    color: #c1ac8e;
    background-color: #fff;
    border-color: #c1ac8e;
}
.light .about {
    background: rgba(255,255,255,.8);
    color: #000;
}
.light .room-item {
    border: 10px solid #fff;
}

.light .item-bg-image {
    opacity: 1;
}

.light .item-border {
    border: 10px solid #fff;
}

.light .title-border {
    color: #c1ac8e;
}

.light #galleryId>div {
    border: 10px solid #fff;
}

.light #contactspage {
    color: #c1ac8e;
}
/*
.light .btn-dark:hover {
    color: #232122;
    background: #A28D78;

}
*/