body {
    font-family: 'Architects Daughter', cursive;
    font-size: 16px;
    color: #273583;
    background-color: #a7d7ff;
}

a {
    text-decoration: none;
}

a:hover, a:hover * {
    text-decoration: none !important;
}

p:last-child {
    margin-bottom: 0;
}

h2 {
    font-size: 36px;
    line-height: 1.7;
    color: #e30613;
}

h3 {
    font-size: 36px;
    color: #273583;
}

h4 {
    font-size: 24px;
    color: #273583;
}

@media (max-width: 767px) {

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (max-width: 374px) {

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
}

nav {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
}

.logo {
    width: auto;
    height: 150px;
}

@media (max-width: 767px) {

    .logo {
        width: auto;
        height: 100px;
    }
}

@media (max-width: 576px) {

    .logo {
        width: auto;
        height: 75px;
    }
}

@media (max-width: 374px) {

    .logo {
        width: auto;
        height: 65px;
    }
}

.timer h2 {
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.timer h3 {
    margin-bottom: 0.25rem;
}

@media (max-width: 767px) {

    .timer h2 {
    
    }

    .timer h3 {

    }
}

@media (max-width: 576px) {

    .timer h2 {
       
    }

    .timer h3 {

    }
}

@media (max-width: 374px) {

    .timer h2 {
        margin-bottom: 0.25rem;
        font-size: 16px;
    }

    .timer h3 {
        font-size: 16px;
    }
}

.title-container {
    padding-top: 2rem;
}

.title-container h1 {
    color: #FFFFFF;
    text-align: center;
}

.blocks-container {
    padding-top: 1.5rem;
}

.block {
    margin-bottom: 2rem;
    border-radius: 1rem;
    background-color: #FFFFFF;
    overflow: hidden;
    transform: rotate(1deg);
}

@media (min-width: 768px) {
    .block {
        transform: rotate(2deg);
        transition: all 0.2s;
    }

    .block:hover {
        transform: rotate(-2deg);
    }
}

.block-image {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block-image::after {
    content: "";
    float: left;
    padding-bottom: 56.25%;
}


.block-image-cover {
    background-size: cover;
}

.block-title {
    padding: 0 1rem 0 1rem;
    font-size: 24px;
    color: #273583;
}

.block-text {
    padding: 0 1rem 0 1rem;
    font-size: 20px;
    color: #e30613;
}

@media (min-width: 576px) {

    .block-title {
        padding: 0 1rem;
    }

    .block-text {
        padding: 0 1rem;
    }
}

@media (min-width: 768px) {

    .block-title {
        padding: 0 1rem;
        text-align: center;
    }

    .block-text {
        padding: 0 1rem;
        text-align: center;
    }
}


.map {
    position: relative;
    padding-bottom: 56.25%;
    background-image: url(/images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map .object {
    position: absolute;
    transition: transform 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.map .object::after {
    content: "";
    float: left;
}

.map .object:hover {
    transform: scale(1.05);
}


.map .jocus {
    top: 3%;
    left: 4.6vw;
    width: 16.85vw;
    background-image: url(/images/objects/jocus.png);
    transition: transform 0.2s;
    transform-origin: center;
}

.map .jocus::after {
    padding-bottom: 116.9139465875371%;
}


.map .maaspoort {
    top: 10%;
    left: 39.35vw;
    width: 25.2vw;
    background-image: url(/images/objects/maaspoort.png);
    transition: transform 0.2s;
}

.map .maaspoort::after {
    padding-bottom: 66.7%;
}


.map .grenswerk {
    top: 2.5%;
    left: 73.7vw;
    width: 21.6vw;
    background-image: url(/images/objects/grenswerk.png);
}

.map .grenswerk::after {
    padding-bottom: 78.4722222222222%;
}


.map .microfoon {
    top: 41.2444444444444%;
    left: 23.75vw;
    width: 13.35vw;
    background-image: url(/images/objects/microfoon.png);
}

.map .microfoon::after {
    padding-bottom: 133.7078651685393%;
}


.map .stadhoes {
    top: 29%;
    left: 42.85vw;
    width: 25.85vw;
    background-image: url(/images/objects/stadhoes.png);
}

.map .stadhoes::after {
    padding-bottom: 93.4235976789168%;
}


.map .audio {
    top: 71.9111111111111%;
    left: 39.5vw;
    width: 19.3vw;
    background-image: url(/images/objects/audio.png);
}

.map .audio::after {
    padding-bottom: 73.0569948186528%;
}


.map .cinema {
    top: 34.5777777777778%;
    left: 74.45vw;
    width: 19.45vw;
    background-image: url(/images/objects/cinema.png);
}

.map .cinema::after {
    padding-bottom: 89.2030848329049%;
}


.map .kwis {
    top: 71.0222222222222%;
    left: 73.9vw;
    width: 22.25vw;
    background-image: url(/images/objects/kwis.png);
}

.map .kwis::after {
    padding-bottom: 67.1910112359551%;
}


.modal-header {
    display: block;
    padding: 1rem 0;
    background-color: #a7d7ff;
}

.modal-header img {
    max-height: 75px;
}