:root {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
}

body {
    font-size: 18px;
    font-size: 1rem;
    color: #504F54;
    background: white;
    font-family: 'Lato', sans-serif;
}

a,
a:visited,
a:hover,
a:active {
    color: #006DAC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

h1 {
    font-size: 50px;
    font-size: 2.777rem;
    font-family: Oswald, Arial, sans-serif;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: Oswald, Arial, sans-serif;    
    line-height: 1.2;
}

h3 {
    font-size: 22px;
    font-size: 1.222rem;
    font-family: Oswald, Arial, sans-serif;
    line-height: 1.2;

}

h4 {
    font-size: 18px;
    font-size: 1rem;
    font-family: Oswald, Arial, sans-serif;    
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: #006DAC; 
}

.header-underline-container {
    text-align: center;
    padding: 30px 0 0;
}

.header-underline {
    border-bottom: 5px solid #4A4A4A;
    text-transform: uppercase;    
    display: inline-block;
    padding-bottom: 10px;
}

.site-header {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    background: white;
    box-shadow: 0 0 7px gray;
    z-index: 999;
}

.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px; 
}

.site-logo {
    display: inline-block;
    max-width: 250px;
    text-align: center;
    vertical-align: middle;
}

.blog .site-content {
    padding-top: 100px;
}

.entry-header,
.page-header {
    text-align: center;
    background-color: #505050;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
    background-image: url(../img/defaultheader.jpg);
    color: white;
    margin: 0 auto 30px;
    padding: 0;
    border: none;
}

.blog .entry-header,
.archive .entry-header,
.search .entry-header {
    background: transparent;
    text-align:left;
    margin-bottom: 0;
    padding: 0;
    color: #006DAC;
}

.overlay {
    background-color: rgba(0,0,0,0.4);
    padding: 20px 5px 25px;
}
