body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.nav-links {
    display: flex;
    list-style: none;
    font-size: 20px;
}
.nav-item:not(:first-of-type) {
    margin-left: 4em;
}
.nav-link {
    color: black;
    text-decoration: none;
    font-weight: 500;
}
button#home {
    width: 8vw;
    height: 8vh;
    padding: 1em 1em;
    background-color: #F4B860;
    border: 1px solid #F4B860;
    color: black;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.navbar {
    width: 100vw;
    height: 10vh;
    background: transparent;
    color: #FFFFFF;
    padding-top: 2em;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1em;
}
div#intro {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    margin-top: 4em;
    margin-bottom: 4em;
}
video#video {
    border-radius: 25px;
}
h1#title-home {
    font-size: 60px;
    margin-left: 3em;
    position: relative;
}
p#text-home {
    font-size: 30px;
    margin-left: 6em;
    position: relative;
}
.vid-btn {
    width: 40vw;
    height: 40vh;
    padding: 1em 1.5em;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    color: #32373B;
    border-radius: 25px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
div#promo {
    width: 100vw;
    height: 60vh;
    background: #F4D6CC;
    margin: 0;
}
.promo-title {
    font-size: 40px;
    position: absolute;
    margin-top: 2.5em;
    margin-left: 1em;
}
.promo-text {
    font-size: 25px;
    position: absolute;
    margin-top: 9em;
    margin-left: 1.5em;
}
div#office {
    text-align: center;
    font-size: 20px;
}
div#more-info {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    font-size: 20px;
    padding-left: 15em;
}
.request-btn {
    display: right;
    width: 20vw;
    height: 12vh;
    padding: 1em 1.5em;
    background-color: #32373B;
    border: 1px solid #32373B;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
footer {
    display: flex;
    width: 100vw;
    height: 30vh;
    justify-content: space-around;
    background-color: #F4B860;
}
.footer-headline {
    font-weight: bold;
    margin-top: 1.5em;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin-top: 1em;
}
.footer-logo {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
.footer-tekst {
    margin: 0;
}
body#body-diensten {
    background: #F0F0F0;
}
form#nav-btn-reversed {
    width: 8vw;
    height: 8vh;
    padding: 1em 1em;
    background-color: #F4B860;
    border: 3px solid #FFFFFF;
    color: black;
    border-radius: 10px;
    cursor: pointer;
}
button#nav-reversed-btn {
    background-color: transparent;
    color: black;
    border: none;
    width: 8vw;
    height: 8vh;
    padding: 1em 1em;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
div#title-text {
    text-align: center;
}
h1#title-diensten {
    color: #FFFFFF;
    font-size: 50px;
    margin-top: 2em;
}
p#text-diensten {
    color: #FFFFFF;
    font-size: 25px;
}
.upper {
    width: 100vw;
    height: 60vh;
    margin: 0em;
    padding: 0em;
    background-color: #F4B860;
    border: 1px solid #F4B860;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
div#diensten {
    display: flex;
    margin-bottom: 7em;
}
.dienst-btn {
    position: relative;
    width: 35vw;
    height: 50vh;
    margin-left: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 1em 1em;
    text-align: center;

    font-size: 28px;
    color: black;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
}
.dienst-btn img {
    width: 60%;
    height: 10%;
    margin: 1em;
    align-items: center;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #F4D6CC;
    border-radius: 15px;
}
.dienst-btn:hover .overlay {
    opacity: 1;
}
.overlay-text{
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-10%, -10%);
    -ms-transform: translate(-10%, -10%);
    transform: translate(-50%, -50%);
    text-align: center;
}
body#body-producten {
    background: #F0F0F0;
}
h1#title-producten {
    color: #FFFFFF;
    font-size: 50px;
    position: relative;
    margin-top: 2em;
}
p#text-producten {
    color: #FFFFFF;
    font-size: 25px;
    position: relative;
    margin-top: 2em;
    margin-bottom: 3em;
}
div#producten {
    display: flex;
    margin-bottom: 7em;
}
.prod-btn {
    position: relative;
    width: 35vw;
    height: 50vh;
    margin-left: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 1em 1em;
    text-align: center;

    font-size: 29px;
    color: black;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
}
.prod-btn img {
    width: 60%;
    height: 10%;
    margin: 1em;
    align-items: center;
    position: relative;
}
.prod-btn:hover .overlay {
    opacity: 1;
}
.btn-container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 1px 1px;
    width: 100vw;
    height: 200vh;
}
div#contact-opnemen {
    display: flex;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    margin-left: 15em;
    margin-bottom: 7em;
    font-size: 20px;
    background-color: #32373B;
    color: #FFFFFF;
    padding: 2em;
    width: 40em;
    height: 2em;
}
.contact-btn {
    width: 15vw;
    height: 8vh;
    padding: 1em 1.5em;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: black;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    margin-left: 4em;
}
div#contact {
    text-align: center;
}
h1#title-contact {
    font-size: 50px;
    position: relative;
    margin-top: 2em;
}
p#text-contact {
    font-size: 25px;
    position: relative;
    margin-top: 2em;
    margin-bottom: 3em;
}
div#contact-cont {
    width: 60vw;
    height: 100vh;
    background-color: #32373B;
    border-radius: 100px;
}
div#contact-cont {
    display: flex;
    list-style: none;
    font-size: 40px;
    align-items: center;
    margin: auto;
    margin-bottom: 4em;
}
.contact-item {
    display: flex;
    align-items: center;
    background-color: #D9D9D9;
    border: 4px solid #D9D9D9;
    color: black;
    border-radius: 50px;
    margin: 1em;
    padding: 0.5em;
}
.contact-img {
    width: 10%;
    height: 10%;
    margin-right: 1.5em;
}
body#body-prijzen {
    background-color: #F0F0F0;
}
h1#title-prijzen {
    color: #FFFFFF;
    font-size: 50px;
    margin-top: 2em;
}
p#text-prijzen {
    color: #FFFFFF;
    font-size: 25px;
    position: relative;
    margin-top: 1em;
    margin-bottom: 3em;
}
body#body-aboutus {
    background-color: #F0F0F0;
}
h1#title-aboutus {
    color: #FFFFFF;
    font-size: 50px;
    margin-top: 2em;
}
div#kennis {
    width: 100vw;
    height: 20vh;
    position: relative;
    padding-top: 3em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 20px;
}
div#missie-visie {
    width: 100vw;
    height: 50vh;
    padding-top: 0em;
    margin-bottom: 7em;
    text-align: center;
    font-size: 20px;
}
.prijscalculator-form {
    max-width: 50vw;
    margin: 0 auto;
    padding: 2em;
    margin-bottom: 2em;
    background-color: #D9D9D9;
}
label {
    display: block;
    margin-bottom: 5px;
}
input, select {
    width: 700px;
    padding: 8px;
    margin-bottom: 10px;
}
button#prijsindicatie {
    width: 200px;
    height: 50px;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    background-color: #32373B;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1em;
}
.prijscalculator-title {
    text-align: center;
    font-size: 40px;
    margin-top: 2em;
    color: #32373B;
}
