@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html, body {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

body {
    background-image: url('images/410310_bg.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
}

h1, h1, h3, h4, h5, h6 {
    font-family: Rubik, sans-serif;
}

h1 {
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}

h2 {
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}

ul.nav li.nav-logo a {
    padding-bottom: 0;
    padding-top: 0;
}

ul.nav li.nav-logo a:hover {
    background: transparent;
}

ul.nav li.nav-logo img {
    max-width: 150px;
}

#booknow_form h4#house_name {
    display: none;
}

input[type="text"].form-control,
select.form-control,
#nights-plus,
#nights-minus,
#night_counter {
    border-radius: 0;
    border: 1px solid #000;
}

.grouped-articles {
    background: rgba(255, 255, 255, .6);
}

.grouped-articles .grouped-article {
    background: rgba(255, 255, 255, .8);
}

.media-left.has-bg {
    background: rgba(255, 255, 255, 0.8);
    padding: .5em;
    padding-top: 0;
}

.popular-article {
    background: rgba(0, 0, 0, .7);
    padding: .1em .4em;
    border-radius: .1em;
    margin-bottom: .5em;
    display: inline-block;
}

a.more-info {
    font-size: 13px;
    font-weight: 400;
}