@import 'fonts.css';
@import 'commingsoon.css';

html {
  height: 100%;
  width: 100%;
  font-family: Gotham;
  color: #075355;
}

body {
  display: block;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gotham;
  color: #075355;
}

h3 {
  word-break: break-all;
}

.main-container {
  max-width: none;
  width: 100%;
}

footer {
  padding: 30px 120px;
  background-color: #fafafa;
  margin-bottom: 0 !important;
  position: relative;
  font-family: Gotham Book;
  color: #828282;
}

footer .container {
  width: 100%;
  max-width: 993px;
  margin: 0 auto;
}

footer #logo-footer {
  width: 160px;
}

footer .box-one {
  height: 100px;
  border-right: 1px solid #e3e3e3;
}

footer .box-one .footer-logo {
  width: 160px;
}

footer .box-one .rights {
  font-size: 12px;
  line-height: 16px;
}

footer .box-two {
  height: 100px;
  border-right: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

footer .box-two a {
  color: #828282;
  font-size: 16px;
}

footer .box-three {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

footer .box-three a {
  width: 40px;
  height: 60px;
}

footer .box-three a .icon-fb {
  background-image: url(../img/fb.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 60px;
}

footer .box-three a .icon-fb:hover {
  cursor: pointer;
  background-image: url(../img/fb-hover.svg);
}

footer .box-three a .icon-inst {
  background-image: url(../img/ig.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 60px;
}

footer .box-three a .icon-inst:hover {
  cursor: pointer;
  background-image: url(../img/ig-hover.svg);
}

footer .box-three a .icon-tw {
  background-image: url(../img/tw.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 60px;
}

footer .box-three a .icon-tw:hover {
  cursor: pointer;
  background-image: url(../img/tw-hover.svg);
}

footer .box-three a .icon-yt {
  background-image: url(../img/Yt.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 60px;
}

footer .box-three a .icon-yt:hover {
  cursor: pointer;
  background-image: url(../img/Yt-hover.svg);
}

footer .box-three a .icon-in {
  background-image: url(../img/in.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 60px;
}

footer .box-three a .icon-in:hover {
  cursor: pointer;
  background-image: url(../img/in-hover.svg);
}

footer .box-three .icon svg {
  height: 60px;
  width: 40px;
}

footer .row .col {
  padding: 0;
  margin: 0;
}

#cookie-popup {
  text-align: center;
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#cookie-popup.hidden {
  display: none;
}

#cookie-popup .btn {
  background-color: #2c979a;
  border-radius: 20px;
  margin: 10px 5px;
  font-size: 12px;
}

#cookie-popup .btn:hover {
  background-color: #acd247;
}

#cookie-popup .btn:active {
  background-color: #075355;
}

@media (min-width: 993px) and (max-width: 1200px) {
  footer {
    padding: 30px 40px;
  }
}

@media (max-width: 992px) {
  footer {
    float: left;
    height: 380px;
    width: 100%;
    padding: 40px 40px;
  }

  footer .container {
    max-width: none;
    width: 100%;
    height: 100%;
  }

  footer .row {
    position: relative;
    height: 100%;
  }

  footer .box-one .rights {
  }

  footer .box-one {
    border-right: none;
    text-align: center !important;
  }

  footer .box-two {
    text-align: center !important;
    border-right: none;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0px;
    margin-top: 80px;
  }

  footer .box-three {
    margin-top: 0px;
  }

  footer .box-three .icon-sm {
    background-size: 80% 80%;
  }

  footer .logo-bottom {
    position: absolute;
    bottom: 0px;
  }

  footer .social-icons {
    position: absolute;
  }
}
