/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header .logo {
    max-width: 54%;
}

#header .header-top a[data-depth="0"] {
    color: #000000;
    text-transform: uppercase;
    font-size: 0.8rem;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 0.8rem;
}