.header {
  position: relative;
}
.header-home {
  height: 900px;
}
.header-contact, .header-portfolio {
  height: 450px;
}
.header .navbar {
  position: relative;
  z-index: 2;
}
.header .navbar ul li .nav-link {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
.header .navbar ul li .nav-link:hover {
  color: wheat;
}
.header .navbar ul li .contact-btn {
  padding: 15px 35px;
  background: #fbd46d;
  font-size: 18px;
  color: #07031a;
  font-weight: bold;
}
.header .navbar ul li .contact-btn:hover {
  color: #130848;
  background: #f8c842;
}
.header .hero {
  position: absolute;
  top: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  height: 100%;
  mix-blend-mode: multiply;
  display: flex;
  flex-direction: column;
}
.header .hero-header {
  font-weight: bold;
  font-size: 64px;
  line-height: 60px;
  width: 100%;
}
.header .hero .btn {
  padding: 15px 35px;
  border: 1px solid #fbd46d;
  width: 170px;
  height: 57px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header .home-hero {
  background-image: linear-gradient(to left, rgba(7, 3, 26, 0.75), rgba(7, 3, 26, 0.75)), url(../img/home/heroBG.jpg);
  align-items: center;
  justify-content: center;
}
.header .contact-hero {
  background-image: linear-gradient(to left, rgba(7, 3, 26, 0.75), rgba(7, 3, 26, 0.75)), url(../img/contact/heroBG.jpg);
  justify-content: flex-end;
}
.header .portfolio-one-hero {
  background-image: linear-gradient(to left, rgba(7, 3, 26, 0.75), rgba(7, 3, 26, 0.75)), url(../img/portfolioOne/portfolioBG.png);
  justify-content: flex-end;
}
.header .portfolio-two-hero {
  background-image: linear-gradient(to left, rgba(7, 3, 26, 0.75), rgba(7, 3, 26, 0.75)), url(../img/portfolioTwo/portfolioBG.png);
  justify-content: flex-end;
}

.active-link {
  position: relative;
  overflow-x: hidden;
}

.active-link::after {
  content: "";
  position: absolute;
  width: 30px;
  bottom: 5px;
  left: 12px;
  border-bottom: 3px solid #fbd46d;
}

.navbar-brand {
  width: 100px;
}
.navbar-brand span {
  display: block;
  font-weight: 900;
  font-size: 19.6597px;
  line-height: 18px;
}

/*# sourceMappingURL=header.css.map */
