@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,800;1,400;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;
}
/*Footer Box*/
#hero-plus-footer {
  background: #322705;
  padding: 50px;display: block;
  text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {}

#txt {
  padding: 2% 14%;
  font-family: 'Source Sans 3', sans-serif;
  background-color: #f8f2dd;
  font-size: 18px;
}
#gallery {
background: #3e5d3c;
    padding: 40px 6% 20px 6%;
    max-width: 100%;
    flex-basis: 100%;
}
#gallery h2 {
  display: none;
}
.card-body {
  display: none;
}
.click-tweet {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 10px;
  letter-spacing: 1.25px;
  float: right !important;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  padding: 15px 10px 0px 10px;
  text-align: center;
  font-size: 1.55em;
  display: block;
  color: #4e3428;
  background-color: #f6cd7e;
}
.logo {
  margin: 20px 5px;
  width: 90px;
}
.hero {
  max-width: 100%;
}
.ctab, .ctab:visited, .ctab:hover {
  background: #004b23;
  border-radius: 3rem;
  padding: 20px 15px;
  text-align: center;
  margin: 10px;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
  color: #f6cd7e;
  padding: 5px;
  margin: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.right {
  float: right !Important;
  width: 47%;
  margin: 1%;
}
.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;
}
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;
}
.flag-icon {
  font-size: 1.5em;
  margin: 10px;
  vertical-align: middle;
}
#flags a {
  display: block;
  font-size: 0px;
}
.ctab-mobile, .ctab-mobile:visited {
  display: none;
  max-width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .logo {
       margin: 10px;
    display: inline;    width: 55px;
    text-align: center;
  }
  .right{
    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;
  }
  .ctab {
    display: none;
    margin: 0px auto;
    font-size: 110%;
    padding: 8px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .ctab-mobile, .ctab-mobile:visited {
    display: inline-block;
    margin: 0px auto 40px auto;
    max-width: 100%;
    width: 100%;
  }

}