@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600;700&family=Roboto:ital,wght@0,400;0,700;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 {  font-family: 'Roboto', sans-serif;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; font-family: 'Roboto', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; font-family: 'Roboto', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.logo{width:160px;}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #762b85;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 28%);
    border-radius: 5px;
      background: #fdd900;
    color: #952d98 !important;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}


.tq{
    padding-top: 30px;
    padding-bottom: 30px;
font-family: 'Roboto', sans-serif;
font-style:italic; 
}

.soc, .soc:visited, .soc:hover {
    color: #007aa0;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 5px auto;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 1.3em;
}
.icons, .icons:visited, .icons:focus {
    padding: 10px;
    margin: 8px 3px;
    width: 45px;
    height: 50px;
    display: inline-block;
    font-size: 90%;
    text-align: center;
    color: #fff;
}
.icons:hover, .icons:active {
    transition: all 0.4s ease;
    color: #fdd900;
}
.side {float: right !Important; width: 35%; margin: 1%; font-family: 'Roboto Slab', serif;    padding: 40px 25px;
    line-height: 133%;
    color: #fff;
    text-align: center;
    background: #762b85;}
h1 {text-align:center; font-size: 2rem; font-family: 'Roboto Slab', serif; font-weight:700;}
h2 {text-align:center; font-size: 1.4rem; margin: 20px 0px 40px; font-family: 'Roboto', sans-serif;}
.info {margin: 20px auto;}
strong {color:#762b85;}
#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;
}
}