html {
    font-size: 12px;
}

body {
    color: #3E3E3E;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

h2 {
    color: #1C3160;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

h2::after {
    width: 90px;
    height: 5px;
    background-color: #10B9B0;
    content: "";
    display: block;
    position: absolute;
    left: -45px;
    bottom: 0;
}

p {
    font-size: 1.25em;
    line-height: 1.9;
}

p a {
    color: #3E3E3E;
    text-decoration: underline;
}

p a:hover {
    color: #10B9B0;
}

.container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}

.language {
    position: absolute;
    top: 30px;
}

.language img {
    margin-right: 15px;
}

.hero {
    background-image: url("../images/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.hero h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 90px;    
    margin-bottom: 20px;
}

.hero h1 span {
    color: #10B9B0;
}

.hero p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.57;
}

.about-us {
    background-color: rgba(16, 18, 87, 0.05);
    padding-top: 80px;
    padding-bottom: 80px;
}

.bedrijfsethiek .padding {
    padding-bottom: 80px;
}

.bedrijfsethiek img {
    width: calc(100% + 35px);
    margin-left: -35px;
}

.footer {
    background-image: url("../images/footer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 70px;
    text-align: center;
}

.footer h2 {
    color: #fff;
}

.footer h2::after {
    background-color: #101257;
    left: calc(50% - 45px);
}

.footer p {
    font-size: 1.5em;
    line-height: 1.75;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }

    h2 {
        margin-bottom: 50px;
    }

    .container-fluid {
        padding-left: 140px;
        padding-right: 140px;
    }

    .hero {
        padding-bottom: 180px;
    }

    .hero h1 {
        font-size: 3.25em;
        margin-top: 200px;        
        margin-bottom: 40px;
    }

    .hero p {
        font-size: 1.75em;
        line-height: 1.57;
    }

    .about-us {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bedrijfsethiek .padding {
        padding-top: 80px;
    }

    .bedrijfsethiek img {
        width: calc(100% + 140px);
        margin-left: -140px;
    }

    .footer {
        padding-top: 110px;
        padding-bottom: 70px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}