.fixed{
    position: fixed;
    height: 157px;
    width: 100%;
    min-width: 330px;
    z-index: 100;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition:  all 0.75s ease-in-out;
    -ms-transition:  all 0.75s ease-in-out;
    -o-transition:  all 0.75s ease-in-out;
    transition:  all 0.75s ease-in-out;
}

.fixed.scroll{
    height: 50px;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
}

.logo{
    line-height: 1em;
}

.logo img{
    max-height: 38px;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition:  all 0.75s ease-in-out;
    -ms-transition:  all 0.75s ease-in-out;
    -o-transition:  all 0.75s ease-in-out;
    transition:  all 0.75s ease-in-out;
}

.scroll .logo img{
    max-height: 25px;
}

header{
    min-width: 320px;
}

header nav ul{
    display: flex;
    margin: -1.6rem 0 0 0;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition:  all 0.75s ease-in-out;
    -ms-transition:  all 0.75s ease-in-out;
    -o-transition:  all 0.75s ease-in-out;
    transition:  all 0.75s ease-in-out;

}

.scroll nav ul{
    margin-top: -0.5rem;
}

header nav a:hover{

    text-decoration: none;
}

header nav a{
    text-decoration: none;
    font-family:'Univers Next W01 Black','Helvetica','Arial';
}

header *{
    line-height: 1em;
}

header .name{
    font-size: 1.4rem;
    line-height: 1.2em;
    padding-top: 1rem;
}

.scroll .name{
    font-size: 1rem;
    padding-top: 0.5rem;
}


@media all and (max-width: 1191.98px){
    .fixed{
        height: 80px;
    }
}

@media all and (max-width: 991.98px){
    .logo img{
        max-height: 30px;
    }

    .fixed.scroll{
        font-size: 0.75rem;
    }

    header nav a{
        font-size: 0.875rem;
    }
}

@media all and (max-width: 767.98px){



    header nav a{
        font-size: 0.65rem;
    }

    .fixed{
        height: 80px;
    }

}

@media all and (max-width: 575.98px){
    .logo img{
        max-height: 20px;
    }

    .scroll .logo img{
        max-height: 11px;
    }

    .scroll .scrollMobileNoDisplay{
        display: none!important;
    }


}