* {
    font-family: 'Roboto', sans-serif;
}
html>body #iegfixlist li{
    min-width: unset;
    width: auto !important;
}
body, html {
    height: auto;
    min-height:800px;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
html>body, html>html {
    height: 100%;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
.mobile {display: none;}
@media screen and (max-width: 950px){
    .desktop {display: none;}
    .mobile {display: block;}
}
.cont{
    overflow:hidden;
    width:100%;
    height: 100%;
    min-height:800px;   
}
.s {
    overflow-y: auto;
    width: 100%; /*calc(100% + 30px);*/
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.75);
}
html {background: white; min-height:800px;}
.bg {
    background: url("img/background.jpg") center no-repeat;
    background-size: cover;
    height: auto;
}
.logo {
    margin: 6% auto 0px auto;
    width: 50%;
    max-width: 342px;
    min-width: 220px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.logo img {
    width: 80%;
}
.soon {
    width: 80%;
    margin: 0% auto 0%;
    font-family:BebasKai;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.soon h4 {
    font-size: 27px;
    color: #064b46;
    letter-spacing: 4px;
}
.menu {
    margin: 0px auto 65px;
    width: 90%;
    max-width: 773px;
    color: #000;
    font-size: 20px;
    font-family:AvantDemi;
    min-height: 350px;
    height: 35vh;
}
.menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
    height: 100%;
    justify-content: space-around;
}
.menu li div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu > ul > li > div > img {
    width: 42px;
    height: auto;
}
@media screen and (max-width: 680px) {
    .logo {
        margin: 8% auto 50px;
    }
}

a {
    color: #064b46;
    font-weight: 500;
    transition: color 0.25s ease-in-out;
}
a:hover {
    color: #ab9c1b;
    text-decoration: none;
}
@media screen and (max-width: 778px) {

}