@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

body {
    background: url(images/410200_bg_inner.png) repeat-y top center #fff;
    background-size: cover;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body > #nav_wrapper + div.container {
    /*background: url(images/410200_bg_inner.png) no-repeat top center fixed;*/
    /*background-size: cover;*/
    /*min-height: 1000px;*/
}

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h6 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}

h4.panel-title,
h3.panel-title {
    font-size: 28px;
}

ul.nav li,
ul.nav li.active,
ul.nav li.disabled,
ul.nav li:hover,
ul.nav li.disabled:hover {
    background-color: transparent;
}

ul.nav li:not(:first-child) a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
    font-size: 24px;
    font-weight: 700;
    background-color: #c8d5e5;
}

ul.nav li a,
ul.nav li a:hover {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

ul.nav li a,
.nav-pills > li.disabled > a {
    color: #666;
}

ul.nav li.active a,
ul.nav li.active a:hover,
ul.nav li a:hover {
    color: #5b1410;
}

ul.nav li.nav-logo a {
    padding: 2em .5em;
}

ul.nav li.nav-logo img {
    max-height: 180px;
}

#hostelinfobox.panel,
#booknow_row.panel {
    background-color: transparent;
    border: 0 none;
}

#hostelinfobox div.col-md-7.col-lg-8.house-info-left {
    border: 0 none !important;
}

#booknow_form h4#house_name {
    display: none;
}

.row.grouped-articles > div.col-md-8 > .row.article.grouped-article,
.row.grouped-articles {
    background: rgba(255, 255, 255, .5);
}

a.article-select-btn {
    display: flex;
    line-height: 1em;
    font-weight: 700;
}

a.article-select-btn > input.usel {
    margin-right: .25em;
    line-height: 1em;
}

#page_personal_data form#page_content > .row,
#summary_box_top_position.row {
    margin-right: 0;
    margin-left: 0;
}

#type_of_payment label[for="radio_60"] {
    width: 100%;
    height: 100px;
    background-image: url(images/410200-stripe.png);
    background-repeat: no-repeat;
    background-position: 20px bottom;
}

#address-map-toggle {
    color: #5b1410;
}

#address-map-toggle:hover {
    color: #cb6f18;
}

.btn-danger, .btn-info, .btn-primary,
#nights-plus, #nights-minus, #night_counter {
    color: #fff !important;
}

footer .footer {
    background: url(images/410200_bg_wave.gif) no-repeat center top transparent;
    background-size: cover;
    min-height: 400px;
}