@import url('https://fonts.googleapis.com/css2?family=Open+Sans&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: 'Open Sans', sans-serif;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; font-family: 'Open Sans', sans-serif; padding: 0px 4%;
}

.right{
    width: 35%;
    float: right;
}

.rights{
    width: 100%;
    max-width: 100%;
}


/*Footer Box*/
#hero-plus-footer{ font-family: 'Open Sans', sans-serif; color: #fff; display:block; padding: 30px; text-align:center; background: #999999;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {
    padding: 2%;
font-family: 'Open Sans', sans-serif;
    width: 65%;
    float: left;
}
#sidebar-div {
    width: 35%; font-family: 'Open Sans', sans-serif;
}
#gallery {padding: 2% 5%; 
border-top: 2px solid #000; 
border-bottom: 2px solid #000; 
background: #9D9FA2;
}
#gallery h2 {display:none;}
.card-body {    background: #c00; color:#fff; }
.card-title{display:none;}
.card-text{font-size:14px; font-weight:400; line-height:130%;}
.h3, h3 {
    font-size: 1.75rem;
    text-align: center;
    margin: 5%0px;
    font-weight: bold;
    color: #d8121a;
}
.gallery-inline{
    background-color: #eee;
    padding: 30px 0px 10px;
}

.card{margin:2.5%; margin-bottom:25px; }
.logo {
    margin: 20px;
    width: 200px;
}

.li{padding-bottom:12px;}

.hero {max-width: 100%;}
.ctab:hover { border: 1px solid #c00; background:none; color; #c00!important; }
.ctab, .ctab:visited {
      border: 1px solid #c00;
    background: #c00;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 12px;
    font-weight: 300;
    text-transform: uppercase;

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


#item-6843f391-515e-423b-846a-cc4ed3507f65-1 h2{display:none;}

.sideleft {float: left !Important; width: 40%; margin: 3%;}
.side {float: right !Important; width: 40%; margin: 3%;}
h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

li{padding-bottom:14px;}

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

}

.right{
    width: 100%;
    float: right;
}

li{padding-bottom:14px;}

.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;
}
#txt, #sidebar-div { max-width: 100%; flex-basis: 100%; margin:20px auto; float:none;}
}