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


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

.right{float:right;
margin-left:2%;
margin-top:0%;

}

.quote {
    background: #fcc844;
    font-size: 120%;
    padding: 20px;
  
}

.gallery-inline{
padding:30px 6%;
background:#f0f0f0;
}

.big-link {font-size: 24px !important;}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {
    font-size: 19px;
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 175%;
}
/*Footer Box*/
#hero-plus-footer{     background: #002c75; display:block; 
padding: 30px; 
text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 12%;}
#gallery {padding: 2% 20%; background: #c6ddd7;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px; width:260px;}
.logo2 {margin: 10px; width:220px; margin-right:25px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #c6ddd7;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #000;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #4696d7;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
width:40px;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; 
color: #002c75;
margin-bottom:40px;
font-size: 2.10rem;}
h2 {text-align:center; font-size: 1.5rem; 
color: #002c75;
margin: 20px 0px;}

h4 {
    font-size: 1.15rem;
    font-family: "Poppins", sans-serif;
    color: #002c75;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
    line-height: 170%;
font-style:italic;
}

h3 { font-size: 1.45rem; 
color: #002c75;
 font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
margin: 20px 0px;}

strong{color: #002c75;}

#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

#gallery-title-uuid h2
{display:none;}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}
.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;
}

card-img-top img{width:100%;
max-width:100%;}

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

.flag-icon::before {
    content: ''!important;
}

@media only screen and (max-width: 991px) {

}

.ext-inline{padding:10px 35%;}


@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}

.ext-inline{padding:10px 100%;}

#txt {
    padding: 2% 3%;
}
.right{float:right;
margin-left:0%;
margin-top:0%;
width:100%;
display:block;
}

.quote {
    background: #fcc844;
    font-size: 120%;
    padding: 20px;
    display: block;
    width: 100%;
}




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