html {
  position: relative;
}

body {
  /* background-image: url("../img/splash.jpg");*/
  background-size: cover;
  background-position: center;
  font-family: "GillSans", arial, sans-serif;
  margin: 0;
  padding: 0;
}

.backstretch {
  position: absolute !important;
}

.mainContainer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 200px;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .mainContainer {
    min-height: none;
    height: 100vh;
  }
}
/********************
    header
********************/
header {
  padding: 50px 0;
  text-align: left;
}
.header-title {
  color: white;
  text-transform: uppercase;
}
.header-title {
  font-size: 4.4em;
  margin: 15px 0;
  font-weight: bold;
}
.header-subtitle {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}
/********************
    container
********************/
.container {
  display: flex;
  flex: 1 0 200px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
}
.col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col img {
  height: 70px;
}

.col a {
  color: white;
  background: #004b93;
  margin-left: 20px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.col a:hover {
  color: #004b93;
  background: white;
}
.col a i {
  margin-left: 5px;
}
.pre-footer {
  padding: 30px 0;
}
.pre-footer h4 {
  color: white;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  text-shadow: 1px 1px 2px #000000;
}

.footer-upper {
  display: none;
}

@media all and (max-width: 1400px) {
  .mainContainer {
    padding: 0 100px;
  }
}
@media all and (max-width: 1260px) {
  .mainContainer {
    padding: 0 50px;
  }
}
@media all and (max-width: 1024px) {
  .mainContainer {
    padding: 0 15px;
  }
  .col img {
    height: 60px;
  }
  .col a {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  header {
    padding: 20px 0;
    text-align: center;
  }
  .header-title {
    font-size: 3em;
    margin: 15px 0;
  }
  .header-subtitle {
    font-size: 1em;
  }
  .container {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }
  .wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }
  .col {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
  .col a {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 14px;
  }
  .pre-footer h4 {
    font-size: 1em;
  }
}
/********************
    cookie-banner
********************/

.cookie-banner {
  padding: 30px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000002;
}

.cookie-banner .text {
  font-size: 16px;
  max-width: 980px;
  margin: auto;
  text-align: left;
}

.cookie-banner .text a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner .close-btn {
  float: right;
  color: #004b93;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 30px;
}

.cookie-banner .close-btn span {
  font-size: 50px;
  vertical-align: text-bottom;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 10000001;
  text-align: center;
}

.preloader img {
  position: relative;
  top: 30%;
}
