@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@0;1&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}

strong { font-size: 1.1em; }
.center{text-align:center;}
.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.ctab{
 font-family: 'Roboto Condensed', sans-serif; 
    font-size: 200%;
    display: inline-block;
    text-transform: uppercase;
    background: #00377b;
color:#fff;
    padding: 20px;
transition: all 0.35s ease;
 padding-top: 13px;
 margin: 30px;
}

.ctab:hover{text-decoration:none; background: #007bff; color:#fff;}

.fas{font-size:110%; padding-right:10px;}

.logo{
    width: 380px;
   
}



.right {
    width: 30%;
    float: right;
    margin: 2%;
}


/*Hero Box*/
#hero-plus-hero {
}

.hero{ width:100%; max-width:100%;}
/*Body Box*/
#hero-plus-body {
font-family: 'Noto Sans', sans-serif;
font-size:110%;
line-height:165%;

}

.col{border: 1px solid #0098cf; padding-top:25px; padding-bottom:30px; clear: both !important;}

.play-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
color: #fff;
opacity:.7;
  transition: all 0.35s ease;

}

.play-overlay:hover {
opacity:1;
color:#0098cf;
}

h1{text-align:center; font-family: 'Roboto Condensed', sans-serif; color: #00377b;}

strong{font-family: 'Roboto Condensed',sans-serif; color: #00377b; font-size:120%; }

.foot-link{font-family: 'Roboto Condensed',sans-serif; color: #00377b; font-size:150%;  display:block; text-transform:uppercase; padding-bottom:20px;}

.foot-link:hover{color:#0098cf; text-decoration:none;}


h2{text-align:center; font-family: 'Roboto Condensed'; color:#656565; margin-bottom:1em;}

.press-body{
padding:2% 14%;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
   color: #00377b;
}

.gallery-inline h2{display:none;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(156,74,58,.5);
    border-radius: .25rem;

}



.gallery-inline.gallery-inline {

    padding: 30px;
    border: 1px solid #0098cf;
background: #00377b;
    padding-bottom: 10px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;
}

/*Footer Box*/
#hero-plus-footer{
}

.icons{
    font-size: 200%;
    margin: 4% 5%;
    display: inline-block;
}

.icons:hover{
    font-size: 200%;
    display: inline-block;
color:#000;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px){
.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.vid-inline{width:100%; float:right: margin-bottom:2%;}

.logo{
    width: 280px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.ctab {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 120%;
    display: inline-block;
    text-transform: uppercase;
    background: #00377b;
    color: #fff;
    padding: 5px 20px;
    transition: all 0.35s ease;
    padding-top: 7px;
    width: 100%;
    text-align: center;
}


.right {
    width: 100%;
    float: right;
    margin: 0%;
}

h1{font-size:1.9rem;}

h2{font-size:1.4rem;}

.press-body {
    padding: 2% 4%;
}

}