
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/* 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;
 font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
background: #b43a81;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 13%;}
.gallery-inline {padding: 2% 15%;     
background: #bf2b5f;    max-width: 100%;
    flex-basis: 100%;}



#gallery-title-uuid h2{display:none;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {width:100px;}
.logo2{width:150px;}
.logo2:hover{opacity:.7;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited, .ctab:hover {
 
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    background: #25af40;
    border-radius: 4px;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;font-size:20px;
text-transform:uppercase;
}

a{color: #b63682;}
a:visited {
color: #b63682;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

svg{color:#fff;}

.soc{
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
width:40px;
}

.soc:hover {
    color: #fff;
 opacity:.8;
}
.soc:visited{
 color: #fff;}

.socials{
display:block;
padding:10px 20px 40px 20px;
text-align:center;}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;
 font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
color: #b63682;
}
h2 {text-align:center; font-size: 1.6rem; 
 font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
margin: 20px 0px 40px;}
#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;
}
}