<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header img.banner
{
    width: 100%;
}

h1
{
    font-family: "Pathway Gothic One", Arial, sans-serif;
}

p, a, li
{
    font-family: Arial, sans-serif;
}

.nav-tabs
{
    border-bottom: none !important;
}

.btn-danger
{
    background-color: #e31134;
    text-transform: uppercase;
}

.application
{
    background-color: #eee;
    padding: 1em;
}
.application a
{
    text-decoration: none;
}
.applybutton
{
    background-color: #e31134;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
.applybutton:hover
{
    background-color: #ca1231;
}

footer
{
    background-color: #3E4847;
    color: white;
    text-align: center;
}
footer h3
{
    font-family: "Pathway Gothic One", Arial, sans-serif;
    margin-bottom: 1em;
}
footer a,
footer a:hover
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}</pre></body></html>