@font-face {
    font-family: 'Oxanium';
    font-weight: normal;
    src: url('/static/fonts/Oxanium-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    font-weight: bold;
    src: url('/static/fonts/Oxanium-Bold.woff2') format('woff2');
    font-display: swap;
}

body {
    font-family: Oxanium, Verdana, Arial, sans-serif;
}
a:link, a:visited, a:active {
    color: darkblue;
}

a:hover {
    color: darkred;
}



h2 {
    color: #916721;
}

.centerlink p:hover {
    color: white;
    border: 2px solid #916721;
    background-color: #916721;
}

.centerlink p {
    border: 2px solid #916721;
    background-color: white;
    color:#916721;
}

header {
    background-color: white;
    border-bottom: 2px solid #916721;
}



header a:link,
header a:visited,
header a:active,
header a:hover {
    color: #916721;
    background-color: transparent;
}

header li:hover {
    color: white;
    background-color: #916721;
}

header li:hover a {
    color: white;
}


footer {
    background-color: black;
}


footer a:link {
    text-decoration: none;
}

footer li {
    color: white;
}

footer a:link, footer a:visited, footer a:active {
    color: white;
    background-color: transparent;
}

footer a:hover {
    color: lightgray;
    background-color: black;
}

.full {
    border-top: 0.25rem dotted #916721;
}

.full-nopad {
    border-top: 0.25rem dotted #916721;
}

#tagline1, #tagline2 {
    color: #916721;
}
