@media only screen and (min-width: 1920px) {
    body, h1, h2, h3, h4, h5, h6, p, ul, li, html {
        font-family: 'Metropolis', sans-serif;
        color: white;
        margin: 0;
        padding: 0;
        cursor: default;
        overflow-x: hidden;
    }

    body {
        background-image: url('/images/over-mij/header.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex; 
        align-items: center; 
        margin-top: 5vh;
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }

    .fixed-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        margin-top: 0;
        background-color: rgba(17, 19, 22, 0.5);
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }
    
    nav ul {
        list-style-type: none;
        margin-left: 20vh;
        margin-right: 20vh;
        padding: 0;
        display: flex; 
        align-items: center; 
    }
    
    nav ul li {
        margin-right: 20px;
    }
    
    nav ul li:last-child {
        margin-right: 0; 
    }

    nav ul li:first-child img {
        width: 125px; 
        margin-right: 50px;
    }

    nav ul li a {
        position: relative;
        color: white;
        text-decoration: none;
        border-radius: 2px;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        align-items: center;
        cursor: pointer;
        padding: 10px 20px; 
        transition: background-color 0.3s ease-in-out;
    }

    nav ul li:nth-child(4) {
        background-color: transparent;
        border-radius: 2px;
    }

    nav ul li:not(:first-child):not(:nth-child(4)) a:hover{
        background-color: transparent;
    }

    .header-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 25vh;
        margin-bottom: 92px;
        margin-right: 20vh;
        margin-left: 20vh;
    }

    .header-text h1 {
        font-size: 100px;
        font-weight: 800;
        margin-bottom: 5vh;
    }

    .header-text p {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 52px;
        line-height: 4vh;
    }

    .content-display {
        margin: 0;
        padding-top: 10vh;
        padding-bottom: 10vh;
        background-color: white;
    }

    .container {
        margin-left: 20vh;
        margin-right: 20vh;
    }

    .container h1 {
        font-size: 100px;
        font-weight: 800;
        margin-bottom: 1vh;
        color: #111316;
    }

    .container h2 {
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 10px;
        margin-bottom: 5vh;
        color: #4c4c4c;
    }

    .info-container {
        display: flex;
    }

    .content-display .contact-container {
        width: 70vh;
        background-color: white;
        border-radius: 2px;
        z-index: 10;
    }
    
    .contact-container .form-container {
        width: 840px;
    }
    
    .contact-container .form-group {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-container .form-group-inline {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .label-input {
        flex: 0 0 400px;
        margin-right: 40px;
    }
    
    .contact-container label {
        color: #111316;
        font-weight: 500;
        display: block;
        margin-bottom: 8px;
        align-self: flex-start;
    }
    
    .contact-container input[type="text"],
    .contact-container input[type="email"],
    .contact-container input[type="tel"],
    .contact-container textarea,
    .contact-container select { 
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: 1px solid #111316;
        border-radius: 2px;
        font-family: 'Metropolis', sans-serif;
        font-size: 15px;
        font-weight: 300;
        background-color: white;
        color: #111316;
    }
    
    .contact-container textarea {
        resize: none;
    }
    
    .contact-container button {
        display: block;
        width: 100%;
        padding: 20px;
        border: 1px solid #1a3061;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 500;
        background-color: #1a3061;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
    }
    
    .contact-container button:hover {
        background-color: white;
        color: #111316;
        border: 1px solid #111316;
        border-radius: 30px;
    }

    .contact-container p {
        color: #111316;
        padding-top: 20px;
        font-size: 13px;
    }

    .socials {
        position: absolute;
        right: 0;
        margin-right: 20vh;
    }

    .socials h3 {
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 10px;
        margin-bottom: 5vh;
        color: #4c4c4c;
    }

    .socials h3:not(:first-child) {
        margin-top: 5vh;
    }

    .socials #information-container {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 5vh;
    }

    .socials #information-container > a {
        display: flex; 
        text-decoration: none; 
        color: #4c4c4c;
        align-items: center;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 3vh;
    }

    .socials .material-symbols-outlined {
        font-size: 32px;
        color: white;
        background-color: #1a3061;
        border-radius: 50%;
        padding: 10px;
        font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
        margin-right: 20px;
    }

    .socials #socials-container {
        display: flex;
        align-items: center;
    }

    .socials #socials-container a {
        width: 30px; 
        height: 30px; 
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #1a3061;
        color: white;
        border-radius: 50%;
        padding: 10px;
        font-size: 30px;
        margin-right: 20px;
        text-decoration: none;
    }

    footer {
        border-top: 1px solid #d8d8d8;
        background-color: white;
        color: #111316;
        padding: 30px 20vh;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; 
    }

    footer img {
        height: 40px;
    }

    .footer-social {
        position: absolute; 
        left: 50%;
        transform: translateX(-50%); 
    }

    .footer-social a {
        color: #111316;
        font-size: 20px;
        margin-right: 15px;
        text-decoration: none;
    }

    .footer-copyright {
        margin: 0;
    }

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

    ::-webkit-scrollbar-thumb {
        background: #505a68;
        border-radius: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #111316;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #3c444e;
    }
}

