html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;


}

.HomeBackground {
    width: 100%; 
    height: auto; /* Adjust height according to image */
    position: relative;
}
.MP_HomeBackground{
    width: 100%; 
    height: auto; /* Adjust height according to image */
    position: relative;
}

.OverOns {
    background-color: rgb(62, 145, 204); /* Set a semi-transparent background */
    width: 60%;
    height: 450px;
    position: absolute; /* Position it over the image */
    top: 300px; /* Adjust top position to avoid overlap with the navbar */  
    z-index: 1; /* Ensure it appears above the background */
    border-radius: 0px 15px 15px 0px;
    color: white;
    font-size: 2.3vh;
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.455);
    
}
.OveronsText{
    font-weight: bold   ;
    position: absolute;
    width: 90%;
    left: 50px;
}
.GoogleMap{
width: 100%;
}
.ActiesBlock{
    background-color: rgb(62, 145, 204);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 550px;
}
.VerfImg{
    width: 500px;
}

.navbar {
    z-index: 3; /* Ensure navbar is above the background image */
    background-color: #3E92CC;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.455);
}

.logo-container {
    display: flex;
    align-items: center;
    
}

.text-container {
    margin-left: 10px;
}

.nav-links {
    display: flex;
    align-items: center;
    margin-right: 200px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 20px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.605);
}

.nav-links a:not(:last-child) {
    margin-right: 20px;
}

.logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    padding: 0px;
    object-fit: cover;
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.455);
}

.nav-links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.text-container {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

.text-container h1 {
    margin: 0;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 5px black;
}

.text-container p {
    margin: 0;
    margin-top: 12px;
    margin-left: 10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 5px black;
}
.contact {
    background-color: rgb(255, 255, 255); /* Set a solid background */
    width: 350px; /* Adjust the width to fit on the right side */
    height: 90%;
    
    position: absolute; /* Position it over the image */
    top: 150px; /* Adjust the top position as needed */
    right: 60px; /* Align the div to the right side of the screen */
    z-index: 1; /* Ensure it appears above the background */
    padding: 20px; /* Add some padding for better spacing */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow for visual appeal */
   border-radius: 15px; 
}   

.contactInfo{
    width: 100%;
    height: 50px;
    z-index: 1;
    
    background-color: rgba(255, 255, 255, 0);
    border: 2px black;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-size: 1rem;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    box-sizing: border-box;
}

.contact-form textarea {
    height: 100px;
    resize: vertical;
}

.contact-form button {
    padding: 10px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: gray;
}

.SpacingBlock1{
    background-color: rgb(62, 145, 204);
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 2;
    top: 300px; 
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.455);
}
.SpacingBlock2{
    background-color: rgb(62, 145, 204);
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 2;
    top: 800px; 
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.455);
}
.ProductenLijst{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 375px; 
}
.ProductenLijst2{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 875px; 
}
.MP_Tekst {
    background-color: rgba(62, 145, 204, 0.657);
    width: 300px;
    height: 75px;
    
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 50%; /* Move the element's left edge to the center of the parent */
    transform: translateX(-50%); /* Shift the element back by 50% of its width */
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.455);
}