@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

b, strong, label {
    font-weight: 500;
}

ul.nav.nav-pills.nav-justified.main-nav {
    background: #f8f8f8;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.nav-pills > li > a {
    font-weight: 500;
}

.nav-logo a img {
    width: 100px;
}

div.house-image-wrapper > a#houseinfoOpen {
    display: inline-block;
}

div.house-image-wrapper > a#houseinfoOpen,
#booknow_hostelinfobox[data-sidebar] .houseGallery,
img.crs4-gallery.single {
    width: 100%;
}

#terms_accepted_wrap a,
.nav-pills > li > a,
a.more-info,
footer .footer a,
a.glyphicon,
a i.glyphicon,
#houseinfoOpen span.glyphicon {
    color: #417b6a;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #417b6a;
}

h2.panel-title.numGuests.h3,
#summary_box .panel-title,
.alert.alert-info,
.article-select-btn:focus {
    color: #000;
}

.btn-danger,
.btn.article-select-btn.btn-danger {
    color: #fff;
}

.btn-danger {
    background-color: #ac2925;
}

.btn-danger:hover {
    background-color: #d9534f;
    color: #000;
}