@font-face {
    font-family: 'Oswald-Stencil';
    src: url('https://fonts.googleapis.com/css?family=Oswald');
}

@font-face {
    font-family: 'Oswald';
    src: url('https://fonts.googleapis.com/css?family=Oswald');
}


body {
    font-family: 'Oswald', sans-serif;
    color: #FFC20F;
    background-color: #5A1414;
}

h1 h2 h3 h4 h5 h6 {
    font-family: 'Oswald', sans-serif;
}

h1 a {
    font-family: 'Oswald', sans-serif;
    color: #FFC20F;
}

a {
    color: #fff;
}
a:hover {
    color: #e0e0e0;
}

/*
 * Header
 */

.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}
