main {
    margin-top: 130px;
    padding: 20px;
}

textarea {
    resize: none;
    font-family: 'bakerfont';
    width: 30%;
}

input {
    font-family: 'bakerfont';
}

main button {
    font-size: 1em;
    padding: 10px 20px;
    background-color:#FAD081; 
    color: black;
    border: none;
    border-radius: 1px; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
    font-family: 'Goldfont';
    margin-right: 20px;
}

main button:hover {
    background-color: #C78B1B; 
}

.linkbutton {
    font-size: 1em;
    padding: 10px 20px;
    background-color: #FAD081;
    color: black;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease; 
    font-family: 'Goldfont';
    margin-right: 20px;
    text-decoration: none; 
    display: inline-block; 
    text-align: center; 
}

.linkbutton:hover {
    background-color: #C78B1B;
}

#reserverenHeader {
    font-family: 'GoldFont';
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
}

.inblokheader {
    font-family: 'GoldFont';
    font-weight: normal;
    font-size: 26px;
    margin: 10px 0;
}

#pagina1 > div {
    background-color: #FDFAF2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    gap: 10px; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#pagina1 {
    display: flex;
    justify-content: center;
    align-items: center; 
}

#pagina1button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.formhorizontaal {
    display: flex;  
    flex-direction: row;
    gap: 15px;
}

.borderremove {
    border: none;
    box-shadow: 0 2px 4px lightgray;
}

#pagina1 > div form {
    display: flex;
    flex-direction: column; 
    gap: 15px; 
    border: none;

}

#pagina1 > div form label {
    display: flex;
    align-items: center; 
    font-family: 'Goldfont', sans-serif; 
    font-size: 1em;
    gap: 10px; 
}

#pagina1 p a {
    color: inherit;
}

#pagina1 p {
    font-family: 'bakerfont';
    font-size: 14px;
}

#pagina2 {
    display: none;
    justify-content: center;
    align-items: center;
}

#pagina2 > div {
    background-color: #FDFAF2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    gap: 10px; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#pagina2 .formhorizontaal:nth-of-type(4) {
    margin-bottom: 10px;
}

#pagina2 > div form {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
    border: none;

}

#pagina2 > div form label {
    display: flex;
    align-items: center; 
    font-family: 'Goldfont', sans-serif; 
    font-size: 1em;
}

.buttonflexcontainer {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%; 
}

#pagina3 {
    display: none;
    justify-content: center;
    align-items: center;
}

#pagina3 > div {
    background-color: #FDFAF2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#pagina3 p,
label {
    font-family: 'bakerfont';
    font-size: 16px;
}

#pagina3 h1 {
    margin: 15px 0;
}

#pagina3 h3 {
    font-family: 'goldfont';
    font-size: 22px;
    font-weight: normal;
    margin-bottom: -10px;
    margin-top: 10px;
}

#pagina4flexcontainer {
    background-color: #FDFAF2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    padding: 20px;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#pagina4 {
    display: none;
    justify-content: center;
    align-items: center;
}

#bevestigingemail {
    font-family: 'bakerfont';
    margin-top: -30px;
}

.flexcontainer-reserveren p {
    font-family: 'GoldFont';
    font-weight: normal;
    font-size: 18px;
}

#flexcontainer-reserveren-een {
    display: flex;
    justify-content: row;
    gap: 10px;
    margin-bottom: 10px;
}

#flexcontainer-reserveren-twee {
    display: flex;
    justify-content: row;
    gap: 10px;
}

#pagina4 .linkbutton {
    margin-top: -10px;
}

/* onderste deel */
#onderste-gedeelte {
    background-color: #FDFAF2;
    padding: 50px;
    margin: 50px;
    display: flex;
    align-items: flex-start;
    gap:150px;
}

.map {
    width: 600px;
    height: 300px;
    border: none;
    margin-left: 80px;
    box-shadow: 0px 5px 5px darkgrey;
}

.contactinfocontainer {
    margin-top: 10px;
    max-width: 500px;
}

#adrescontact {
    font-size: 1.4rem;
    font-family: 'BakerFont';
    margin-bottom: 30px;
}

#tfmail {
    font-size: 1.4rem;
    font-family: CrimFont1;
    margin-bottom: 30px;
}

/*open in maps button */
.openmaps {
    font-size: 1.3em;
    padding: 10px 20px;
    background-color:#FAD081; 
    color: black;
    border: none;
    border-radius: 1px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Goldfont;
    margin-right: 20px;
}

.openmaps:hover {
    background-color: #C78B1B; 
}
/* onderste deel */