@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');


body, h1, h2, h3, p {
  font-family: "Mulish", sans-serif !important;
}

.jumbotron *{
  color: white;
}

a{
  color: #e84545ff;
}

a:hover{
  color: #ff0000;
  transition: 0.5s;
  text-decoration: none;
}

.card-body {
  display: none;
}

.imageGallery{
  padding: 0;
  margin: 40px 0;
}

:root {
  --primary: #f1af6d;
  --secondary: #8e9eb7;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #212529;
}

.jumbotron {
  text-align: center;
  background-color: #212529;
  color: white !important;
  margin-bottom: 20px;
  padding: 2rem 2rem;
}

h1,
h2,
h3 {
  color: #000;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: left;
  margin: 21px 0;
}

.btn {
  font-size: 0.8rem;
}

.translations {
  text-align: center;
  margin: 30px 0;
}

.lang {
  text-align: center;
  padding: 20px;
}

.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: 5px auto;
  text-align: center;
  padding: 0px 20px;
}

#flags a {
  text-decoration: none !important;
  color: transparent !important;
  font-size: 1em;
}

.flag-icon {
  font-size: 4.25em !important;
  margin: 0px 15px;
  vertical-align: middle;
  line-height: 0.5em !important;
}

.container {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 107%;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  background: url("https://uat.multivu.com/arc/designImageGetterServlet?uuid=f0e35059-23ad-4f31-b489-f36d4a5b2368")
    center;
  background-size: cover;
}

.media {border:2px solid #8e9eb7; text-align:center; background:#eee; margin: 20px 15%; border-radius:4px; font-size:110%; font-weight:bold; padding:15px 35px; text-align:center!important; display:block;}

/*Header Box*/
#hero-plus-header {
  z-index: 1;
  background: #fff;
  width: 100%;
  position: fixed;
  text-align: center;
}

/*Hero Box*/
#hero-plus-hero {
  align-items: start;
}

/*Body Box*/
#hero-plus-body {
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.mt-4 .card-body {
  display: none;
}
.card-body .mt-4 {
  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: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

/*Footer Box*/
#hero-plus-footer {
  background: #212529;
  display: block;
  padding: 10px;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

#txt {
  padding: 2% 10%;
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding: 1% 6%;
  font-style: italic;
}

.p-3 {
  margin-bottom: 1rem;
  font-size: 110%;
  padding: 1% 6% !important;
  font-style: italic;
}

.blockquote-footer {
  float: right;
  font-weight: bold;
  color: #000;
}

#gallery {
  padding: 1% 2%;
  background: none;
  max-width: 100%;
  flex-basis: 100%;
}

#gallery h2 {
  display: none;
}

.logo {
  margin: 20px;
  width: 150px;
}

.hero {
  width: 100%;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e84545ff;
    color: #fff !important;
    padding: 13px;
    font-size: 20px;
    font-weight: normal;
    max-width: 100%;
    margin: 19px 0;
    line-height: 119%;
    border-radius: 0px;
    display: inline-block;
}

.ctab:hover,
.ctab:active {
  background: #000;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 20px;
}

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

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

h1 {
  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;
}

.flag-icon {
  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;
  }

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