@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
body, html {
  padding: 0;
  margin: 0;
  font-family: "Alice", serif;
  overflow-x: hidden;
  font-size: 14px;
}

body {
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

#menu {
  background: #ecc71e;
  padding: 10px 0px;
  position: absolute;
  z-index: 10;
  width: 100vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
#menu.active {
  position: fixed;
  top: 0;
  left: 0;
}
#menu .container {
  position: relative;
  z-index: 999999999;
  opacity: 0;
}
#menu h1 {
  color: #000;
  font-size: 1.2em;
}
#menu a {
  font-size: 24px;
  text-decoration: underline;
  color: #551c25;
  font-size: 1.2em;
}
#menu a:hover {
  opacity: 0.8;
}

#menu-trans {
  background: transparent;
  padding: 10px 0px;
  position: absolute;
  z-index: 999999;
  width: 100vw;
  transition: all 0.5s ease;
}
#menu-trans.active {
  position: fixed;
  top: 0;
  left: 0;
}
#menu-trans .container {
  position: relative;
  z-index: 999999999;
}
#menu-trans h1 {
  color: #000;
  font-size: 1.2em;
}
#menu-trans a {
  font-size: 24px;
  text-decoration: underline;
  color: #551c25;
  font-size: 1.2em;
}
#menu-trans a:hover {
  opacity: 0.8;
}

#hero {
  height: 700px;
  width: 100vw;
  background-image: url("../img/hero_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#hero:before {
  content: "";
  height: 700px;
  width: 100vw;
  background-image: url("../img/hero.png");
  background-size: 1350px;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
#hero .hero_img {
  height: 700px;
  color: #edd7c2;
  position: relative;
  z-index: 12;
  padding: 0px 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  #hero .hero_img [class^=col-] {
    position: unset;
  }
  #hero .hero_img .hero-text {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    /* background: #000; */
    z-index: 30;
    padding: 20px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
#hero .hero_img h1 {
  font-size: 6em;
  line-height: 0.8em;
}
#hero .hero_img p {
  font-size: 22px;
  line-height: 22px;
}

#clients {
  padding: 50px 0;
  background-color: #911722;
  color: #edd7c2;
}
#clients p {
  font-size: 1.4rem;
  line-height: 1.2em;
}

#services {
  padding: 50px 0;
  background-color: #551c25;
  color: #edd7c2;
}
#services h1 {
  color: #3a94ac;
  font-size: 5em;
}
#services p {
  font-size: 1em;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: unset !important;
}

#kudos {
  padding: 50px 0;
  background-color: #ecc71e;
  color: #edd7c2;
  transition: all 0.5s ease;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #kudos h1 {
    color: #551c25;
    font-size: 42px !important;
    line-height: 0.8em;
  }
  #kudos p {
    font-size: 20px !important;
  }
}
#kudos h1 {
  color: #551c25;
  font-size: 2em;
  line-height: 0.8em;
}
#kudos p {
  color: #551c25;
  margin: 0;
  font-size: 1em;
}

#videos {
  padding: 50px 0;
  background-color: #f30202;
  color: #000;
}
#videos h1 {
  font-size: 4em;
}

#stat {
  padding: 50px 0;
  background-color: #edd7c2;
  color: #000;
}
#stat h1 {
  font-size: 2em;
  margin: 0;
}
#stat a:hover {
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}
#stat a h1 {
  margin-top: -0.5em;
  color: #000;
}

#contact {
  padding: 145px 0;
  height: 400px;
  color: #000;
  background-color: #edd7c2;
  background-image: url("../img/contact.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
#contact h1 {
  font-size: 1.5em;
  margin: 0;
}
#contact a {
  font-size: 0.8rem;
  display: block;
}
#contact a:hover {
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}
#contact a h1 {
  color: #000;
}

.text-fibre {
  font-family: "fibre";
}

@font-face {
  font-family: "fibre";
  src: url("../fonts/fibre-font-extended.woff");
}
img {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */