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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.logo{width:200px;}

.trans{text-align:center;
font-size:120%;}

.doc-inline{margin:10px; display:inline-block;}

/*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;
background-color:#080047;
 text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 11%;  
color:#353b45;
 font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}
#gallery {padding: 2% 5%; 
background: #ecf3f7;    
max-width: 100%; 
width:100%;
    flex-basis: 100%;}

h2 li{margin-bottom:13px;}
li{margin-bottom:7px;}

.gallery-inline{ 
    
}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px ;}

h3{
    font-weight: 800;
    color: #e40d75;
    text-transform: uppercase;
}

#gallery-title-uuid{display:none;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #e40d75;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
font-size:16px;
text-transform:uppercase;
    font-weight: bold;
}
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

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

svg{
width:30px;
height:30px;
fill: #fff;}


.side {float: right !Important; width: 35%; margin: 1%;}
strong{color:#080047;}

h1 {text-align:center; font-size: 2.75rem;   
color:#080047;
 font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;}

h2 {text-align:left; font-size: 1.3rem; margin: 20px 0px 40px; padding:0% 10%;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

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

.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) {

h1 {text-align:center; font-size: 1.75rem; }
.ctab {
    display: block;

}
.logo {
    margin: 4px auto;
width:120px;
    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;
}
#txt {padding: 2% 2%;}
h2 {
    text-align: left;
    font-size: 1.17rem;
    margin: 20px 0px 40px;
    padding: 0% 2%;
}  
}


