
body {
  margin: 0;
  background-color: #ffffff;
  font-family: "montserrat";
  font-size: 16px;
  color: #000000;
}

a {
  color: #ffffff;
}

h2 {
  font-family: "poiret-one";
  font-size: 44px;
  color: #0093DB;
  position: relative;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}

h3 {
  font-family: "poiret-one";
}

#header-bar {
  height: 120px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#flex-item {
  min-width: 33.3%;
}

#logo {
  max-height: 110px;
  padding: 5px;
}

#footer-bar {
  color: #ffffff;
  height: 60px;
  width: 100%;
  background-color: #0093DB;
  position: fixed;
  bottom: 0;
}

#center {
  min-width: 245px;
  text-align: center;
  line-height: 1.4em;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lang-toggle {
  margin-right: 10px;
  text-align: right;
  font-size: 24px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

#a-lang-toggle {
  color: #0093DB;
}

#ibe {
  max-width: 1440px;
}

@media (min-width: 1024px) {
  h2 {
    text-align: center;
  }
  
  #ibe {
    margin: 30px auto 90px auto;
    padding: 0 30px 0 30px;
  }
  
  #footer-lang {
    display: none;
  }
}

@media (max-width: 1023px){
  #flex-item:last-child {
    display: none;
  }
  
  #footer-lang {
    display: unset;
  }
  
  #header-bar {
    height: 90px;
  }
  
  #logo {
    height: 80px;
  }
  
  #ibe {
    margin: 30px 30px 90px 30px;
  }
  
  h2 {
    text-align: right;
    margin-right: 10px;
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  #header-bar {
    height: 70px;
  }
  
  #logo {
    height: 60px;
  }

  h2 {
    font-size: 24px;
  }
}

@font-face {
  font-family: poiret-one;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./poiret-one.woff2) format('woff2');
}

@font-face {
  font-family: montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./montserrat.woff2) format('woff2');
}
