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

::-webkit-scrollbar-thumb {
    background: rgb(63, 116, 230);
    border-radius: 10px;
}

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

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: 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: 10px;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 80px;
    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;
    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 {
    margin-left: 20px;
    display: grid;
    grid-template-columns: auto;
}

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

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

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

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

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

footer p {
    margin-left: 80px;
}

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

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

#verder {
    margin-left: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(119, 182, 245);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

footer #backtotop {
    margin-left: 20px;
    padding: 5px;
}

@media only screen and (max-width:1024px) {
    .container img {
        margin-left: 50px;
        margin-top: auto;
    }
    .container {
        display: grid;
        grid-template-columns: auto;
    }
    #kop1 {
        margin-top: 10px;
        margin-left: 240px;
        width: 480px;
        height: auto;
    }
    footer {
        padding: 20px;
        height: 40px;
    }
}

@media only screen and (max-width:800px) {
    .container {
        margin-left: 10px;
        display: grid;
        grid-template-columns: auto;
    }
    .row{
        display: grid;
    }

    .col-12{
        display: grid;
        width: 100%;
    }
    
    h6 {
        margin-top: 40px;
        font-size: 16px;
        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: 14px;
        padding: 5px 5px;
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    .logo img {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 20px;
        margin-top: 30px;
    }
    .container p {
        font-family: 'Raleway';
        font-size: 1rem;
        margin-top: -10px;
        padding-left: 20px;
        padding-right: 20px;
        
    }
    .container p span {
        font-family: 'Barlow Semi Condensed';
        font-size: 1.5rem;
        color: blue;
    }
    .menu-icon {
        position: fixed;
        top: 10px;
        right: 30px;
        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;
    }
    .social-icon {
        margin: 10px;
        padding: 0;
        position: absolute;
        bottom: 80px;
        left: 40px;
        display: flex;
        width: 100%;
        padding: 0 20px;
        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;
    }
    #terug {
        margin-left: 30px;
        margin-right: 30px;
        color: #fff;
    }
    footer #backtotop {
        margin-left: 2.5%;
    }
    footer {
        padding: 20px;
        height: auto;
        background: rgb(119, 182, 245);
    }
}