.home header.site-header {
    position: fixed; 
    background : transparent;
}

header.site-header {
    background : #38393B;
    width: 100%;
    z-index : 10;

    transition: background-color 0.5s ease;
}

.home header.site-header.scroll-down {
    background : #38393B;
}


.nav {    
    justify-content: flex-end;
    padding-right : 5rem;
}

.primary-nav-menu .nav-inline>.menu-item+.menu-item {
    margin-left: 4rem;
}

.primary-nav-menu .nav-inline>.menu-item>a {
    font-size : 0.875rem;
    font-weight : 400;
    text-transform : uppercase;
    border-bottom : 3px solid transparent;
    line-height : 1.3125rem;
    padding : 10px 0 4px;
    color : #fff;
}

.primary-nav-menu .nav-inline>.menu-item>a:hover {
    border-bottom : 3px solid #79C8CE;
}

.header-icon a {
    color : #fff;
}

