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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: black;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;background:#000000;
}
/*Body Box*/
#hero-plus-body {font-family: 'Noto Sans', sans-serif; font-size: 18px; background:#000;
}
.click-tweet{
    width: 35%;
    float: right;
    display: block;
    background: #000;
    padding: 25px;
    margin: 20px;
    color: #fff;
    text-align: center;
font-family: 'Lora', serif;
font-style:italic;
border-radius:8px;
color: #e5c768;
}

.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: none !important;
    border-radius: 0.25rem;
}

.ft-title {
color: #fff !important;
    font-family: 'Lora', serif;
font-style:italic;
font-size:17px;
}

.ft-link {
color: #fff !important;
}

/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background:#000000; color: #fff; font-family: 'Noto Sans', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.tq {
    background: #bc9433;
    color: #fff;
    font-size: 111%;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    border-radius: 3px;
    border-bottom: solid #333 2px;
}
#txt {margin: 2% 10%; padding:2% 4%; background:#fff; border-radius:6px;}
#gallery {padding: 2% 10%; background: #000000;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-text {
    display: none;
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
    background: #000;
    color: #e5c768;
    text-align: center;
}

.logo {margin: 10px 20px; width: 300px; }
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #ffffff;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #b99330;
    padding: 20px;
    font-weight: bold; text-transform: uppercase;
}
.soc, .soc:visited, .soc:hover {
    color: #b99330;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.card-title {
  margin-bottom:0px;
    font-family: 'Lora', serif;
font-style:italic;
font-size:17px;
}

.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; color:#b98931; font-family: 'Lora', serif;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px; font-family: 'Lora', serif;}
#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;
}

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

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

}

.click-tweet{
    width: 100%;
    float: right;
    display: block;
    background: #000;
    padding: 25px;
    margin: 20px;
    color: #fff;
    text-align: center;
font-family: 'Lora', serif;
font-style:italic;
border-radius:8px;
color: #e5c768;
}

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