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



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
background:#000;
color:#FFF;
 font-family: "Poppins", 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*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%;
font-size:115%;
line-height:185%;
}
#gallery {padding: 2% 5%; background: #de651e;    max-width: 100%;
    flex-basis: 100%;}

.gallery-inline{padding-bottom:35px;}
#gallery h2 {display:none;}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125); 
    border-radius: .25rem;
}
.card-body {
    background: #000;
    color: #fff;
    font-size: 80%;
    line-height: 135%;
    font-weight: 300;
    padding: 5px;
    padding-top: 15px;
}

.card-title{}
.logo {margin: 10px; width:190px; display:inline-block;}
.logo2 {margin: 10px; width:280px; display:inline-block;}
.logo3 {margin: 10px; width:180px; display:inline-block;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited{
    background: #000;
    text-align: center;
    margin: 17px;
text-transform:uppercase;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 20px;
    font-weight: 300;
display:inline-block;
}

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

.side {float: right !Important; width: 35%; margin: 1%;}
h1 {

    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 800;
    margin-top: 25px;
}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}

    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

a {
    color: #faeecf;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
display:inline-block;
}

a:hover {
    background: #faeecf!important;
color:#000;
    text-decoration: none;
    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;
}

.right{
    width: 37%;
    margin: 2%;
    display: block;
    float: right;
    padding: 20px;
    font-weight: 300;
   
    padding-top: 0%;
    margin-top: 0%;
}

.tq{font-size:125%;
border-bottom:1px solid;
font-weight:300;
padding-bottom:10px;
margin-bottom:20px;}

.gallery-inline h2{display:none;}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 5px;
    display: inline-block;
width:100px;
}

.logo2 {margin: 5px; width:180px; display:inline-block;}
.logo3 {margin: 5px; width:100px; display:inline-block;}

.right {
    width: 100%;
    margin: 0%;
    display: block;
    float: right;
    padding: 20px;
    font-weight: 300;
    font-size: 115%;
}
.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% 4%;
font-size:115%;
line-height:185%;
}

h1 {

    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    font-weight: 800;
    margin-top: 25px;
}

.ctab, .ctab:visited {
    background: #000;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    font-weight: 300;
    width:100%;

}
}

