html{
    scroll-behavior: smooth;
    transition: 0.25s;
}

b{
    font-weight: bold;
}

h1{
    font-size: 2rem;
}

h2{
    font-size: 1.25rem;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    background-color: white;
    padding: 2.5rem;
}

nav img{
    width: 5rem;
    margin: 0;
}

nav ul li a{
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #848281;
    letter-spacing: 0.2rem;
    font-weight: bold;
    transition: 0.25s;
}

nav ul li a:hover{
    color: #5b673a;
}

.nav-links ul li{
    display: inline-block;
    margin-left: 2rem;
}

.nav-bestellen a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.2rem;
    padding: 1rem 2rem;
    background-color: #c14f3f;
    border-radius: 100px;
    font-weight: bold;
    transition: 0.25s;
}

.nav-bestellen a:hover{
    background-color: #5b673a;
}

@media (max-width: 700px) {
    nav{
        flex-direction: column;
        text-align: center;
        padding-left: 10rem;
        padding-right: 10rem;
        justify-content: center;
    }

    nav ul li a{
        margin-top: 1rem;
    }

    .nav-bestellen a{
        margin-top: 2rem;
        display: inline-block;
        text-align: center;
        background-color: #c14f3f;
        margin-left: 2rem;
    }

    .pizza-van-de-maand article{
        color: white;
        padding-bottom: 1.75rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .pizza-van-de-maand h2{
        font-size: 3.5rem !important;
        text-transform: uppercase;
        letter-spacing: 0.25rem !important;
        margin-bottom: 0.5rem;
    }

    nav img{
        padding-left: 2rem;
        margin-bottom: 0.5rem;
    }

    .header-intro h1{
        font-size: 1.25rem !important;
    }

    .header-intro{
        text-align: center !important;
        padding-left: 0 !important;
    }

    .pizza-van-de-maand{
        text-align: center;
    }

    footer{
        display: block !important;
        text-align: center;
    }

    .footer-contact{
        padding: 2.5rem 0 !important;
        padding-bottom: 1rem !important;
        text-align: center;
    }

    .onze-pizza-groen{
        background-image: url("../../images/groen-fabric.jpg");
        display: block !important;
        padding: 2.5rem 2.5rem !important;
        padding-bottom: 0.5rem !important;

    }

    .onze-pizza-groen article{
        width: 100% !important;
        margin-bottom: 2.5rem;
    }

    .onze-pizza-groen img{
        height: 100%;
    }

    .onze-pizza-wit{
        display: block !important;
        padding: 2.5rem 2.5rem !important;
        padding-bottom: 0.5rem !important;

    }

    .onze-pizza-wit article{
        width: 100% !important;
        margin-bottom: 2.5rem;
    }

    .onze-pizza-wit img{
        height: 100%;
    }

    .blog-container article{
        width: 85% !important;
    }

    .blog-container-groen article{
        width: 85% !important;
    }

    .locatie-container-groen{
        background-image: url('../../images/groen-fabric.jpg');
        background-size: cover;
        display: block !important;
        width: 100vw;
        padding: 2.5rem;
    }

    .locatie-container{
        background-size: cover;
        display: block !important;
        width: 100vw;
        padding: 2.5rem;
    }

    .team{
        display: block !important;
        padding: 2rem !important;
    }

    .team article{
        width: 80% !important;
        margin-bottom: 2.5rem !important;
    }

    iframe{
        width: 80% !important;
        padding: 2.5rem;
        padding-bottom: 0rem !important;
        margin-bottom: 0 !important;
        border-radius: 1rem !important;
    }

    .locatie-maps{
        border-radius: 1rem !important;
    }

    .locatie-container-groen{
        padding: 0 !important;
    }

    .locatie-tekst-groen{
        color: #5b673a;
        text-align: left;
        padding: 2.5rem !important;
    }

    .locatie-container{
        padding: 0 !important;
    }

    .locatie-tekst{
        color: white;
        text-align: right;
        padding: 2.5rem 4rem !important;
    }

}

.header-intro{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    background-image: url("../../images/groen-fabric.jpg");
    background-size: cover;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 12.5%;
}

.header-intro h1{
    font-size: 1.5rem;
}

.pizza-van-de-maand{
    max-width: 100vw;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
    background-image: url("../../images/pizza-van-de-maand-off-50.jpg");
    padding: 5rem 0;
    background-size: cover;
}

.pizza-van-de-maand article{
    color: white;
    padding-bottom: 1.75rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.pizza-van-de-maand h2{
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1rem;
    margin-bottom: 0.5rem;
}

.pizza-van-de-maand p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 3.5rem;
}

.pizza-van-de-maand h3{
    text-transform: uppercase;
    font-weight: bold;
}

.pizza-van-de-maand a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.2rem;
    padding: 1.5rem 2rem;
    background-color: transparent;
    border-radius: 100px;
    font-weight: bold;
    transition: 0.25s;
    outline: 2px solid white;
}

