@font-face {
  font-family: AcuminReguler;
  src: url(../fonts/Acumin-RPro.otf);
}

@font-face {
  font-family: AcuminBold;
  src: url(../fonts/Acumin-BdPro.otf);
}
body {
  font-family: AcuminReguler;
}
html {
  font-size: 10px;
}

.logo {
  height: 5rem;
}
#navbarCtrl {
  background: #979797;
}
.nav-item .nav-link {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.navbar-nav .nav-link:hover {
  color: #088f79;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nav-item .active {
  color: #088f79;
}
.nav-item {
  padding-right: 2rem;
}

#banner {
  height: 80rem;
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerLogo img {
  height: 42rem;
}
.title {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 1.7rem;
  color: #fff;
  word-spacing: 2rem;
  margin-top: -12rem;
}
.description {
  width: 30%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.2rem;
}
.contact {
  border: 0.2rem solid rgba(255, 255, 255, 0.424);
  width: 25%;
  padding: 2rem 3rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.contact p {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.3rem;
  margin: 0;
}
.contact p img {
  height: 2.5rem;
}
.beyond img {
  width: 25rem;
  margin-top: 12rem;
}
#copyright {
  background: #000;
}
#copyright p {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  padding: 2rem 0;
}

/* ------------Responsive----------- */
@media screen and (max-width: 575px) {
  #banner {
    height: 71rem;
  }
  .bannerLogo img {
    height: 25rem;
  }
  .title {
    margin-top: -5rem;
    font-size: 3rem;
    letter-spacing: 0.7rem;
  }
  .description {
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    margin: 2.5rem auto;
    letter-spacing: 0.2rem;
  }
  .contact {
    padding-top: 2rem;
    width: 100%;
  }
  .contact p {
    font-size: 1.46rem;
  }
  .beyond img {
    width: 25rem;
    margin-top: 8rem;
  }
}
