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(7, 39, 223);
    background: rgb(162, 205, 247);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(52, 120, 245);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(104, 143, 250);
}

h6 {
    margin-top: 20px;
    font-size: 22px;
    color: rgb(172, 13, 13);
    text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
}

h6 span {
    margin-top: 15px;
    color: rgb(4, 4, 4);
    font-family: 'Merienda';
    font-size: 20px;
    padding: 5px 5px;
    text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
}

.logo img {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

header {
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    background: rgb(129, 189, 250);
    text-align: center;
    color: #080808;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 24px;
    padding: 5px 5px;
}

.menu-icon {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 44px;
    padding: 4px 8px;
    background: rgba(129, 189, 250, 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 20px;
    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;
    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 {
    margin-left: 40px;
    display: grid;
    grid-template-columns: auto auto;
    
}

.container img {
    margin-left: 20px;
    margin-top: 40px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}

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

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

.One,
.Three {
    background: rgb(162, 205, 247);
}

.Two,
.Four, .Five {
    background: rgb(129, 189, 250);
}

.One img {
    width: 320px;
    height: auto;
    
}


.One #cit1 {
    margin-top: 10px;
    margin-left: 80px;
    font-style: italic;
    color: rgb(0, 17, 255);
}

.Two #TvO {
    width: 320px;
    height: auto;
    margin-top: 120px;
    margin-left: 100px;
}

.Three #res1 {
    margin-top: 100px;
    margin-left: 60px;
    width: 380px;
    height: auto;
}

#poll {
    margin-top: 10px;
    margin-left: 180px;
    font-style: italic;
    color: rgb(0, 17, 255);
}

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

.Four img {
    margin-top: 120px;
    margin-left: 20px;
    width: 340px;
    height: auto;
    box-shadow: 8px 8px 4px 4px rgba(0, 0, 0, 0.4);
}
.Five{
    width: 100%;
    height: 5px;
}
#kleur {
    font-family: 'Merienda';
    color: blue;
    font-size: 18px;
}
.link {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    cursor:pointer;
}
.link:hover {
    visibility: visible;
}

.link:hover  {
    opacity: 1;
}
#vak1{
    color: blue;
    text-decoration: underline;
    cursor:pointer;
}


#ordeON{
    width: 360px;
    height: auto;
    margin-top: 0px;
    margin-left: 40px;
    box-shadow: none;
}
#ordeON1{
    width: 120px;
    height: auto;
    margin-top: 0px;
    margin-left: 5px;
    box-shadow: none;
}
.modal-title{
    color: #fff;
}

.modal-header {
    background-color: #7c89f9;
}
.modal-footer {
    background-color:  #7c89f9;
}
#klein{
    font-size: x-small;
    font-weight: bold;
}

footer {
    padding: 10px;
    height: auto;
    background: rgb(98, 160, 223);
}

footer p {
    margin-left: 80px;
}

#backtotop {
    margin-right: 15px;
    color: rgb(0, 0, 0);
    background-color: rgb(98, 160, 223);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

#verder {
    margin-left: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(98, 160, 223);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

footer #backtotop {
    margin-left: 2.5%;
}

@media only screen and (max-width:1024px) {
    .container img {
        margin-left: 50px;
        margin-top: auto;
        justify-items: center;
    }
    #kop1{
        margin-top: 5px;
        margin-left: 180px;
        width: 460px;
        height: auto;
    }
    .One img {
        margin-top: 20px;
        margin-left: 100px;
        margin-bottom: 20px;
        width: 280px;
        height: auto;
    }
    .One #cit1 {
        margin-left: 60px;
    }
    .Two #TvO {
        margin-left: 60px;
        width: 280px;
        height: auto;
        margin-top: 140px;
        margin-bottom: 20px;
    }
    #poll {
        margin-left: 60px;
    }
    .Three #res1 {
        margin-top: 100px;
        margin-left: 60px;
        width: 360px;
        height: auto;
    }
    #poll1 {
        margin-left: 60px;
    }
    .Four img {
        margin-top: 120px;
        margin-left: 80px;
        width: 300px;
        height: auto;
    }
    .link {
        font-family: 'Raleway';
        font-size: 18px;
        font-weight: bold;
        color: blue;
        text-decoration:underline;
        cursor:pointer;
    }
    #ordeON{
        width: 280px;
        height: 160px;
        margin-top: 0px;
        margin-left: 30px;
        box-shadow: none;
    }
    footer {
        height: auto;
    }
    footer p {
        margin-left: 40px;
    }
}

@media only screen and (max-width:800px) {
    .container {
        margin-left: -15px;
        display: grid;
        grid-template-columns: auto;
    }
    .container img {
        margin-left: 10px;
        margin-top: auto;
    }
    .row{
        display: grid;
    }
    .col-5, .col-7{
        display: grid;
        width: 100%;
        
    }
    h6 {
        margin-top: 10px;
        margin-right: 40px;
        font-size: 16px;
        color: rgb(172, 13, 13);
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    
    h6 span {
        margin-left: 5px;
        margin-top: 15px;
        color: rgb(4, 4, 4);
        font-family: 'Merienda';
        font-size: 14px;
        padding: 5px 5px;
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    header{
        width: 100%;
        height: 80px;
    }
    .logo img {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
    }
    .container p {
        font-family: 'Raleway';
        font-size: 18px;
        margin-top: -10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 20px;
    }
    .container p span {
        font-family: 'Barlow Semi Condensed';
        font-size: 20px;
        color: blue;
    }
    .menu-icon {
        position: fixed;
        top: 10px;
        right: 5px;
        width: 40px;
        height: 44px;
        padding: 2px 4px;
        background: rgba(129, 189, 250, 0.1);
        box-sizing: border-box;
        cursor: hand;
    }
    .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;
    }
    .social-icon {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 80px;
        left: 50px;
        display: flex;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .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;
    }
    .logo #kop1{
        margin-top: 40px;
        margin-left: 20px;
        width: 280px;
        height: auto;
    }
    .One img {
        margin-left: 20px;
        width: 180px;
        height: auto;
    }
    .One #fot3{
        transform: skew(5.5%);
    }
    .One #cit1 {
        font-size: small;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .Two #TvO {
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 0;
        width: 160px;
        height: auto;
    }
    .Two #poll {
        margin-left: 20px;
    }
    .Three #res1 {
        margin-left: 20px;
        margin-top: 0;
        width: 240px;
        height: auto;
    }
    .Four img {
        width: 240px;
        height: auto;
        margin-left: 20px;
    }
    #kleur {
        font-family: 'Merienda';
        color: blue;
        font-size: 14px;
    }
    #poll1 {
        margin-left: 20px;
        margin-bottom: 40px;
    }
    .link {
        font-family: 'Raleway';
        font-size: 16px;
        font-weight: bold;
        color: blue;
        text-decoration: underline;
        cursor:pointer;
    }
    #ordeON{
        width: 220px;
        height: 140px;
        margin-top: 0px;
        margin-left: 20px;
        box-shadow: none;
    }
    footer {
        height: auto;
    }
    footer p {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 60px;
    }
}