@font-face {
    font-family: Bold;
    src: url('/wp-content/fonts/TheBoldFont-Bold.woff2');
}


@font-face {
    font-family: Bahnschrift;
    src: url('/wp-content/fonts/Bahnschrift.woff2');
}


.headerLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

.headerLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header>* {
    width: 170px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10%;
    padding-top: 2em;
    position: absolute;
    right: 0;
    width: 100%;
}


header#header {
    position: relative;
    z-index: 10;
}

.gtranslate_wrapper {
    position: absolute;
    top: 4.7%;
    left: 92%;
}

.header>a {
    font-family: 'Satoshi';
    font-weight: 100;
    color: #f4f4f4;
    font-size: 1.1em;
    text-decoration: unset;
    text-align: center;
    margin-right: 3em;
    margin-left: 0.7em;
}


.gt_options {
    max-width: unset!important;
}


@media only screen and (max-width:1600px){
    html .gtranslate_wrapper {
        left: 88%;
    }
  

}



@media only screen and (max-width:1200px){
    html .header {
        padding-right: 0;
        flex-direction: column;
    }

    html .header>a {
        margin: 0;
        margin-top: 0.9em;
        font-weight: 800;
    }
    

    html .gtranslate_wrapper {
        left: 78%;
    }
}



@media only screen and (max-width:620px){
    html body .heroRow {
        width: 95%;
    }
    html .gtranslate_wrapper {
        left: 66%;
        top: 1.1%;
    }
 
    .header>* {
        width: 130px;
    }
    html .header>a {
        font-size: 0.9em;
    }

}