@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans: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 {
text-align:center;
  background-color: white;
font-family: 'Lato', sans-serif;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Lato', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background-color:#0dceef;
}

hr{
    width: 100%;
    border-top: 2px #000 solid;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.pullquote{    background: #004969;
    color: #fff;
    padding: 25px;}


.col-lg-3{
-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#hero-plus-footer .logo {display:block; margin: 20px auto;}


.footerlink{
    display: block;
    color: #000 !important;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    padding:7px;
    text-transform: uppercase;
}

#txt {padding: 2% 13%; text-align: justify;}
#gallery {padding: 2% 15%; background: #0dceef;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 14px;
    margin-bottom: 9px;
    text-align: center;
    width: 277px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #74a3dc;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 111%;
    text-transform: uppercase;
}
.soc, .soc:visited, .soc:hover {
    color: #000;
    padding: 12px;
    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: 2.25rem;margin: 20px 0px 40px; font-weight:900; font-family: 'Lato', sans-serif; text-transform:uppercase; color:#000;}
h2 {font-size: 1.24rem; margin: 20px 0px 10px; font-family: 'Lato', sans-serif; text-transform:uppercase; color: #000; font-weight: bold;}

h3{
font-family: 'Lato', sans-serif;
text-align:center;
font-size:1.35rem;
letter-spacing:1px;
color:#fff;
font-weight:900;
 text-transform:uppercase;}


h4{
font-family: 'Hammersmith One', sans-serif;
text-align:left;
font-size:1.1rem;
font-weight:900;
color:#004969;
 text-transform:uppercase;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}
#gallery-title-uuid{display:none;}
p{margin-bottom:25px;}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

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

.right {
width:37%;
margin:1% 0% 2% 3%;
float:right;
}

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

.litegreen {
color: #d6f5a6!important;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ext-inline{
width:98%;
margin:1% ;

float:right;
}


.ctab {
    display: block;

}
.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;
}
}