body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(4, 19, 235);
    background: rgb(141, 195, 240);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: cornflowerblue;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(40, 40, 243);
}

h6 {
    margin-top: 15px;
    margin-right: 250px;
    font-size: 24px;
    color: rgb(189, 9, 9);
    text-shadow: 4px 4px 4px rgba(88, 86, 86, 0.4);
}

h6 span {
    margin-top: 25px;
    margin-left: -5px;
    color: black;
    font-family: 'Merienda';
    font-size: 24px;
    padding: 10px 5px;
    text-shadow: 4px 4px 4px rgba(88, 86, 86, 0.4);
}

.logo img {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 50px;
}

header {
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: rgb(162, 205, 247);
    text-align: center;
    color: #080808;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 10px;
}

.menu-icon {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 44px;
    padding: 4px 8px;
    background: rgba(162, 205, 247, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background: #000;
    margin: 6px 0;
    transition: 500ms;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    transition: 500ms;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    z-index: 3;
}

.sidebar img {
    width: 40px;
    height: 40px;
}

.sidebar.active {
    left: 0;
}

.sidebar .menu {
    margin: 0;
    padding: 40px 0;
}

.sidebar .menu li {
    list-style: none;
    font-family: 'Montserrat';
}

.sidebar .menu li a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.sidebar .menu li a:hover {
    background: rgb(0, 17, 255);
    color: #fff;
}

.menu-icon.active span {
    background: #000;
    position: absolute;
    width: calc(100% - 16px);
    top: calc(50% - 8px);
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-icon.active span:nth-child(2) {
    display: none;
}

.social-icon {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 60px;
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.social-icon li {
    width: 15%;
    text-align: center;
    list-style: none;
}

.social-icon li a {
    display: block;
    font-size: 16px;
    color: lightblue;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 500ms;
}

.social-icon li a:hover {
    background: rgb(0, 17, 255);
}

section {
    padding: 5vh 0;
}

.container {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    display: grid;
    column-gap: 5px;
    grid-template-columns: auto auto;
}
.row{
    width: 100%;
}
.col-6{
    margin-left: 5px;
    margin-right: 12px;
    width: 48%;
}

.container p {
    font-family: 'Raleway';
    font-size: 20px;
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    
}

.container p span {
    font-family: 'Barlow Semi Condensed';
    font-size: 32px;
    color: blue;
}

#henk1{
    color: blue;
}


#middle{
    font-size: 14px;
}


.lijstje {
    font-family: 'Raleway';
    font-size: 20px;
    padding-left: 10px;
    color: #050505;
}

.lijstje li {
    list-style: none;
    margin-left: 110px;
}

.container p #kleur1 {
    font-family: 'Raleway';
    font-size: 20px;
    color: darkred;
}

.One,
.Three,
.Five,
.Zeven {
    background: rgb(119, 182, 245);
}

.Two,
.Four,
.Six, 
.Acht {
    background: rgb(162, 205, 247);
}


.One #pic1 {
    margin-top: 20px;
    width: 210px;
    height: auto;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}

.One #pic2 {
    margin-top: 0px;
    width: 210px;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}

.One #afbng {
    font-style: italic;
    text-align: center;
    color: rgb(0, 17, 255);
}

.One #afbng2 {
    font-style: italic;
    text-align: center;
    color: rgb(0, 17, 255);
}

.acc-title{
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: bold;
        
}
.accordion-header, #heading1 {
    background-color: rgb(164, 208, 249);
}
.accordion-button{
    background-color: rgb(164, 208, 249);
}
.accordion-collapse{
    background-color: rgb(164, 208, 249);
}
#heading2{
    background-color: rgb(119, 182, 245);
}
#kleur1{
    margin-left: 10px;
    font-family: 'Raleway';
    font-size: 20px;
}
#Elijah{
    color: blue;
}
.modal-title{
    text-shadow: #000;
    color: #fff;
}


.modal-header {
    background-color: #7c89f9;
}
.modal-footer {
    background-color:  #7c89f9;
}
.modal-body{
    list-style-type: square;
    list-style: linear-gradient(red,  darkred) ;
}
#klein{
    font-size: x-small;
    font-weight: bold;
}
#middle{
    font-size: 14px;
}

#ordeON{
    width: 180px;
    height: 140px;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: none;
}


.Four #pict3 {
    margin-top: 5px;
    width: 150px;
    height: auto;
    margin-left: 20px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}

.Two #fot2 {
    margin-right: 10px;
}

.Two #fot1 {
    margin-left: 20px;
}

#ond1 {
    margin-top: -15px;
    margin-left: 140px;
    font-style: italic;
    color: rgb(0, 17, 255);
}

#ond2 {
    margin-top: -20px;
    margin-left: 380px;
    font-style: italic;
    color: rgb(0, 17, 255);
}

#pict4{
    margin-left: 0px;
    width: 60px;
    height: auto;
    float: left;
    margin-right: 20px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}
