body {
    background-color: #FBF8CC;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    float: left;
}

a {
    font-size: 125%;
    font-weight: bold;
    margin-right: 35px;
}

.navbar {
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgb(168, 168, 168);
    display: flex;
}

.navdiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.current {
    text-decoration: underline;
    color: white;
}

a:link {
    text-decoration: none;
    color: darkblue;
}

.title {
    font-size: 155%;
}

h1 {
    color: #FF9500;
    margin: 0;
}

.green {
    color: #34C759;
}

.title {
    display: flex;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    gap: 70%;
    justify-content: center;
}

.image {
    size: 50%;
    margin-right: 30%;
}

.cool {
    text-align: center;
    font-size: 150px;
    height: 83px;
    color: #34C759;
    margin-bottom: 50px;
    margin-top: 30px;
}

.yearsandtext {
    background-color: rgba(128, 128, 128, 0.034);
}

.mooi {
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s;
    transition: transform 0.5s ease;
    text-decoration: none;
    border-radius: 15%;
    background-color: #F5EE84;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.mooi:hover {
    opacity: 1;
    transform: scale(1.20);
}

.kleur {
    color: #474306;
}

.kleur:visited {
    color: #474306;
}

.over-ons {
    display: flex;
    width: 98vw;
    font-family: sans-serif;
    font-size: 20px;
    justify-content: center;
}

html {
    scroll-behavior: smooth;
}

.over-ons>p {
    display: flex;
    width: 1000px;
    font-family: sans-serif;
    font-size: 20px;
}

.bigtext {
    font-size: 50px;
}

.data {
    color: rgb(2, 2, 65);
    text-align: center;
    justify-content: center;
}

.hf2 {
    text-align: center;
    color: #34C759;
    font-size: 50px;
}

.hoofdstuk2 {
    text-align: center;
    font-size: 20px;
    background-color: rgba(128, 128, 128, 0.084);
}

.imagestage>img {
    width: 560px;
    height: 400px;
    margin-left: 80px;
    border: 2px solid black;
}

.picturetext {
    display: flex;
    justify-content: space-between;
    border: 2px solid black;
    padding: 1%;
}

.container {
    display: flex;
    gap: 20px;
    background-color: rgba(128, 128, 128, 0.084);
}

.picturehead {
    border: 2px solid black;
    padding: 1%;
    color: black;
    text-align: center;
}

.hf3 {
    color: #34C759;
    font-size: 50px;
    text-align: center;
}

.over-ons2 {
    display: flex;
    width: 98vw;
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
    justify-content: center;
    margin-right: 30px;
    background-color: rgba(128, 128, 128, 0.084);
}

.over-ons2>p {
    display: flex;
    width: 580px;
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
    margin: 30px;

}

.contactusbutton {
    text-align: center;
    font-size: 50px;
    opacity: 0.6;
    transition: 0.3s;
    transition: transform 0.5s ease;
    text-decoration: none;
    border-radius: 12px;
    background-color: #34C759;
    margin-top: 30px;
    margin-left: 300px;
}

.kleur2 {
    color: black;
}

.kleur2:visited {
    color: black;
}

.hf4 {
    display: flex;
    color: #FF9500;
    margin: 0;
    font-size: 50px;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

.hf5 {
    display: flex;
    color: black;
    margin: 0;
    font-size: 50px;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    text-decoration: underline;
}

label {
    display: block;
    margin: 10px;
    font-size: 25px;
}

.invul2 {
    margin: 30px;
}

input {
    margin-left: 20px;
}

form {
    background-color: orange;
    width: 400px;
    align-items: center;
    justify-content: center;
}

.invul {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(128, 128, 128, 0.084);
}

footer {
    display: flex;
    text-align: center;
    background-color: orange;
    margin-top: 40px;
    justify-content: space-around;
    border-radius: 10px;
}

.reviewtitle {
    color: black;
    text-align: center;
    border: solid black;
    align-items: left;
    width: 770px;
    margin-top: 20px;
}

.review1 {
    justify-content: space-between;
    border: 2px solid black;
    padding: 1%;
    width: 740px;
    margin-top: 20px;
    margin-left: 30px;
}

.review2 {
    justify-content: space-between;
    border: 2px solid black;
    padding: 1%;
    width: 740px;
    margin-top: 20px;
    margin-right: 30px;
}

.review3 {
    justify-content: space-between;
    border: 2px solid black;
    padding: 1%;
    width: 740px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.reviewposition {
    align-items: right;
    justify-content: right;
    display: flex;
}

.reviewfix {
    text-align: center;
    color: black;
    text-decoration: underline;
}

.foto-en-tekst {
    display: flex;
    margin-top: 20px;
}

.foto1 {
    margin-left: 100px;
}

.allreviews {
    background-color: rgba(128, 128, 128, 0.084);
}