@font-face {
    font-family: 'SansationRegular';
    src: url('/fonts/Sansation_Regular-webfont.eot');
    src: url('/fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Sansation_Regular-webfont.woff') format('woff'), url('/fonts/Sansation_Regular-webfont.ttf') format('truetype'), url('/fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
header {
    background-color:#06254e;
}

.header1 {
    font-family: SansationRegular;
    font-size: 3.0rem;
    font-weight: 500;
    color: #ffffff;
}

.header2 {
    font-family: SansationRegular;
    font-size: 1.5em;
    font-weight: 300;
    color: #ceedfd;
}

.form-group {
    margin-top: 35px;
}

.form-group label {
    color: #062580;
    font-weight: 500;
}
*/

.title1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
}

.title2 {
    font-size: 1.5em;
    font-weight: 300;
    color: #ceedfd;
    margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #6c757d;
}

h1 {
    margin-top: 0.8rem;
    font-size: 2.1rem;
}

.main {
    margin: 1rem 0;
}

.page-header  {
    margin: 0;
}

header.site-header {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.form-group label {
    font-weight: 600;
    color: #000;
}

.post-date {
    color: #6c757d;
}

.post-title:hover {
    color: #00008b;
}

.post-metadata {
    font-size: 0.85rem;
}

.main {
    /* min-height: 600px; 50vw */
    min-height: 30vw;
}

.space-bottom {
    margin-bottom: 2rem;
}

.space-top-large {
    margin-top: 4rem;
}