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


.whole{width:100%; max-width:100%; text-align:center; margin:20px;}

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



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

.card:nth-last-of-type(2), .card:nth-last-of-type(1){
  margin-top:2.1rem;
}



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

ul li{

  list-style-type: "-  ";
}




.image {
  padding: 0 200px;
  margin: 40px 0;
}



hr {
  color: white !important;
}

body {

  font-size: 18px;
  line-height: 2;
  color: #000;
}

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

#cards-asset-3 {
  margin-top: 12px;
}

.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: 'Raleway', sans-serif;
font-weight:600;
color:#09268a;
margin-top:30px;
margin-bottom:35px;
}

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

h2{
    margin: 20px 0;
    text-align: left;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 140%;
    line-height: 150%;
}

.logo-ft{    width: 200px;
    margin-top: 25px;
    margin-bottom: 25px;}



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



/*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;
}



.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: #09268a;
  color: #fff;
  display: block;
  text-align: center;
font-family: 'Raleway', sans-serif;
}


#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{
color:#09268a;}

.ft-p{line-height:120%;}

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

.ctab,
.ctab:visited {
 background:#031759;
  text-align: center;
  margin: 2px;
  text-decoration: none !important;
  color: #fff;
letter-spacing:1px;
  padding: 5px 15px;
  display: inline-block;
font-family: 'Raleway', sans-serif;
border-radius:4px;
}

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


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

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

.soc:hover {
 opacity:.8;
}

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

#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) {

h1{
font-size:1.75em;
font-family: 'Raleway', sans-serif;
color:#09268a;
font-weight:800;
}
  .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;
  }

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

  }

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