* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Jost", sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
    height: 100%;
}

.container{
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
}

#mainPhotoHeader{
    background-image: url(..//img/headerImg_768px.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.logo{
    background-image: url(..//img/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -350px;
    position: absolute;
}

.logo:hover{
    transition: 0.3s;
    transform: scale(1.1);
    filter: drop-shadow(2px 2px 4px #0046c9);
}

h1{
    font-family: "White storm";
    letter-spacing: 2px;
    color: #ff2400;
    font-size: 54px;
    text-shadow: 4px 4px 2px rgba(22, 0, 73, 1), -2px -2px 2px rgba(22, 0, 73, 1);
    text-align: center;
    margin: 0 auto;
    padding-top: 450px;
    padding-bottom: 40px;
}

/* menu */

#burger {
    height: 50px;
    width: 50px;
    position: fixed;
    top: 10px;
    right: 0px;
    font-size: 28px;
    color: #ff2400;
    cursor: pointer;
    z-index: 999;
}

nav {
    position: fixed;
    top: 0px;
    transition: .4s;
    height: 100vh;
    width: 100%;
    background-color: #000543;
    font-family: "Germania One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    align-items: center;
    text-align: center;
    z-index: 999;
}

.menu {
    top: -100vh;
}

li {
    list-style: none;
    background-color: #000543;
    border-bottom: 2px solid #ff7800;
    text-align: center;
    height: 10vh;
    line-height: 10vh;
    cursor: pointer;
}

li:hover {
    background-color: #ff7800;
    transition: .4s;
}

nav ul li a {
    color: #ff7800;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

nav ul li a:hover {
    font-weight: 400;
    transition: 0.5s;
}

#orangeLine{
    width: 100%;
    height: 40px;
    background-color: #ff2400;
}

/* main content */

#InfoSection1{
    background-image: url(..//img/InfoSection1_768px.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.underMenu{
    position: absolute;
    background-image: url(..//img/underMenu2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    min-height: 25vh;
    top: 0px;
    z-index: 0;
}

h2{
    color: #36af00;
    text-align: center;
    margin: 0 auto;
    font-family: "White storm";
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-top: 60px;
    z-index: 2;
}

#textBlock1{
    color: #36af00;
    width: 80%;
    margin: 0 auto;
    padding-top: 120px;
    text-shadow: 4px 4px 2px rgb(16, 0, 53), -4px -4px 2px rgba(16, 0, 53, 1);
}

#p1, #p2, #p3{
    padding-top: 20px;
}

#pattern{
    background-image: url(..//img/pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top: 47px;
    z-index: 111;
    position: absolute;
    bottom: -23px;
}

#InfoSection2, #InfoSection3{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
}

#InfoSection2{
    background-image: url(..//img/InfoSection2_768px.jpg);
    background-size: cover;
}

#textBlock2{
    color: #36af00;
    width: 70vw;
    margin: 0 auto;
    padding-top: 100px;
}

h4{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 25px;
}

#p4{
    font-size: 34px;
}

#p5{
    font-size: 30px;
    padding-left: 40px;
}

#p6{
    font-size: 28px;
}

#p7{
    font-size: 26px;
    padding-left: 40px;
}

#p8{
    font-size: 24px;
}

#p9{
    font-size: 22px;
    padding-left: 40px;
}

#p10{
    font-size: 20px;
    padding-left: 20px;
}

#p11{
    font-size: 18px;
    padding-left: 60px;
}

#InfoSection3{
    background-image: url(..//img/InfoSection3_768px.jpg);
    min-height: 100vh;
    position: relative;
    background-size: cover;
}

#map{
    margin: 0 auto;
    text-align: center;
    top: 48%;
    left: 6%;
    width: 70%;
    height: auto;
    cursor: pointer;
    display: block;
    margin-top: 30px;
}

#locatie{
    text-align: center;
    padding-bottom: 25px;
}

#textBlock3{
    margin: 0 auto;
    color: #36af00;
    width: 75vw;
    padding-top: 60px;
}

a{
    text-decoration: none;
    color: #36af00;
}

a:hover{
    color: white;
    transition: 0.5s;
    text-decoration: underline;
}

/* footer */

footer .container{
    background-image: url(..//img/footerImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 346px;
    width: 100%;
    margin: 0 auto;
}

.sponsors{
    margin: 0 auto;
}

.sponsors{
    text-align: center;
    margin-bottom: 40px;
}

#sponsors123, #sponsors4567, #iconen{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#iconen{
    gap: 20px;
}

#sponsors123{
    padding-top: 40px;
}

#sponsors4567{
    margin-top: -40px;
}

#sponsor1, #sponsor2, #sponsor3, #sponsor4, #sponsor5, #sponsor6, #sponsor7, #icoon1, #icoon2, #icoon3, #icoon4{
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#sponsor1{
    background-image: url(..//img/cocaColaSmall.png);
    width: 130px;
    height: 65px;
}

#sponsor2{
    background-image: url(..//img/vrtSmall.png);
    width: 130px;
    height: 96px;
}

#sponsor3{
    background-image: url(..//img/bpostSmall.png);
    width: 130px;
    height: 90px;
}

#sponsor4{
    background-image: url(..//img/jupilerSmall.png);
    width: 130px;
    height: 59px;
}