.pizza-van-de-maand a:hover{
    color: #5b673a;
    background-color: white;
    outline: 2px solid transparent;
}

footer{
    background-color: white;
    text-align: center;
    display: flex;
}

footer img{
    width: 20rem;
}

footer div{
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
}

footer p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

footer a{
    text-decoration: none;
    color: #c14f3f;
    font-weight: bold;
    transition: 0.25s;
}

footer a:hover{
    color: #5b673a;
}

.onze-pizza-wit{
    background-color: transparent;
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 15rem;
    padding-right: 15rem;
    padding: 4rem 15rem;
}

.onze-pizza-wit article{
    width: 19rem;
    background-color: #c14f3f;
    color: white;
    transition: 0.25s;
    cursor: pointer;
    border-radius: 1rem;
}

.onze-pizza-wit article:hover{
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
}

.onze-pizza-wit img{
    width: 100%;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.onze-pizza-wit div{
    padding: 1.5rem;
}

.onze-pizza-groen{
    background-image: url("../../images/groen-fabric.jpg");
    background-size: cover;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 4rem 15rem;
    border: white dashed 1px;
    border-left: none;
    border-right: none;
}

.onze-pizza-groen article{
    width: 19rem;
    background-color: white;
    color: black;
    transition: 0.25s;
    cursor: pointer;
    border-radius: 1rem;
}

.onze-pizza-groen article:hover{
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
}

.onze-pizza-groen img{
    width: 100%;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.onze-pizza-groen div{
    padding: 1.5rem;
}

.onze-pizza-wit h3{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.onze-pizza-wit h4{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.onze-pizza-wit p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.25rem;
    font-size: 0.9rem;
}

.onze-pizza-groen h3{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.25rem;
    word-spacing: -0.25rem;
}

.onze-pizza-groen h4{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.onze-pizza-groen p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.25rem;
    font-size: 0.9rem;
}

.bold{
    font-weight: bold;
}

.footer-contact{
    background-image: url("../../images/groen-fabric.jpg");
    background-size: cover;
    color: white;
    padding: 2.5rem 10rem;
    padding-bottom: 1rem;
    text-align: center;
}

.footer-contact a{
    display: block;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 200;
    line-height: 200%;
}

.footer-contact a:hover{
    color: white;
    letter-spacing: 0.1rem;
}

.footer-contact h3{
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    margin-bottom: 1rem;
}

.footer-kolom{
    width: 100%;
}

.blog-container{
    background-color: #f9f7f6;
}

.blog-container article{
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
}

.blog-container img{
    width: 100%;
    border-radius: 1rem;
}

.blog-container h2{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-top: 2rem;
    color: #5b673a;
}

.blog-container p{
    font-family: 'Poppins', sans-serif;
    font-weight: 350;
    line-height: 150%;
    margin: 2rem 0;
}

.blog-container h3{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1rem;
    color: #c14f3f;
    margin-bottom: 2.5rem;
}

.blog-container-groen{
    background-image: url('../../images/groen-fabric.jpg');
    background-size: cover;
}

.blog-container-groen article{
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
}

.blog-container-groen img{
    width: 100%;
    border-radius: 1rem;
}

.blog-container-groen h2{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-top: 2rem;
    color: white;
}

.blog-container-groen p{
    font-family: 'Poppins', sans-serif;
    font-weight: 350;
    line-height: 150%;
    margin: 2rem 0;
    color: white;
}

.blog-container-groen h3{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1rem;
    color: white;
    margin-bottom: 2.5rem;
}

.over-container-groen{
    background-image: url('../../images/groen-fabric.jpg');
    background-size: cover;
}

.over-container-groen article{
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
    padding-bottom: 3.5rem;
}

.over-container-groen img{
    width: 100%;
    border-radius: 1rem;
}

.over-container-groen h2{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-top: 2rem;
    color: white;
}

.over-container-groen p{
    font-family: 'Poppins', sans-serif;
    font-weight: 350;
    line-height: 150%;
    margin: 1rem 0;
    color: white;
}

.over-container-groen h3{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 3rem;
    color: white;
    margin-bottom: 0rem;
}

.team{
    background-color: white;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 4rem 15rem;
    text-align: center;
}

.team article{
    width: 10rem;
    background-color: #c14f3f;
    color: white;
    transition: 0.25s;
    cursor: pointer;
    border-radius: 1rem;
}

.team article:hover{
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
}

.team img{
    width: 100%;
}

.team h3{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.team p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.25rem;
    font-size: 0.9rem;
}

.locatie-container-groen{
    background-image: url('../../images/groen-fabric.jpg');
    background-size: cover;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

iframe{
    width: 100%;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
}

.locatie-tekst-groen{
    color: white;
}

.locatie-tekst-groen h2{
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
}

.locatie-tekst-groen p{
    color: white;
    font-family: 'Poppins';
    font-weight: 300;
    margin: 2rem 0;
}

.locatie-tekst-groen h3{
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
}

.locatie-container{
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

iframe{
    width: 100%;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
}

.locatie-tekst{
    color: #5b673a;
    text-align: right;
}

input:focus{
    outline: 1px dashed #5b673a;
}

textarea:focus{
    outline: 1px dashed #5b673a;
}

input{
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 2.5rem;
}

.locatie-tekst h2{
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
}

.locatie-tekst p{
    font-family: 'Poppins';
    font-weight: 300;
    margin: 2rem 0;
}

.locatie-tekst h3{
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
}

.contacteer{
    text-align: center;
    padding: 2.5rem;
    background-image: url('../../images/groen-fabric.jpg');
    background-size: cover;
    color: white;
}

.contacteer h2{
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contacteer p{
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 1.5rem;
}

.contacteer a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.contact-formulier{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #5b673a;
    padding: 5rem 0;
    border-radius: 1rem;
}

.contact-formulier label {
    display: block;
    margin-bottom: 0.5rem;
}

.contact-formulier input,
.contact-formulier textarea {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    box-sizing: border-box;
}

.contact-formulier button {
    background-color: #c14f3f;
    color: #fff;
    padding: 1.25rem 2.5rem;
    border: none;
    border-radius: 2.5rem;
    cursor: pointer;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    transition: 0.25s;
    margin-top: 1rem;
}

.contact-formulier button:hover {
    background-color: #5b673a;
}

.contact-formulier h2{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
}

label{
    font-family: 'Poppins';
    font-weight: 400;
}

select{
    height: 3.25rem;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
}

select:focus{
    outline: 1px dashed #5b673a;
}

option{
    padding: 1.5rem;
}

.onze-pizza-groen a{
    text-decoration: none;
    color: black;
}

.onze-pizza-wit a{
    text-decoration: none;
    color: white;
}