@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
.ctab, .ctab:visited, .ctab:hover {
    background-color: #83c94e;
    color: #fff!important;
    padding: 15px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 9px 12px -9px rgba(83, 83, 83, 0.53);
    text-decoration: none;
    margin: 30px;
}

/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {font-size: 18px; font-family: 'Montserrat', sans-serif;
}
.logo {margin: 20px;}
.hero {max-width: 100%;}
/*Footer Box*/
#hero-plus-footer{     text-align: center;
    background: #173662;
    padding-bottom: 20px;     display: block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {
    padding: 2% 10%;
}

.vid-1 {
width: 35%;
float: right;
margin: 10px;
}

.click-view {
text-align: center;
width: 35%;
margin: 0px 10px;
float: right;
}

.card-body {
    display:  none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.side {
    float: right;
    width: 40%;
    margin: 1%;
}
strong {
    color: #056eb5;
}
.h1, h1 {
   margin-bottom: 3%;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    color: #187DC1;
    line-height: 108%;
}
.box-link, .box-link:visited {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    margin: 20px auto;
}

.box-link:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

h3 {
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #fff;
}
.icons, .icons:visited, .icons:hover {
    padding: 12px;
    margin: 8px 3px;
    width: 52px;
    height: 52px;
    display: inline-block;
    background: #83c94e;
    text-align: center;
    color: #fff;
    border-radius: 38px;
    font-size: 80%;
}

.h2, h2 {
    font-size: 2rem;
    margin: 30px 0px 40px;
}
@media only screen and (max-width: 768px) {
.img-inline {
    float: none;
    width: 100%;
    margin: 20px auto;
}
}