#site-topbar{
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 9999999999999;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* @font-face {
    font-family: 'Montserrat'; 
    src: url('montserrat/Montserrat-Regular.ttf')  format('truetype'); */

#site-topbar a{
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    top: -5px;
}

#site-topbar a:hover{
    color: #83c24c;
}

.site--left,
.site--right,
.site--middle{
    display: inline-block;
}

.site--left img{
    position: relative;
    top: -1px;
    margin-left: 20px;
    margin-right: 10px;
    height: 15px;
    width: 9px;
}

.site--right,
.site--left{
    width: 40%;
}

.site--middle{
    width: 18%;
    text-align: center;
}

.site--middle img{
    height: 20px;
    position: relative;
    top: -4px;
}

body.webflow-site .page-wrapper,
header{
    padding-top: 40px;
}

header.itop {
    padding-top: 0 !important;
}

@media only screen and (max-width: 640px) {
    .site--left,
    .site--right,
    .site--middle{
        width: 100%;
    }

    #site-topbar{
            height: 102px;
    }
    
    header{
        padding-top: 102px;
    }
}
