@font-face {
    font-family:'General Sans';
    font-weight: 300;
    src: url('/wp-content/fonts/GeneralSans-Light.woff2');
}
@font-face {
    font-family:'General Sans';
    font-weight: 600;
    src: url('/wp-content/fonts/GeneralSans-Semibold.woff2');
}
div#wrapper {
    position: relative;
}


html,body{
overflow-x:clip;
scroll-behavior: smooth;	
}

.header {
    position: absolute;
    top: 0.6%;
    left: 0;
    width: 100%;
    z-index: 10;
}

.headerLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.headerLogo {
    width: 24%;
    margin: 0 auto;
}

.headerNav a {
    font-family: 'General Sans';
    color: white;
    text-decoration: unset;
    font-size: 1.1em;
}

.headerNav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4%;
    width: 60%;
    margin: 0 auto;
    margin-top: 2vh;
}

.gtranslate {
    position: absolute;
    top: 20%;
    left: 10%;
}
.gtranslate a {
    font-family: 'General Sans';
    color: white;
    font-weight: 300;
}

.phoneHeader {
    display: none;
}

@media only screen and (max-width:1100px){
.phoneHeader{
    display:block;
}
.header{
    display:none; 
}

.phoneHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 3%;
    box-sizing: border-box;
}

.phoneLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.phoneLogo {
    width: 25%;
}
.mobileMenu {
    padding: 1em;
    top: 76%;
}

.mobileMenu ul {
    list-style: none;
}

.mobileMenu a {
    text-decoration: unset;
    color: black;
    font-family: 'General Sans';
    font-weight: 300!important;
    font-size: 1.2em;
}

.gtranslate_wrapper {
    margin-top: 3vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gt-current-lang {
    color: #7eb056!important;
}
html body .mobileMenu {
    width: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


}

@media only screen and (max-width:500px){
    .phoneLogo {
    width: 55%;
}
}