body{
    margin: 0%;
    font-family: Helvetica, sans-serif;
}
.main{
    max-width: 1500px;
    margin: auto;
}
/*HEADER*/
.sticky{
    position: sticky;
    top: 0;
    background-color: white;
}
.header{
    height: 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: auto;
}
.title.heading{
    text-align: center;
    margin: 1px;
    color:rgb(36, 106, 176);
    
}
.slogan.heading{
    text-align: center;
    margin: 1px;
    color:rgb(112, 112, 112);
    display: block;
    font-weight: bold;
    font-size: xx-large;
}
.phone.heading{
    text-align: center;
    margin: 1px;
    color:#0866ff ;
    display: block;
    font-weight: bold;
    
    font-size: xx-large;
}
@media screen and (max-width: 1100px) {
    .slogan.heading{
        text-align: center;
        margin: 1px;
        color:rgb(112, 112, 112);
        display: block;
        font-weight: bold;
        font-size: 2vw;
    }
    .phone.heading{
        text-align: center;
        margin: 1px;
        color:#0866ff ;
        display: block;
        font-weight: bold;
        font-size: 2vw;
    }
}
a{
    text-decoration: none;
}
    
.logo.heading{
    margin: 1px;
    display: flex;  
    justify-content: center;

}
.title-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*MAIN CONTENT*/
.subtitles{
    margin-bottom: 25px;
    text-align: justify;
}
.video-wrapper{
    margin-top: 2px;
    margin-bottom: 25px;
}

.slide{
    margin-top: 25px;
    margin-bottom: 25px;
}

.hero-container{
    display: flex;

}
.menu{
    display: flex;
    width: 25%;
    margin-right: 1px;
    margin-left: 1px;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.content-wrapper{
    width: 50%;
    margin: 0px;
    margin-right: 1px;
    margin-left: 1px;
    justify-content: center;
}
.menu-title{
    display: inline-block;
    margin: 4px;
    margin-bottom: 5px;
}
.menu-item{
    display: flex;  
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    min-height: 50px;
    flex-direction: column;
    align-items: center;
}
.menu-image-wrapper{
    display: flex;
    justify-content: center;
    max-width: 275px;
}
.menu-item-title{
    display: inline;
    margin: 5px;
    text-decoration: none;
}
.menu-phone{
    color:#0866ff;
    font-size: xx-large;
    margin-bottom: 10px;
}
.menu-email{
    color:rgb(50, 50, 50);
    
}
.slide-img{
    width: 100%;
}
.slide{
    display: flex;
}


.column{
    width: 50%;
    text-align: justify;
    padding: 10px;
    
    font-size: medium;
}
.see-more-button{
    width: 40%;
    height: 50px;
    border-radius: 40px;
}
/*POPUP*/
.overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200vh;
    display: none;
}

.popup-img{
    position: fixed;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*FOOTER*/
.footer{
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    align-items: center;
}
.contact-footer{
    margin: 1px;
    text-align: center;
    color: rgb(30, 30, 30);
    font-weight: 400;
    min-width: 400px;
}
.image-footer{
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-img{
    width: 50px;
    height: 50px;
}

.text-footer.list{
    font-size: small;
}

