


main {
    background-color: #6f625a;
    font-family: sans-serif;
    padding: 15px 0 15px 0;
}

.bobbleheadcontainer {
    position: relative;
}

p.basic-title {
    font-family: "Perpetua";
    text-align: center;
    max-width: none;
    font-size: 2.55556rem;
    line-height: 2.88889rem;
    color: white;
} 

a.site-title {
    text-decoration: none;
}


a.site-title:hover {
    text-decoration: underline;
}

p.basic-title-small {
    font-family: "Perpetua";
    max-width: none;
    font-size: 1em;
    color: white;
    text-align: center;
}

p {
    color: white;
}

h1 {
    font-family: "Perpetua";
    text-align: center;
    color: white;

} 
h2 {
    font-family: "Perpetua";
    text-align: center;
    color: white;
} 

h3 {
    font-family: "Perpetua"; 
}

/* Subheader style */


/* Link styles */
a {
    color: white;
}

a:hover {
    text-decoration: none;
    opacity: .8;
}

/* Navigation styles */
.site-identity {
    padding: 10px 0 20px 20px;
}

a.unit-link {
    color:#5a5a5a;
    font-weight:normal; 
    font-size: 1em; 
    line-height:1.2em;
    display: block;
    padding-bottom: .5em;
    text-decoration: none;
    opacity: 1;
}

a.unit-link:hover {
    text-decoration: underline;
}

.navbar-brand {
    color: #7a0019;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.1em;
    background-color: white;
    width: 100%;
    display: block;
}

a.navbar-brand:hover {
    background-color: white;
}

.navbar-brand:hover {
    background-color: white;
}

.nav-link {
    color: #FFF;
}

.active {
    font-weight: bold;
}

.nav-link:focus, .nav-link:hover {
    color: #FFF;
    text-decoration: underline;
}

.bg-dark {
    background-color: #6f625a !important;
}

.body-wrapper {
    background-color: #6f625a;
    padding: 1em;
}

/*Footer top */
#umnhf-f.umnhf {
    border-top: none;
}