:root {
    font-size: 15px;
}

body {
    font-size: 15px;
    font-size: 1rem;
    color: #c3c3c3;
    background: #313234;
}

ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

h1 {
    font-size: 36px;
    font-size: 2.4rem;
    color: #2f4675;
    font-weight: 300;
}

h2 {
    font-size: 30px;
    font-size: 2rem;
    color: #2f4675;
    font-weight: 300;
}

h3 {
    font-size: 22px;
    font-size: 1.4666rem;
    color: #4e5053;
    font-weight: 300;
}

h4 {
    font-size: 19px;
    font-size: 1.2666rem;
    color: #4e5053;
    font-weight: 300;
}

h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; 
}

header#masthead {
    
    background-color: #2f4675;
    /*background-image: url(../img/watercolor_background.png);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
}

#header-top { 
    text-align:center; 
    font-size: 14px; 
    font-size: 0.9333rem;
    background: rgba(255,255,255,0.5);
    padding: 10px 5px;
}

#header-top .widget { 
    margin: 0;
}

#header-top ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

#header-top li {
    display: inline-block;
    margin: 5px 10px;
}

#header-top a {
    color: #8E9693;
    font-size: 14px;
    font-size: 0.9333rem;
}

#header-top a.current-site {
    font-weight: bold;
    color: #02baff;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-bottom p {
    margin-bottom: 0;
}

.site-branding {
    display: inline-block;
    padding: 10px 5px;
    max-width: 250px;
    text-align: center;
}

.breadcrumbs {
    margin: 10px 0;
}
