@font-face {
    font-family: text;
    src: url(../fonts/JockeyOne-Regular.ttf);
}

body{
    background-color: rgba(229, 229, 229, 1);
    font-family: text;
    margin: 0;
    overflow-x: hidden;
    
}
::-webkit-scrollbar {
    display: none; /* Verbergt de scrollbar */
}
.hoofdtekts{
    display: flex;
    font-size: 20px;
    justify-content: center;
}
.kleine_text{
    display: flex;
    font-size: 24px;
    justify-content: center;
    text-align: center; /* Horizontaal centreren van de tekst */
    margin-bottom: 70px
}
.kleine_text p{
    width: 400px;
}
.buttons_home{
    display: flex;
    justify-content: space-evenly;
}
.buttons_home img{
    width: 300px;
    border: 5px solid #555;
    border-radius: 20px;
}
.navbar{
    height: 100px;
    background-color: rgba(0, 0, 0, 1);
    margin: 0;
}
 
nav{
    display: flex;
    padding-top: 13px;
    font-size: 20px;
    font-family: navbar; 
    align-items: center;
    justify-content: space-evenly;
    
}

.navbarred{
    background-color: red;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
}
.button button{
   background-color: white;
   height: 60px;
   width: 200px;
   margin-top: 5px;
   font-size: 22px;
   font-family: text;
   border-radius: 20px;
   cursor: pointer;
}
.inputvakken{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.berichtenbox{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
}
.background{
   width: 600px;
    background-color: white;
    border-radius: 20px;
    border: 5px solid #555;
}
.gegevenstext p{
    font-size: 23px;
}
.gegevenstext input{
    height: 25px;
    width: 500px;
    background-color: rgba(236, 236, 236, 1);
}
.gegevenstext button{
    width: 505px;
    height: 30px;
    cursor: pointer;
}
.submit button{
    height: 40px;
    width: 130px;
    border-radius: 10px;
    font-family: text;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
}
.inputvakken h1{
    font-weight: lighter;
}
.image-gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.image-gallery img{
    border-radius: 20px;
}
.image-gallery h2{
    font-size: 26px;
}

.upload-container p{
    font-size: 20px;
}
.upload-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gegevenstext{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bericht-container{
    display: flex;
    background-color: white;
    width: 600px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
    border: 5px solid #555;
    border-radius: 20px;
}
.bericht-container p{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
    max-width: 500px;
}
.bericht-container img{
    width: 200px;
}

#button{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 30px;
    width: 100px;
    border-radius: 7px;
    background-color: white;
    color: black;
}
.button-gastenboek{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#button:hover {
    background-color: black; /* Verander de achtergrondkleur */
    color: white; /* Verander de tekstkleur */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Voeg een schaduw toe voor diepte */
}

.submit_inlogbox input{
   display: flex;
   width: 300px;
}

.inlog_required{
    margin-top: 50px;
    font-size: 25px;
    text-align: center;
    font-family: text;
}

.Waiting_next_upload{
    display: flex;
    font-size: 22px;
    justify-content: center;
    margin-top: 70px;
     
}

.actions{
    gap: 110px;
}

.actions button{
    background-color: white;
    height: 40px;
    width: 140px;
    margin-top: 5px;
    font-size: 17px;
    font-family: text;
    border-radius: 20px;
    cursor: pointer;
}

.wait-message{
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.welcome-message{
    display: flex;
    margin-top: 100px;
    justify-content: center;
    font-size: 26px;
}

@media (max-width: 850px){
    .background{
        width: 480px;
    }
    .gegevenstext{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .gegevenstext input{
        width: 250px;
    }
    .upload-container{
        align-items: center;
    }
    
    .upload-container p{
        font-size: 20px;
    }
    #button{
        margin-left: 0px;
    }
    .submit_button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}
@media (max-width: 685px) {
    .bericht-container{
        width: 300px;
    }
    .bericht-container p{
        max-width: 200px;
    }
    .actions button {
        width: 110px;
    }
    
}
@media (max-width: 510px) {
    .inlog_required {
        margin-left: 5%;
        margin-right: 5%;
    }
    
}

@media (max-width: 500px) {
    .inlog_required p{
        display: flex; 
        font-size: 22px; 
    }
    
    .button button{
        margin-top: 12px;
        height: 50px;
        width: 100px;
        font-size: 18px;
    }
    
    .background{
        width: 300px;
    }
    .gegevenstext{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .upload-container p{
        font-size: 20px;
    }
    #button{
        margin-left: 0px;
    }
    .submit_button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inputvakken h1{
        font-size: 24px;
    }
    .error-message{
        width: 200px;
    }
    .hoofdtekts{
        font-size: 14px;
        text-align: center;
    }
    .hoofdtekts h1{
        width: 250px;
    }
    .kleine_text p {
        width: 330px;
    }
    .buttons_home img {
        width: 230px;
    }
}