.header-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 99% 1%;
    display: flex;

}
.headline{
    color: #b4b4b4;
    flex: 1;
}
.headline4{
    color: beige;
}
.image-container{
    
    max-width: 100%;
    background-color: rgb(245, 245, 245);
    padding: 8px;
    
}
.text-highlight {
    color: #b4b4b4;
    font-size: 40px;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
a{
    color: beige;
    text-decoration: none;
    margin-left: 5px;
    font-weight: bolder;
}

a:hover{
    text-decoration: underline;
}
.text-container{
    background-color: rgb(228, 228, 228);
    padding: 2px;
    font-weight: bold;
    align-items: center;
}
.maps-container {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.maps-right {
    margin-left: px;
    width: 100%;
    
}
.text-container{
    text-align: center;
}
.list-box{
    text-align: left;
}

.maps-frame {
    border: 0;
    height: 300px;
    width: 100%;
}
.legal-content {
    padding: 8px;
    align-items:center ;
    text-align: center;

}

.legal-text {
    margin-right: 16px;
    text-align: left;
    
}
.social.media {
    align-items: baseline;
    text-align: center;
}
.social{
    align-items: baseline;
    text-align: center;
    
}
.legal-text{
    text-align: center;
}
/* Style all font awesome icons */
.fa {
        padding: 20px;
        font-size: 30px;
        width: 40px;
        text-align: center;
        text-decoration: none;
        align-items: center baseline;
        border-radius: 50%;
    }

/* Add a hover effect if you want */
.fa:hover {
        opacity: 0.7;
    }

/* Set a specific color for each brand */


.fa-whatsapp {
        background-color: #25d366;
        color: white;
        align-content: center;
    }
.fa-facebook {
         background: #3B5998;
            color: white;
            align-content: center;
            align-items: baseline;
    }    


.fa-instagram {
        background:#833AB4;
        color: white;
        align-content: center;
    }

    
.fa {
        padding: 10px;
        font-size: 30px;
        width: 30px;
        text-align: center;
        text-decoration: none;
        
    }        