
/* Nav styles*/



.topbar-center-logo .menu a {
    text-transform: uppercase;
    font-family: 'Permanent Marker', cursive;
    font-size: 1em;
    letter-spacing: 1px;
}

.topbar-center-logo .menu a {
    color: #DDDDDD;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
        
.topbar-center-logo .menu a:hover, .topbar-center-logo .menu a:active {
    color: #D17F61;
}

    
.topbar-center-logo .menu {
    background-color: transparent;
}

.top-bar {
    background-color: transparent;
}

/* Max Medium only */
@media screen and (max-width: 63.9375em) {


img.navlogo_large {
    display: none;

}
img.navlogo_small {
}
    
    .menu a, .menu .button {
        line-height: 2rem;
    }

.topbar-center-logo .menu {
    background-color: rgba(0,0,0,0.9)!important;
    height: 100vh;
    width: 100%;
     position: absolute;
    top: 3.2rem;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.topbar-center-logo-mobile {
    background: transparent;
}
.topbar-center-logo-mobile .menu-icon {
    vertical-align: text-top;
}
.title-bar {
    background-color: rgba(0,0,0,0.8)!important;
}
    
    .topbar-center-logo .menu li:first-of-type {
    margin-top: 15vh;
}
    
.topbar-center-logo .menu li {
            width: 11.875rem;
            margin: 0 auto;
}
    
}

@media screen and (max-width: 63.9375em) and (max-height: 26.875em) {
    .topbar-center-logo .menu li:first-of-type {
    margin-top: 5vh;
}
}


/* Large and up */
@media screen and (min-width: 64em) {
.topbar-center-logo .top-bar-center {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.top-bar .menu li {
    position: relative;
    
}

img.navlogo_large {
    -webkit-filter: drop-shadow(0px 3px 5px #222 );
    filter: drop-shadow(0px 3px 5px #222);
    margin-top: 1rem;
    width: 367px;
}

.top-bar {
    padding-top: 0;
    position: inherit;
    top: 0;
}

img.navlogo_large {
    display: inline-block;
}
    
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Extra Large and up */
@media screen and (min-width: 75em) {
.menu a, .menu .button {
    padding: 0.7rem 2rem;
}
    
    .topbar-center-logo .menu a {
    font-size: 1rem;
}
}
