/* === Resets ===*/

/* See lato.css for font face reset. */



html, body {
  font-family: 'Lato', sans-serif;
}

.text-foxproof: {
    font-color: #b7410e; 
}

a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: #8b2c00;
}


/* ====== Navigation =======*/

/* --- Top Bar --- */

.top-bar {
    padding: 5px 0;
    background-color: #b7410e;
    color: #fff;
    border-bottom: 1px solid #c3592b;
}

.top-bar p {
    position: relative;
    top: 1px;
}

.spacer {
    padding: 13px 0;
}

/* --- Nav Bar --- */

.navmenu {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.menu-sp {
    padding: 0;
    margin-top: 10px;
}


#foxmenu .menu-vertical {
    overflow-y: unset;
}


#foxmenu.active .menu-vertical {
    transform: translateX(0);
}

#foxmenu .menu-vertical
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 4;
    background: #fff;
    width: 280px;
    transform: translateX(-100%);
    transition: all 0.5s ease-out 0s;
}



.navbar-brand img {
    height: 2rem;
}



.navbar {
    padding: .7rem 3rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: .9rem;
    transition: background-color .5s ease;
}

.navbar-nav li {
    padding-right: .8rem;
}

.navbar-nav .nav-link {
    padding-top: .8rem;
}

.navbar-nav .nav-link:active,
.navbar-nav .nav-link:hover {
    color: #8b2c00;
}

.custom-toggler-icon {
    color: black;
    font-size: 1.6rem;
}



/*-- Remove Button Outline --*/
button:focus, a:focus {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
}

button, a, a.btn {
   transition: all .6s ease;
}


/*--- Top Links ---*/

#top-links {
    margin: top;
}

