@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img {
    max-width: 100%;
}

strong {
    color: #AE1841;
}

/* 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 {
}
body {
    font-family: 'Barlow Condensed', serif;
    color: #000000;
}
/*Body Box*/
#hero-plus-body {
font-family: 'Barlow Condensed', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "SOFT" 93.5,
    "WONK" 1;
}
#hero-plus-body a {
color: #AE1841;
}
/*Footer Box*/
#hero-plus-footer{
background:#154734;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

a{ 
    color: #154734;
}

svg{fill:white;}

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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*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;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.gallery-inline{padding:2%;}

.g-0 {
    text-align: center;
    padding: 0px 0px;
    vertical-align: middle;
    display: inline;
}

.g-0 .col-sm-4 {
    vertical-align: middle;
    display: inline-block!important;
}

.logo, .logo-2, .logo-3 {
    vertical-align: middle;
    display: inline-block;
}

.logo{width:250px;}
.logo-2 {
    width: 100px;
}
.logo-3 {
    width: 180px;
    padding: 10px;
}
#txt {padding: 2% 12%;}
#gallery {padding: 2% 5%; background: #de651e;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px ;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #007aa0;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover soc, .soc:visited, .soc:hover {
    color: #007aa0;
margin-top:35px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 font-size:1.5em;
    color: #fff;
width:50px;
height:50px;
display:inline-block;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;
color:#154734;
font-family: 'Barlow Condensed', serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;

}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}

#gallery-title-uuid h2{display:none;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

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

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

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.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;
}
    .g-0 .col-sm-4 {
        display: inline-block!important;
        width: 33.33333%;
    }
    .logo-1 {
        width: 200px;
    }
    .logo-2 {
        width: 80px;
    }
}