.minimalistic-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 1030;
}
.company-logo a img{
    min-width: 100px;
    width: auto;
    max-height: 60px;
}
.company-phone-number img,
.return-to-homepage img{
    margin-right: 10px;
}
.company-phone-number a,
.return-to-homepage a{
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 911px){
    .company-logo a img{
        max-width: 100px;
    }
    .company-phone-number img,
    .return-to-homepage img{
        margin-right: 2px;
        width: 14px;
        height: 14px;
    }
    .company-phone-number a,
    .return-to-homepage a{
        font-size: 14px;
    }
}

.minimalistic-footer{
    right: 0;
    left: 0;
    background: white;
    bottom: 0;
    z-index: 1030;
    display: flex;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
    justify-content: space-evenly;
    align-items: center;
}
.wrapper{
    padding-top: 0px;
}