@media only screen and (min-width: 1041px) and (max-width: 1919px) {
    body, h1, h2, h3, h4, h5, h6, p, ul, li, html {
        font-family: 'Metropolis', sans-serif;
        color: white;
        margin: 0;
        padding: 0;
        cursor: default;
        overflow-x: hidden;
    }

    body {
        background-image: url('/images/over-mij/header.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex; 
        align-items: center; 
        margin-top: 5vh;
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }

    .fixed-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        margin-top: 0;
        background-color: rgba(17, 19, 22, 0.5);
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }
    
    nav ul {
        list-style-type: none;
        margin-left: 10vh;
        margin-right: 10vh;
        padding: 0;
        display: flex; 
        align-items: center; 
    }
    
    nav ul li {
        margin-right: 20px;
    }
    
    nav ul li:last-child {
        margin-right: 0; 
    }

    nav ul li:first-child img {
        width: 125px; 
        margin-right: 50px;
    }

    nav ul li a {
        position: relative;
        color: white;
        text-decoration: none;
        border-radius: 2px;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        align-items: center;
        cursor: pointer;
        padding: 10px 20px; 
        transition: background-color 0.3s ease-in-out;
    }

    nav ul li:nth-child(4) {
        background-color: transparent;
        border-radius: 2px;
    }

    nav ul li:not(:first-child):not(:nth-child(4)) a:hover{
        background-color: transparent;
    }

    .header-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 25vh;
        margin-bottom: 83px;
        margin-right: 10vh;
        margin-left: 10vh;
    }

    .header-text h1 {
        font-size: 70px;
        font-weight: 800;
        margin-bottom: 5vh;
    }

    .header-text p {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 52px;
        line-height: 4vh;
    }

    .content-display {
        margin: 0;
        padding-top: 10vh;
        padding-bottom: 10vh;
        background-color: white;
    }

    .container {
        margin-left: 10vh;
        margin-right: 10vh;
    }

    .container h1 {
        font-size: 70px;
        font-weight: 800;
        margin-bottom: 1vh;
        color: #111316;
    }

    .container h2 {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 10px;
        margin-bottom: 5vh;
        color: #4c4c4c;
    }

    .info-container {
        display: flex;
    }

    .content-display .contact-container {
        width: 70vh;
        background-color: white;
        border-radius: 2px;
        z-index: 10;
    }
    
    .contact-container .form-container {
        width: 650px;
    }
    
    .contact-container .form-group {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-container .form-group-inline {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .label-input {
        flex: 0 0 300px;
        margin-right: 50px;
    }
    
    .contact-container label {
        color: #111316;
        font-weight: 500;
        display: block;
        margin-bottom: 8px;
        align-self: flex-start;
    }
    
    .contact-container input[type="text"],
    .contact-container input[type="email"],
    .contact-container input[type="tel"],
    .contact-container textarea,
    .contact-container select { 
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: 1px solid #111316;
        border-radius: 2px;
        font-family: 'Metropolis', sans-serif;
        font-size: 15px;
        font-weight: 300;
        background-color: white;
        color: #111316;
    }
    
    .contact-container textarea {
        resize: none;
    }
    
    .contact-container button {
        display: block;
        width: 100%;
        padding: 20px;
        border: 1px solid #1a3061;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 500;
        background-color: #1a3061;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
    }
    
    .contact-container button:hover {
        background-color: white;
        color: #111316;
        border: 1px solid #111316;
        border-radius: 30px;
    }

    .contact-container p {
        color: #111316;
        padding-top: 20px;
        font-size: 13px;
    }

    .socials {
        position: absolute;
        right: 0;
        margin-right: 20vh;
    }

    .socials h3 {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 10px;
        margin-bottom: 5vh;
        color: #4c4c4c;
    }

    .socials h3:not(:first-child) {
        margin-top: 5vh;
    }

    .socials #information-container {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 5vh;
    }

    .socials #information-container > a {
        display: flex; 
        text-decoration: none; 
        color: #4c4c4c;
        align-items: center;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 3vh;
    }

    .socials .material-symbols-outlined {
        font-size: 32px;
        color: white;
        background-color: #1a3061;
        border-radius: 50%;
        padding: 10px;
        font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
        margin-right: 20px;
    }

    .socials #socials-container {
        display: flex;
        align-items: center;
    }

    .socials #socials-container a {
        width: 30px; 
        height: 30px; 
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #1a3061;
        color: white;
        border-radius: 50%;
        padding: 10px;
        font-size: 30px;
        margin-right: 20px;
        text-decoration: none;
    }

    footer {
        border-top: 1px solid #d8d8d8;
        background-color: white;
        color: #111316;
        padding: 30px 10vh;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; 
    }

    footer img {
        height: 40px;
    }

    .footer-social {
        position: absolute; 
        left: 50%;
        transform: translateX(-50%); 
    }

    .footer-social a {
        color: #111316;
        font-size: 20px;
        margin-right: 15px;
        text-decoration: none;
    }

    .footer-copyright {
        margin: 0;
    }

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

    ::-webkit-scrollbar-thumb {
        background: #505a68;
        border-radius: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #111316;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #3c444e;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1040px) {
    body, h1, h2, h3, h4, h5, h6, p, ul, li, html {
        font-family: 'Metropolis', sans-serif;
        color: white;
        margin: 0;
        padding: 0;
        cursor: default;
        overflow-x: hidden;
    }

    body {
        background-image: url('/images/over-mij/header.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

    nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin-top: 2vh;
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }

    .fixed-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        margin-top: 0;
        background-color: rgba(17, 19, 22, 0.5);
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }
    
    nav ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    nav ul li:first-child img {
        display: none;
    }

    nav ul li a {
        position: relative;
        color: white;
        text-decoration: none;
        border-radius: 2px;
        font-size: 20px;
        font-weight: 500;
        display: inline-block;
        align-items: center;
        cursor: pointer;
        padding: 20px 0px;
        margin-right: 60px;
        transition: background-color 0.3s ease-in-out;
    }

    nav ul li:last-child:first-child a {
        margin-right: 0;
    }

    nav ul li:nth-child(3) {
        background-color: transparent;
        border-radius: 2px;
    }

    nav ul li:not(:first-child):not(:nth-child(3)) a:hover{
        background-color: transparent;
    }

    .header-content {
        margin-top: 13vh;
        margin-left: 15vh;
        margin-right: 15vh;
        display: flex;
        flex-direction: row;
        justify-content: left;
    }

    .header-text h1 {
        font-size: 40px;
        font-weight: 900;
        margin-bottom: 3vh;
    }

    .header-text p {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 3vh;
        line-height: 3vh;
    }

    .content-display {
        margin: 0;
        padding-top: 5vh;
        padding-bottom: 5vh;
        background-color: white;
    }

    .container {
        margin-left: 15vh;
        margin-right: 15vh;
    }

    .container h1 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 1vh;
        color: #111316;
    }

    .container h2 {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 10px;
        margin-bottom: 5vh;
        color: #4c4c4c;
    }

    .info-container {
        display: flex;
        flex-direction: column;
        gap: 5vh;
    }

    .content-display .contact-container {
        width: 100%;
        background-color: white;
        border-radius: 2px;
        z-index: 10;
    }
    
    .contact-container .form-container {
        width: 100%;
    }
    
    .contact-container .form-group {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-container .form-group-inline {
        display: grid;
        align-items: center;
        margin-bottom: 30px;
        gap: 30px;
    }

    .label-input {
        flex: 0 0 100%;
    }
    
    .contact-container label {
        color: #111316;
        font-weight: 500;
        display: block;
        margin-bottom: 8px;
        align-self: flex-start;
    }
    
    .contact-container input[type="text"],
    .contact-container input[type="email"],
    .contact-container input[type="tel"],
    .contact-container textarea,
    .contact-container select { 
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: 1px solid #111316;
        border-radius: 2px;
        font-family: 'Metropolis', sans-serif;
        font-size: 15px;
        font-weight: 300;
        background-color: white;
        color: #111316;
    }
    
    .contact-container textarea {
        resize: none;
    }
    
    .contact-container button {
        display: block;
        width: 100%;
        padding: 20px;
        border: 1px solid #1a3061;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 500;
        background-color: #1a3061;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
    }
    
    .contact-container button:hover {
        background-color: white;
        color: #111316;
        border: 1px solid #111316;
        border-radius: 30px;
    }

    .contact-container p {
        color: #111316;
        padding-top: 20px;
        font-size: 13px;
    }

    .socials {
        display: none;
    }

    footer {
        border-top: 1px solid #d8d8d8;
        background-color: white;
        color: #111316;
        padding: 20px 15vh;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; 
    }

    footer img {
        height: 30px;
    }

    .footer-social {
        display: none;
    }

    .footer-copyright {
        margin: 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body, h1, h2, h3, h4, h5, h6, p, ul, li, html {
        font-family: 'Metropolis', sans-serif;
        color: white;
        margin: 0;
        padding: 0;
        cursor: default;
        overflow-x: hidden;
    }

    body {
        background-image: url('/images/over-mij/header.png');
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

    nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin-top: 2vh;
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }

    .fixed-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        margin-top: 0;
        background-color: rgba(17, 19, 22, 0.5);
        transition: margin-top 0.3s ease, background-color 0.3s ease;
    }
    
    nav ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    nav ul li:first-child img {
        display: none;
    }

    nav ul li a {
        position: relative;
        color: white;
        text-decoration: none;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 500;
        display: inline-block;
        align-items: center;
        cursor: pointer;
        padding: 10px 0px;
        margin-right: 30px;
        transition: background-color 0.3s ease-in-out;
    }

    nav ul li:last-child:first-child a {
        margin-right: 0;
    }

    nav ul li:nth-child(3) {
        background-color: transparent;
        border-radius: 2px;
    }

    nav ul li:not(:first-child):not(:nth-child(3)) a:hover{
        background-color: transparent;
    }

    .header-content {
        margin-top: 13vh;
        margin-left: 3vh;
        margin-right: 3vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header-text h1 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 3vh;
    }

    .header-text p {
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 3vh;
        line-height: 3vh;
    }

    .content-display {
        margin: 0;
        padding-top: 3vh;
        padding-bottom: 3vh;
        background-color: white;
    }

    .container {
        margin-left: 3vh;
        margin-right: 3vh;
    }

    .container h1 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 1vh;
        color: #111316;
    }

    .container h2 {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 10px;
        margin-bottom: 5vh;
        color: #4c4c4c;
    }

    .info-container {
        display: flex;
        flex-direction: column;
        gap: 3vh;
    }

    .content-display .contact-container {
        width: 100%;
        background-color: white;
        border-radius: 2px;
        z-index: 10;
    }
    
    .contact-container .form-container {
        width: 100%;
    }
    
    .contact-container .form-group {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-container .form-group-inline {
        display: grid;
        align-items: center;
        margin-bottom: 30px;
        gap: 30px;
    }

    .label-input {
        flex: 0 0 100%;
    }
    
    .contact-container label {
        color: #111316;
        font-weight: 500;
        display: block;
        margin-bottom: 8px;
        align-self: flex-start;
    }
    
    .contact-container input[type="text"],
    .contact-container input[type="email"],
    .contact-container input[type="tel"],
    .contact-container textarea,
    .contact-container select { 
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: 1px solid #111316;
        border-radius: 2px;
        font-family: 'Metropolis', sans-serif;
        font-size: 15px;
        font-weight: 300;
        background-color: white;
        color: #111316;
    }
    
    .contact-container textarea {
        resize: none;
    }
    
    .contact-container button {
        display: block;
        width: 100%;
        padding: 20px;
        border: 1px solid #1a3061;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 500;
        background-color: #1a3061;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
    }
    
    .contact-container button:hover {
        background-color: white;
        color: #111316;
        border: 1px solid #111316;
        border-radius: 30px;
    }

    .contact-container p {
        color: #111316;
        padding-top: 20px;
        font-size: 13px;
    }

    .socials {
       display: none;
    }

    footer {
        border-top: 1px solid #d8d8d8;
        background-color: white;
        color: #111316;
        padding: 20px 3vh;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; 
    }

    footer img {
        height: 20px;
    }

    .footer-social {
        display: none;
    }

    .footer-copyright {
        margin: 0;
        font-size: 12px;
    }
}