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

img {
    max-width: 100%;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {

}

.col-lg-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    text-align: center;
}


.right{width:40%; margin: 0px 0px 30px 3%;
float:right;}
.gallery{width:100%; max-width:100%; display:block;     background: #8ED8F8;}


.gallery-inline h2{display:none;}

.gallery-inline{

padding:2% 4%;}


#hero-plus-footer h4{
  text-align: center;
font-weight:800;
color:#fff;
}





hr {
  color: white !important;
}

body {
font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 175%;
  color: #000;
background:#fff;
}

.container {
  margin-top: 21px;
  margin-bottom: 30px;
}



.card-body {
  display: none;
}

:root {
  --primary: black;
  --secondary: white;
}



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



h1 {
font-family: 'Roboto Condensed', sans-serif;
font-size:2.3em;
font-weight:500;
color:#00B9F2;
margin-top:30px;
text-align:center;
margin-bottom:40px;
text-transform:uppercase;
}

h2,
h3,
h4,
h5 {
  margin: 20px 0;
  text-align: left;
  color: #fff;
font-family: 'Roboto', sans-serif;
font-weight:400;
}

h2{
    margin-bottom: 30px;
    text-align:center;
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 150%;
    line-height: 170%;
color:#000;
}

.ft-logo{    width: 150px;
margin:0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
display:block;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
}

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


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


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

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

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;

}

.tweet{padding:20px 14%; 
text-align:center; 
color:#000;
font-size:145%; 
font-family: "Roboto Condensed", sans-serif;
 padding-top:0px;}

.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: #000;

  display: block;
  text-align: center;
font-family: 'Roboto Condensed', sans-serif;
padding:20px;
padding-bottom:40px;
}


#txt {
  padding: 2% 12%;
}

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



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


 #gallery {
    padding: 2% 10%;
    background: #f0f2fa;
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 35px;

}

#gallery h2 {
  display: none;
}

.img-fluid{background: #F8F8F8; 
	border: solid #1532EB 1px; 
	box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.15)  ; 
	-webkit-box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.15)  ; 
	-moz-box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.15)  ; 
transition-property: all;
transition-duration: .20s;
transition-timing-function: ease-in;
}

.img-fluid:hover{background: #F8F8F8; 
	border: solid #1532EB 2px; 
	box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.35)  ; 
	-webkit-box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.35)  ; 
	-moz-box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.35)  ; }

.logo {
  padding: 5px 0;
    margin: 10px 20px;
    width: 220px;
}

strong{
}



.hero {
  margin-top: 100px;
  max-width: 100%;
  padding: 0;
}

.ctab,
.ctab:visited {
 background:#00B9F2;
  text-align: center;
  margin: 2px;
  text-decoration: none !important;
  color: #fff;
font-family: 'Roboto Condensed', sans-serif;
text-transform:uppercase;
font-weight:500;
  padding: 15px 15px;
  display: inline-block;
line-height:100%;

}

.ctab:hover {
 background:#000;
color:#fff;
}


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

.soc,
.soc:visited {
  color: #00B9F2;
  margin: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.soc:hover {
 opacity:.8;
}

@media only screen and (max-width: 768px) {

.right{width:100%; margin: 0px 0px 30px 0%;
float:right;}

h1{
font-size:1.75em;

}
  .image {
    padding: 0px;
    margin: 10px 0;
  }
.button{background:#fff; color:#000; text-transform:uppercase; padding:10px; display:block; width:90%; margin:0 auto;}
.button:hover{
color:#fff!important;
background:#000;
}

  .ctab {
    display: block;
padding:5px;
font-size:90%;
  }

  .logo {
    margin: 0px auto;
    display: block;
width:100px;

  }

 .tweet{padding:20px 4%; 
text-align:center; 
color:#000;
font-size:125%; 
font-family: "Roboto Condensed", sans-serif;
 padding-top:0px;}


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