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

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

::-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(254, 252, 252);
    text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
}

h6 span {
    margin-top: 15px;
    color: rgb(22, 22, 22);
    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(105, 160, 206);
    color: #080808;
    text-align: center;
    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(105, 160, 206, 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;
    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 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container img {
    margin-left: 80px;
    margin-top: 80px;
    justify-items: center;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
}

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

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

.One,
.Three {
    background: rgb(141, 195, 240);
}

.Two,
.Four {
    background: rgb(105, 160, 206);
}

.One img {
    width: 280px;
    margin-top: 0;
    margin-left: 20px;
}

.One #sen {
    width: 210px;
    height: auto;
    margin-top: 20px;
    margin-left: 40px;
}

.Two img {
    width: 200px;
    height: 260px;
    margin-top: 0;
    margin-left: 40px;
}

.Two #fam {
    width: 425px;
    height: 263px;
    margin-top: 10px;
    margin-left: 40px;
}

.Three img {
    margin-top: 10px;
    margin-left: 30px;
    width: 380px;
    height: auto;
}

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

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

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

#pollB {
    margin-top: -19px;
    margin-left: 280px;
    font-style: italic;
    color: rgb(0, 17, 255);
}

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

.Three img {
    width: 320px;
    height: auto;
    margin-top: 20px;
}

footer {
    padding: 30px;
    height: auto;
    background: rgb(105, 160, 206);
}

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

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

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

@media only screen and (max-width:1024px) {
    .container img {
        margin-left: 20px;
        margin-top: auto;
        justify-items: center;
    }
    header{
        width: 100%;
        height: 100px;
    }

    #kop1 {
        margin-top: 10px;
        margin-left: 180px;
        width: 320px;
        height: auto;
    }

    .One #sen {
        width: 210px;
        height: 320px;
        margin-bottom: 40px;
        margin-left: 60px;
    }
    #poll {
        margin-top: -230px;
    }
    #pollP {
        margin-top: 230px;
        margin-left: 60px;
    }
    .One img {
        margin-top: 20px;
        margin-left: 60px;
        width: 280px;
        height: 180px;
    }
    .Two img {
        margin-left: 80px;
        margin-bottom: 40px;
    }
    #poll1 {
        margin-left: 80px;
        margin-top: -335px;
    }
    #pollB {
        margin-left: 80px;
        margin-top: 290px;
    }
    #poll3 {
        margin-left: 50px;
        margin-top: -20px;
    }
    .Two #fam {
        width: 380px;
        height: auto;
    }
    .Three img {
        width: 320px;
        height: auto;
        margin-top: 20px;
    }
    footer {
        padding: 30px;
        height: auto;
    }
}

@media only screen and (max-width:800px) {
    .container {
        display: grid;
        grid-template-columns: auto;
    }
    .logo img {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 20px;
        margin-top: 35px;
    }
    .container img {
        margin-left: 20px;
        margin-top: auto;
    }
    .container p {
        font-family: 'Raleway';
        font-size: 16px;
        margin-top: -10px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: left;
    }
    .container p span {
        font-family: 'Barlow Semi Condensed';
        font-size: 18px;
        color: blue;
    }
    .menu-icon {
        position: fixed;
        top: 10px;
        right: 35px;
        width: 40px;
        height: 44px;
        padding: 2px 4px;
        background: rgba(105, 160, 206, 0.1);
        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: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 40px;
        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;
    }
    header{
        width: 100%;
        height: 90px;
    }
    
    h6 {
        margin-top: 20px;
        margin-right: 60px;
        font-size: 14px;
        color: rgb(254, 252, 252);
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    
    h6 span {
        margin-top: 10px;
        margin-right: 40px;
        color: rgb(5, 5, 5);
        font-family: 'Merienda';
        font-size: 12px;
        padding: 5px 5px;
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    .One #sen {
        width: 180px;
        height: auto;
        margin-top: 10px;
        margin-left: 40px;
        margin-bottom: 0px;
    }
    .One img {
        width: 240px;
        height: auto;
        margin-left: 40px;
        margin-top: 0px;
    }
    #poll {
        margin-left: 20px;
        margin-top: 10px;
    }
    #pollP {
        color: #000;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .Two img {
        width: 160px;
        height: 200px;
        margin-left: 20px;
    }
    #poll1 {
        margin-left: 20px;
        margin-top: -30px;
    }
    #pollB {
        color: #000;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .Two #fam {
        width: 300px;
        height: auto;
        margin-left: 20px;
    }
    #poll3 {
        margin-left: 20px;
    }
    .Three img {
        margin-top: 20px;
        width: 240px;
        height: auto;
        margin-left: 10px;
    }
    footer {
        padding: 30px;
        height: auto;
    }
    footer #backtotop {
        margin-left: 1.5%;
    }
}