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

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


strong {
    color: #056eb5;
}

.right{
    width: 40%;
    float: right;
    margin: 2.5%;
}

.right img{width:100%; max-width:100%;}

.card-body {display: none;}

/*Body Box*/
#hero-plus-body {
font-family: 'Montserrat', sans-serif;
font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ 
    background: #173662;
    padding-bottom: 20px;
text-align:left;
flex: none;
    display: block;
padding-top: 20px;
padding-left:3%;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
 .ctab, .ctab:visited, .ctab:focus {
    background-color: #83c94e;
    color: #fff!important;
    padding: 7px;
    font-size: 116%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 12px;
    max-width: 100%;
    border-radius: 3px;
    box-shadow: 0 9px 12px -9px #535353;
    text-transform: uppercase;
    text-decoration: none;
    width: 280px;
font-family: 'Montserrat', sans-serif;
}

.ctab:hover, .ctab:active {
background: #0D4E90;
transition: background 0.4s ease;
color: #fff!important;
text-decoration: none;
}


 .ctab2, .ctab2:visited, .ctab2:focus {
    background-color: #83c94e;
    color: #fff!important;
    padding: 7px;
    font-size: 116%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 12px;
    max-width: 100%;
    border-radius: 3px;
    box-shadow: 0 9px 12px -9px #535353;
    text-transform: uppercase;
    text-decoration: none;
    width: 96%;
max-width:96%;
font-family: 'Montserrat', sans-serif;
}

.ctab2:hover, .ctab2:active {
background: #0D4E90;
transition: background 0.4s ease;
color: #fff!important;
text-decoration: none;
}


h1{
    margin-bottom: 3%;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    color: #187DC1;
    line-height: 108%;
}
h2 {font-family: 'Montserrat', sans-serif; text-align:center; margin: 20px 0px 40px; font-size: 1.6rem; font-style: italic;}
h3 {font-family: 'Montserrat', sans-serif; font-size: 24px !important; font-weight: bold; margin: 20px 0px; color: #0D4E90; text-transform: uppercase;}
#txt { padding: 2% 10%; line-height:180%;}
#gallery {padding: 2% 5%;     background: #f0f0f0;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 10px; 15px; width:230px;}

.link, .link:visited, .link:hover {
    display: inline;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    text-decoration: none !important;
   font-family: 'Montserrat', sans-serif;
}
.soc, soc:visited, .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #fff;
}


.icons, .icons:visited, .icons:focus {
    padding: 7px;
    margin: 8px 3px;
    width: 52px;
    height: 52px;
    display: inline-block;
    background: #83c94e;
    text-align: center;
    color: #fff;
    border-radius: 38px;
    font-size: 1.5em;
}

.icons:hover, .icons:active {
background: #0D4E90;
transition: background 0.3s ease;
color:#fff;
}

.click-tweet{
    text-align: center;
    font-size: 135%;
    color: #83c94e;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2% 2%;
    margin: 20px;
}



#gallery .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
h1 {
    font-size: 30px;
}
h2 { font-size: 25px;}
.right{
    width: 95%;
    float: right;
    margin: 2.5%;
}


#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: inline-block;
    margin: 4px auto;
width:150px;
}
 .ctab {
    display: inline-block;
    text-align: center;
    line-height: 110%;
    font-size: 85%;
}
}