nav img {
    width: 156px;
    height: 74px;
    margin-left: 92px;
}

nav {
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
    background-color: #f2f2f2;
    padding-bottom: 50px;
}
nav li {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18pt;
    color: #2A638F;
    margin-right: 92px;
    text-decoration: none;
}

#hero {
    background-image: url(../../images/Hero_Website.jpg);
    background-size: cover;
    height: 685px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55pt;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 66pt;
}

#hero h1 {
    padding-left: 92px;
    padding-top: 368px;
    max-width: 750px;
}

#werk {
    background-color: #2A638F;
}

#containerwerk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 92px;
    margin-right: 92px;
    padding-bottom: 50px;
}

.cardwerk {
    width: calc((100% - 2 * 92px - 2 * 42px) / 3);
    margin-bottom: 81px;
}

.cardwerk img {
    width: 365px;
    height: 269px;
}

h2 {
    font-family: "effra", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 38pt;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 92px;
    padding-top: 100px;
    padding-bottom: 38px;
}

h3 {
    font-family: "effra", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25pt;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 20px;
    margin-bottom: 30px;
 }

.button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #79999E;
    text-decoration: none;
    padding: 10px;
    align-self: flex-start;
}

.blue {
    color: #2A638F;
}

p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #536171;
    font-size: 14pt;
}

#over {
    display: flex;
    flex-direction: row;
  }
  
  #image-container {
    margin-right: 120px;
  }
  
  #image-container img {
    width: 702px;
    height: 642px;
  }
  
  #text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  
  #text-container h2 {
    margin-left: 0px;
    padding-bottom: 10px;
    max-width: 230px;
}

#text-container p {
    max-width: 384px;
    padding-bottom: 45px;
}

#text-container h3 {
    padding-bottom: 5px;
}

li {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #536171;
    font-size: 14pt;
    list-style-type: disc;
    margin-left: 20px;
}

ul {
    padding-bottom: 25px;
}

#Skills {
    background-color: #2A638F;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.column {
    flex: 0 1 45%; 
}

#Skills img {
    width: 455px;
    height: 41px;
    margin-left: 92px;
    margin-bottom: 65px;
}

h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18pt;
    color: #f2f2f2;
    margin-left: 92px;
    margin-bottom: 10px;
}

#rechts {
    padding-top: 189px;
    margin-right: 176px;
}

#quote {
    display: flex;
    align-items: center; 
}

#quote-image {
    width: 663px;
}


#quote-text {
    color: #2A638F;
    max-width: 585px;
    margin-bottom: 10px;
}

#quote-content {
    display: flex;
    flex-direction: column;
    margin-left: 60px; 
}


#contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2A638F;
    padding-bottom: 100px;
}

#links {
    width: 45%;
}

#contactrechts {
    width: 45%;
    padding-top: 100px;
    margin-left: 110px;
}

#contactgegevens section {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

#contactgegevens section {
    display: flex;
    align-items: center;
}

#contactgegevens img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
}

#iconen img {
    width: 37px;
    height: 37px;
    padding-right: 20px;
}

#iconen {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-left: 92px;
}

h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18pt;
    color: #f2f2f2;
}

#links h2 {
    padding-bottom: 35px;
}

#rechts h3 {
    margin-bottom: 20px;
}

#logofooter {
    width: 205px;
    padding-left: 92px;
}

.iconenfooter {
    width: 41px;
    height: 41px;
    padding-right: 25px;
}

#footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

#footer ul {
    padding-left: 350px;
    padding-top: 90px;
}

#rechtsfooter {
    padding-left: 480px;
}

#footer li {
    text-transform: uppercase;
    line-height: 35px;
    list-style-type: none
}

.top-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.top-section img {
    width: 600px;
    height: 385px;
    align-self: flex-start;
    margin-bottom: 20px;
}

.text-section {
    display: flex;
    flex-direction: column;
}

.top-section h2 {
    padding-bottom: 10px;
}

.text-section p {
    color: #f2f2f2;
    max-width: 450px;
    padding-left: 92px;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-grid article {
    flex: 1 1 calc(50% - 10px);
}

.image-grid img {
    width: 600px;
    height: 385px;
    padding-right: 92px;
    padding-top: 60px;
}

@media (min-width: 768px) {
    .top-section {
        flex-direction: row;
        align-items: flex-start;
    }

    .top-section img {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .text-section {
        flex: 1;
    }
}

.werkpagina {
    background-color: #2A638F;
    padding-left: 92px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.top-section a {
    margin-left: 92px;
    margin-top: 20px;
}

h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10pt;
    color: #2A638F;
    padding-top: 35px;
}

@media screen and (max-width: 800px) {
    
    nav {   
        display: block;
    }
    
    nav li {
        display: block;
        margin-left: 90px;
        margin-top: 30px;
    }

    #hero {
        background-image: url(../../images/Hero_Website.jpg);
        background-size: cover;
        max-width: 800px;
    }

    #hero h1 {
        font-size: 30pt;
        line-height: 35pt;
        max-width: 400px;
    }
    
    #werk {
        display: block;
    }

    #containerwerk {
        display: block;
    }

    h3 {
        max-width: 900px;
        margin-bottom: 5px;
     }

    .button {
        font-size: 10pt;
        max-width: 86px;
    }

    #over {
        display: block;
        padding-top: 50px;
        padding-bottom: 70px;
      }

    h2 {
        font-size: 28pt;
        line-height: 30pt;
        max-width: 600px;
    }
    
    #text-container {
        margin-left: 90px;
    }


    #Skills {
        display: block;
        width: 700px;
    }

    #quote {
        display: block;
        padding-bottom: 70px;
    }

    #quote-text {
        margin-bottom: 5px;
        padding-top: 50px;
    }

    #contact {
        display: block;
    }

    #skills article {
        padding-left: 20px;
    }

    #footer {
        display: block;
    }

    .werkpagina {
        display: block;
    }
    
    }