@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18E.ttf) format('truetype');
}
.btn:focus {
  box-shadow: none;
}
.trans {
  transition: 0.3s;
}
.bg-white {
  background: white;
  color: black;
}
.bg-blue {
  background: #6cc7e1;
  color: black;
}
h1 {
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  padding: 16px 8px;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.slide .carousel-indicators button {
  background: none;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid white;
  margin: 0 6px;
  opacity: 1;
  transition: 0.3s;
}
.slide .carousel-indicators button:hover,
.slide .carousel-indicators button.active {
  background: white;
}
body,
html {
  scroll-behavior: smooth;
  font-family: 'Quicksand', sans-serif;
  background: #6cc7e1;
}
header {
  background: black;
  padding: 26px 52px;
  text-align: right;
  top: 0;
  z-index: 9999;
}
header #btn-menu {
  display: none;
}
header #logo-header {
  height: 44px;
  float: left;
}
header nav {
  text-align: right;
}
header nav a {
  color: #bfbebb;
  margin-left: 36px;
  font-size: 26px;
  position: relative;
  transition: 0.3s;
}
header nav a:hover {
  color: #6cc7e1;
}
#loading-screen {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-image: url("../resources/icons/cog.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer {
  position: relative;
  z-index: 9999;
  background: #6cc7e1;
  color: white;
  text-align: center;
  padding: 32px 16px 62px 16px;
  font-size: 50px;
  font-weight: 300;
}
footer img {
  height: 50px;
}
#lang-selector {
  position: fixed;
  background: black;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  text-align: right;
  padding: 1px 0 5px 0;
}
#lang-selector button {
  margin-right: 10px;
  padding: 0;
  line-height: 12px;
}
@media (max-width: 1600px) {
  header {
    padding: 12px 26px;
  }
  header #logo-header {
    height: 32px;
  }
  header nav a {
    font-size: 20px;
    margin-left: 22px;
  }
  footer {
    font-size: 32px;
    padding: 12px 12px 42px 12px;
  }
  footer img {
    height: 28px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 1030px) {
  header {
    text-align: left;
    z-index: 288889;
    position: relative;
  }
  header #logo-header {
    float: none;
  }
  header #btn-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 28px;
    color: #6cc7e1;
  }
  nav {
    position: fixed;
    left: 0;
    top: 56px;
    background: black;
    z-index: 288888;
    width: 100vw;
    transition: 0.5s;
    transform: rotateX(90deg);
    transform-origin: top;
  }
  nav.active {
    transform: rotateX(0);
  }
  nav a {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
}
@media (max-width: 700px) {
  header #logo-header {
    float: none;
  }
}
