.header-wrapper {
    width: 100%;
    background: #fff;
}

.header-wrapper .saunas {
    font-size: 2.8rem;
    font-family: 'Pattaya', sans-serif;
}

@media (max-width: 991px) {
    .header-wrapper .saunas {
        font-size: 1.75rem;
    }
}

.nowrap {
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
    display: block;
    text-align: center;
}

.header-wrapper img {
    height: auto;
    max-width: 200px;
    width: 200px;
    width: 20vw;
}

.menu-wrapper {
    width: 100%;
    background: #eee;
    -moz-box-shadow: 1px 1px 5px #555;
    -webkit-box-shadow: 1px 1px 5px #555;
    box-shadow: 1px 1px 5px #555;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: url('../img/achtergrond.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-content .item-content,
.main-content .sauna-item {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 5px #555;
    -webkit-box-shadow: 1px 1px 5px #555;
    box-shadow: 1px 1px 5px #555;
    padding: 15px 25px;
    margin-bottom: 30px;
    display: block;
}

.main-content .sauna-item {
    background-image: url('../img/link-right.png');
    background-repeat: no-repeat;
    background-position: right 23px bottom 13px;
    color: #d13403;
    text-decoration: none;
}

.main-content .sauna-item img {
    margin-top: 10px;
    width: 100%;
    height: 220px;
    height: 30vh;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media (min-width: 676px) and (max-width: 991px) {
    .main-content .sauna-item img {
        margin-top: 10px;
        width: 100%;
        height: 320px;
        height: 40vh;
        max-height: 320px;
        max-width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
}

.img-grid img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 220px;
    height: 30vh;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .img-grid img {
        width: 100%;
        height: auto;
        max-height: 600px;
        max-width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
}

h1, h2 {
    /*color: #d13403;*/
    color: #404040;
}

h1 {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    font-size: 2rem;
}

h2 {
    margin-top: 2rem;
    font-size: 1.75rem;
}

img {
    max-width: 100%;
}

.main-content .sauna-item h2 {
    margin-top: 0.75rem;
    margin-bottom: 0px;
    font-size: 1.5rem;
}

blockquote {
    font-style: italic;
    font-weight: 500;
}

.table {
    max-width: 600px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.btn-primary {
    background: #d13403;
    border-color: #bf3104;
    margin-bottom: 20px;
}


.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #d13403c2;
    border-color: #bf3104;
}

.head-img {
    width: 100%;
    max-width: 800px;
    margin-bottom: 1em;
}
/*
.navbar {
    padding-top: 0rem;
}*/

.navbar-light .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    color: #666;
    /*padding: 0.1rem 0.5rem;*/
}

.footer {
    font-weight: 500;
    font-size: 0.95rem;
}

.footer a {
    color: #212529;
}

input.redBg, textarea.redBg
{
	border-color: #ff0000;
}