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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
 
}

body { font-family: "Arimo", sans-serif;}
/*Header Box*/
#hero-plus-header {  
 background: #440099;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
background: linear-gradient(to bottom, #7029EC, #33008D);
color:#fff;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
background:#000;
}
/* Control carousel arrow*/
.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}
#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 ; width:140px;}

.link {
    font-size: 135%;
    display: block;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 20px;
}

.link:hover {
    font-size: 135%;
    display: block;
    color: #df168f;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 20px;
}

.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited {
   background-color: #df168f;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 17px 25px;
    font-weight: bold;
text-transform:uppercase;
}

.ctab:hover {
   background-color: #000;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 17px 25px;
    font-weight: bold;
text-transform:uppercase;
}
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

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


svg{fill:#fff; width:35px;}

svg:hover{fill:#df168f;}
.side {float: right !Important; width: 35%; margin: 1%;}
h1    { text-align: center;
    font-size: 2.5rem;
     font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;}

h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;}

.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;
}
a {
    color: #df168f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

#toggle{text-align:center; 
margin-bottom:20px;
font-weight:800;
font-size:125%;
color: #000;}


#gallery-title-uuid{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;
}
}