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

body {
    font-family: 'Montserrat';
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #0D3F6B;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {
background: #E0EFED; 
padding: 2% 5%;
max-width: 100%;
flex-basis: 100%;
}
.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 0px; width: 200px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #007A64;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}

.tweet{font-size:115%; 
padding:15px 2%;
text-align:center;
border-bottom:1px solid;
color:#003161;
width:37%;
display:box;
float:right;
margin-bottom:20px;
margin-left:2%;
}

.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;font-weight: bold;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;font-style:italic;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

.share-floating-bar-pinterest {
    display: none!important;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}

.tweet{font-size:115%; 
padding:25px 6%;
text-align:center;
border-bottom:1px solid;
color:#003161;
width:100%;
max-width:100%;
display:box;
float:right;
margin-bottom:20px;}


.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}