 html, body {
     background-color: #fff;
     color: #636b6f;
     font-family: 'Nunito', sans-serif;
     font-weight: 200;
     height: 100vh;
     margin: 0;
 }

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}


.baseheader{
    font-weight: bold;
    font-family: 'Impact';
    font-family: 'Oswald', sans-serif;
}

 .pageheader{
    font-weight: bold;
    font-family: 'Impact';
    font-family: 'Oswald', sans-serif;


     font-size: 3.1em;
     text-transform: uppercase;
     color: #B61B20;
     line-height: 1.1em;
}


 .ubar_red{;
     color: #B61B20;
}
 a.ubar_red{;
     color: #B61B20;
}





 * { box-sizing:border-box;  }
 #page-banner  { text-align:center; position:relative; background-color:#B61B20; color:#ffffff; height:800px; overflow:hidden; }
 .bg-image     { background-size:cover; background-position: -200px -200px; }
 .overlay    { position:relative; abackground-color:rgba(0,23,110,.9); height:100%; width:100%; z-index:2; }
 .inner      { padding-top:50px; }
 h1      { color:#ffffff; margin:0 auto; }
 .video_wrap   { height:100%; width:100%; position:absolute; left:0; overflow:hidden; top: -160px; padding-bottom:56.5%; }
 iframe      { height:100%; position:absolute; width:100%; top: 0; left:0; }

 @media only screen and (max-width: 600px) {
     #page-banner {
         height: 340px;
     }
     .video_wrap{
         top: -60px;
     }

 }




 @supports (-webkit-text-stroke: 1px white) {
     .ubar_red_whitestroke {
         -webkit-text-stroke: 1px gray;
         -webkit-text-fill-color: white;
         text-shadow: rgba(0, 0, 0, 0.8) 1px 2px;
         font-size: 3.6em;
     }
 }
