@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&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: 19px; font-family: 'Poppins', sans-serif; line-height:175%; 
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #73308B;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}


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



#txt {padding: 2% 14%;}
#gallery {padding: 3% 10%;    max-width: 100%;
    flex-basis: 100%; background: linear-gradient(to right, #661c78 0%,#4799b5 100%);}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 20px;
 
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 0.25rem;
}


h2{color:#3F97B5;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #000;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited {
    color: #F1B434;
    padding: 5px;
    margin: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

 .soc:hover {
    color: #F3D0B3;
    padding: 5px;
    margin: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}





.side {float: right !Important; width: 45%; margin: 1%;}
.side img {
    margin-bottom: 40px;
}
h1 {text-align:center; font-size: 2.5rem; color:#73308B; font-family: 'Poppins', sans-serif; font-weight:700; text-transform:uppercase; margin-top:40px;}
h2 {/* text-align:center; */font-size: 1.7rem;margin: 20px 0px 40px;font-weight: bold;}
h2 li {
    margin-bottom: 20px;
}
#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;
}
}