#sponsor5{
    background-image: url(..//img/kbcSmall.png);
    width: 130px;
    height: 110px;
}

#sponsor6{
    background-image: url(..//img/proximusSmall.png);
    width: 130px;
    height: 50px;
}

#sponsor7{
    background-image: url(..//img/duvelSmall.png);
    width: 130px;
    height: 72px;
}

#icoon1{
    background-image: url(..//img/facebookSmall.png);
    width: 41px;
    height: 40px;
}

#icoon2{
    background-image: url(..//img/instagramSmall.png);
    width: 41px;
    height: 40px;
}

#icoon3{
    background-image: url(..//img/tSmall.png);
    width: 42px;
    height: 40px;
}

#icoon4{
    background-image: url(..//img/twitterSmall.png);
    width: 41px;
    height: 40px;
}

#footer{
    padding-bottom: 20px;
    padding-top: 20px;
    color: #ff2400;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 570px) {
    h1{
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}

@media (min-width: 768px) {

    .container {
        margin: 0 auto;
    }

    .logo{
        background-image: url(..//img/Logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 220px;
        height: 180px;
        margin: 0 auto;
        text-align: center;
        top: 50px;
        left: 41%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
        position: absolute;
    }

    #mainPhotoHeader{
        background-image: url(..//img/headerImg.jpg);
        max-width: 100%;
        min-height: auto;
    }

    #textBlock1{
        padding-top: 180px;
        width: 77%;
    }

    #textBlock2{
        width: 52vw;
        margin-left: 320px;
        padding-top: 100px;
    }

    #pattern{
        background-repeat: repeat;
    }

    #InfoSection1{
        background-image: url(..//img/InfoSection1.jpg);
        background-size: cover;
    }

    #InfoSection2{
        background-image: url(..//img/InfoSection2_middle.jpg);
        background-size: cover;
    }

    #InfoSection3{
        background-image: url(..//img/InfoSection3.jpg);
        background-size: cover;
    }

    #map{
        top: 38%;
        left: 31%;
        width: 55%;
        margin-top: 30px;
    }
    
}

@media (min-width: 780px) {

    header nav ul li{
        display: inline-block;
        margin-left: 8rem;
        background-color: #ff2400;
    }

    nav{
        background-color: #ff2400;
    }

    #burger {
        display: none;
    }

    .textMenu{
        font-family: "Germania One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        padding: 20px;
        height: 40px;
        align-items: center;
        text-align: center;
    }

    .menu {
        position: static;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    nav {
        height: 40px;
        background-color: #ff2400;
    }

    ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    li {
        height: 20px;
        line-height: 20px;
        border-bottom: 0;
        background-color: transparent;
    }

    li:hover {
        background-color: transparent;
    }

    nav ul li a{
        color: #000543;
    }

    nav ul li a:hover{
        color: white;
        transition: 0.5s;
        text-decoration: underline;
    }

    nav ul li .knop1{
        margin-left: 0;
        padding-left: 0;
    }

    nav ul li .knop4{
        margin-right: 0;
        padding-right: 0;
    }

    #info{
        color: white;
        margin-left: 0;
    }
    
    #info2{
        color: white;
        margin-left: 0;
    }
    
    nav a{
        text-decoration: none;
        color: #000543;
    }
    
    nav ul li a #info{
        color: white;
        margin-left: 0;
    }

    #orangeLine{
        display: none;
    }

}

@media (min-width: 805px) {

    #pattern{
        background-size: contain;
    }

}

@media (min-width: 849px) {

    #textBlock2{
        width: 50vw;
        margin-left: 300px;
    }

}

@media (min-width: 884px) {

    #map{
        width: 48%;
    }

}

@media (min-width: 930px) {

    #textBlock2{
        width: 40vw;
        margin-left: 420px;
    }

}

@media (min-width: 960px) {

    h2{
        padding-top: 100px;
    }

    #map{
        width: 44%;
    }

}

@media (min-width: 1046px) {

    #map{
        width: 42%;
    }

}

@media (min-width: 1076px) {

    #textBlock2{
        width: 40vw;
        margin-left: 520px;
    }

}

@media (min-width: 1085px) {

    h2{
        padding-top: 20px;
    }

}

@media (min-width: 1280px) {
    
    .container {
        margin: 0 auto;
    }

    .menu{
        height: 60px;
    }

    header nav ul li{
        display: inline-block;
    }

    .underMenu{
        background-size: cover;
        min-height: 25vh;
    }

    #textBlock1{
        width: 38vw;
        margin-left: 245px;
        padding-top: 180px;
    }

    #textBlock2{
        width: 25vw;
        margin-left: 665px;
        padding-top: 100px;
    }

    #textBlock3{
        width: 64vw;
        padding-top: 60px;
    }

    #pattern{
        width: 100%;
        height: auto;
    }

    #mainPhotoHeader{
        max-width: 100%;
        height: auto;
    }

    #InfoSection1{
        width: 100%;
        min-height: 100vh;
    }

    #InfoSection2, #InfoSection3{
        width: 100%;
        min-height: 90vh;
    }

    #InfoSection2{
        background-image: url(..//img/InfoSection2.jpg);
    }

    #InfoSection3{
        min-height: 100vh;
    }

    h1{
        padding-top: 380px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }

    #map{
        width: 38%;
    }
}