body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

/* Nav bar */
.navbar {
    display: flex;
    align-items: center;
    background-color: #98989a;
    padding: 10px;
}
.navbar img {
    height: 120px;
    margin-right: 10px;
}

.navbaritem1{
    color: white;
    margin-left: 32%;
    font-size: 45px;
    font-family: Cambria, Georgia, serif;
    text-align: center;
    width: 800px;
}

.navbaritem2, .navbaritem3{
    color: white;
    margin-left: 2%;
    font-size: 20px;
    font-family: Cambria, Georgia, serif;
    text-align: right;
}

.navbarrow{
    width: 1500px;
    text-align: right;
}

.navbar-toggler .fas.fa-bars {
    color: white; /* Dit maakt de streepjes wit */
}

/* Home/index */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.intro {
    text-align: center;
    padding: 50px 20px;
    font-family: Cambria, Georgia, serif;
    color: #ffffff;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #959595;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.headerimg{
    width: 40%;
}

.grijzeblokjes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 0;
}
.grijsblokje {
    background: #98989a;
    padding: 20px;
    width: 300px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.informatietitel{
    text-decoration: underline;
    font-size: 20px;
    text-align: center;
    font-family: Cambria, Georgia, serif;
    color: #ffffff;
}

.informatietekst{
    font-size: 20px;
    font-family: Cambria, Georgia, serif;
    color: #ffffff;
}

.text3{
    font-size: 20px;
    font-family: Cambria, Georgia, serif;
    color: #ffffff;
}

.title3{
    text-decoration: underline;
    font-size: 25px;
    font-family: Cambria, Georgia, serif;
    color: #ffffff;
}

.photorow{
    width: 85%;
}

.photo1{
    margin-top: 75px;
}

.photo3{
    margin-top: 90px;
}

.introtext{
    font-size: 30px;
}


/* Contact pagina */

.contacttekst{
    font-size: 30px;
    color: white;
    font-family: Cambria, Georgia, serif;
}

.custom-button {
    background-color: #98989a;
    border-color: #98989a;
    color: white;
}



/* Footer */
.footertext{
    color: white;
    font-family: Cambria, Georgia, serif;
    text-decoration: underline;
    cursor: pointer;
}

.footeropmaak {
    text-align: center;
    padding: 20px;
    background-color: #98989a;
    color: white;
    margin-top: 40px;
    font-family: Cambria, Georgia, serif;
}