#winner1{
    font-size: 28px;
}
#winner2{
    font-size: 20px;
    margin-left: 80px;
}
#pict5{
    margin-left: 10px;
    margin-top: 10px;
    width: 240px;
    height: auto;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}
.Zeven #prijs1{
    width: 320px;
    height: auto;
    margin-left: 80px;    
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}
.Zeven #prijs2{
    width: 320px;
    height: auto;
    margin-left: 180px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}
.Acht #prijs1{
    width: auto;
    height: 380px;
    margin-left: 80px;    
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}
.Acht #prijs2{
    width: 360px;
    height: auto;
    margin-left: 180px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}

footer {
    padding: 20px;
    margin-bottom: 5px;
    height: auto;
    background: rgb(119, 182, 245);
}

footer #backtotop {
    margin-right: 0px;
}

#backtotop {
    margin-left: 10px;
    color: rgb(0, 0, 0);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1024px) {
    .container img {
        margin-left: 50px;
        margin-top: auto;
    }
    .container {
        display: grid;
        grid-template-columns: auto;
    }
    .social-icon {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: -10px;
        display: flex;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .social-icon li {
        width: 20%;
        text-align: center;
        list-style: none;
    }
    .social-icon li a {
        display: block;
        font-size: 18px;
        color: lightblue;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        transition: 500ms;
    }
    .social-icon li a:hover {
        background: blue;
    }
    h6 {
        margin-top: 20px;
        font-size: 18px;
    }
    h6 span {
        font-size: 18px;
    }
    #afbng {
        margin-top: -15px;
        margin-left: 180px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    #afbng2 {
        margin-top: -20px;
        margin-left: 420px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
}

@media only screen and (max-width:800px) {
    .container {
        width: 100%;
        margin-left: 20px;
        display: grid;
        grid-template-columns: auto;
        
    }
    .row{
        width: 100%;
        display: grid;
    }
    .col-6{
        margin-left: 15px;
        margin-right: 15px;
        width: 80%;
        display: grid;
    }
    header{
        width: auto;
        height: 80px;
    }
    h6 {
        margin: 0;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 100px;
        font-size: 16px;
    }
    h6 span {
        font-size: 14px;
    }
    .logo img {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 40px;
        margin-top: 20px;
    }
    .container p {
        margin-left: 5px;
        font-family: 'Raleway';
        font-size: 16px;
        margin-top: -10px;
        padding-left: 2px;
        padding-right: 5px;
        
        
    }
    .container p span {
        margin-left: 20px;
        margin-right: 20px;
        font-family: 'Barlow Semi Condensed';
        font-size: 20px;
        padding-left: 2px;
        padding-right: 5px;
        color: blue;
    }
    .menu-icon {
        position: fixed;
        top: 10px;
        right: 80px;
        width: 40px;
        height: 44px;
        padding: 2px 4px;
        background: rgba(129, 189, 250, 0.1);
        box-sizing: border-box;
        cursor: pointer;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: -210px;
        width: 210px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        transition: 500ms;
        padding: 5px;
        text-align: center;
        box-sizing: border-box;
        z-index: 3;
    }
    .sidebar img {
        width: 30px;
        height: 30px;
    }
    .sidebar .menu {
        margin: 0;
        padding: 10px 0;
    }
    .sidebar .menu li {
        list-style: none;
        font-family: 'Montserrat';
    }
    .sidebar .menu li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }
    .social-icon {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 40px;
        display: flex;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .container p #kleur1 {
        font-size: 1rem;
    }
    .Two #fot2 {
        width: 120px;
        height: 120px;
        margin-left: 20px;
    }
    .Two #fot1 {
        width: 120px;
        height: 120px;
        margin-left: 20px;
    }
    .One #pic1{
        margin-top: 10px;
        width: 160px;
        height: auto;
        margin-left: 20px;
    }
    .One #pic2{
        margin-top: 10px;
        width: 160px;
        height: auto;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .lijstje li{
        margin-left: 10px;
        font-size: 16px;
        margin-right: 20px;
    }
    .One #afbng {
        margin-top: -205px;
        margin-left: 30px;
        font-size: 14px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    .One #afbng2 {
        margin-top: -10px;
        margin-left: 30px;
        font-size: 14px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    #timetable {
        width: 280px;
        height: fit-content;
        font-family: sans-serif;
        font-size: 12px;
        border-collapse: collapse;
        left: 2px;
        margin: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #timetable td,
    #timetable th {
        padding: 8px;
    }
    
    #timetable th {
        padding-top: 8px;
        padding-bottom: 2px;
    }
    
    #timetable tr:nth-child(even) {
        background-color:rgb(249, 248, 164);;
    }
    
    #timetable tr:nth-child(odd) {
        background-color: rgb(255, 255, 255);
    }
    footer #backtotop {
        margin-left: -60px;
    }
    footer {
        height: 100%;
        margin-bottom: 10px;
    }
}