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

#lang {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 40px auto;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
font-family: 'Source Sans Pro', sans-serif;
}
/*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 Pro', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
font-family: 'Source Sans Pro', sans-serif;
background:#34465f;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%; font-size:110%;}
#gallery {
    padding: 2% 15%;
    background: #ed1c2b;
    max-width: 100%;
    background-size:cover;
    flex-basis: 100%;
    }
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ; margin-bottom:-45px;}

.hero {max-width: 100%;}

.ctab, .ctab:visited {
  border-color: #ed1c2b;
    background-color: #ed1c2b;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}

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



 .ctab:hover {
opacity:.7;
}


.soc, .soc:visited {
    color: #ed1c2b;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


 .soc:hover {
color:#fff;
}


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


.side {float: right !Important; width: 45%; margin: 2%;}
h1 {text-align:center; font-size: 2.3rem; font-weight:700;
color:#34465f;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#hero-plus-footer .logo {
    margin: 20px auto;
    display: block;
}
#yt .lg-autoplay-button.lg-icon.play-overlay:before {
    content: '\f167';
    font-family: 'Font Awesome 5 Brands';
    color: red;
    font-size: .70em;
    opacity: .7;
}
#yt .lg-autoplay-button:after {
    content: "\e01d"; display:none !important;
}
.play-overlay {
    position: absolute;
    color: red;
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}
.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;
}
.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}
.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;
}
.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}


#txt {padding: 2% 4%; font-size:110%;}

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