/*.avia-menu-text {
    font-size: 100%;
} 

@media screen and (max-width: 1300px) and (min-width:990px) {
    .avia-menu-text {
        font-size: 70%;
    } 
    .logo img {
        max-height: 65px;
        margin: 1.75em 0!important;
        width: 63%;
    }
    #logo2 {
        left: 168px!important;
    }
}

@media screen and (max-width: 1300px) and (min-width:1100px) {
    .avia-menu-text {
        font-size: 75%;
    } 
    .logo img {
        width: 75%;
    }
    #logo2 {
        left: 210px!important;
    }
}*/

.avia-menu-text {
    font-size: 100%;
} 

@media screen and (max-width: 1300px) and (min-width:990px) {
    .avia-menu-text {
        font-size: 70%;
    } 
    .logo img {
        max-height: 65px;
        margin: 1.75em 0!important;
        width: 50%;
    }
    #logo2 {
        left: 135px!important;
    }
}

@media screen and (max-width: 1300px) and (min-width:1100px) {
    .avia-menu-text {
        font-size: 75%;
    } 
    .logo img {
        width: 75%;
    }
    #logo2 {
        left: 210px!important;
    }
}