/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
@media (min-width: 850px){
	  /* logo center */
    .header-main{
        z-index: 999;
    }
    #logos{
        width: 70px;
        margin: unset !important;
/*         transform: scale(1.5); */
    }
    .stuck #logos{
        transform: unset !important;
    }
    #logo{
        display: none;
    }
    .header-main .nav-left {
        justify-content: space-around;
    }
    /* end logo center */
}
/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
    .a-section-1 .nav .tab.has-icon{
        width: 50%;
    }

    .a-section-1 .nav .tab {
        border: 0;
    }

    .a-section-1 ul.nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-right: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 550px) {
    .text-1 {
        font-size: 27px;
        line-height: 35px;
    }

    .text-2 {
        font-size: 16px;
        line-height: 21px;
    }
    
    .text-3 {
        font-size: 120px;
        line-height: 105px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 850px) {

    .header-nav.header-nav-main.nav-left{
        justify-content: space-around !important;
    }
    .header-nav.header-nav-main.nav-right{
        justify-content: space-around !important;
    }

    
}
