header {
  background-color: hsl(0, 0%, 10%);
}
.headerImg {
  max-height: 900px;
  margin-top: 56px;
  position: relative;
  background-position: center;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}
.headerImg .titlebrand {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.headerImg .titlebrand .title {
  display: block;
  max-height: 5em;
  width: 100%;
  font-size: 60px;
  text-shadow: #000 -3px 3px 3px;
}
.headerImg .titlebrand .text {
  display: block;
  max-height: 5em;
  width: 100%;
  letter-spacing: 15px;
  font-size: 20px;
  color: #fff;
  text-shadow: #000 -2px 2px 1px;
}
.headerImg .titlebrand .logo {
  margin: 0px auto 20px;
  width: 100px;
  height: 40px;
}
@media screen and (max-width: 428px) {
  .headerImg .titlebrand .title {
    font-size: 40px;
  }
  .headerImg .titlebrand .text {
    font-size: 16px;
    top: 46%;
    padding: 0 20px;
    line-height: 1.2;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .headerImg {
    background-size: 100% !important;
  }
}
.navbar-brand {
  padding: 0 !important;
}
.navLogo {
  position: relative;
}
.navLogo a {
  width: 100%;
  height: 100%;
}
.navLogo img {
  height: 40px;
}
/* .navLogo::after {
  content: 'A I W';
  position: absolute;
  right: -88px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  width: 75px;
  height: 30px;
} */
.nav-link {
  color: #fff !important;
}
.active {
  color: #999 !important;
}
.navbar {
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.navbar .active {
  border-bottom: 2px solid #ffa200;
  color: #999;
}
.navbar .dropdown-item {
  font-size: 14px;
}
.yellowBar {
  width: 5.0625rem;
  height: 0.4375rem;
  margin-bottom: 2.1875rem;
}
.last {
  background: #333;
  color: #eee;
  font-size: 11px;
  padding: 20px;
}
.last li {
  margin-bottom: 14px;
}
.last li a {
  color: #aaa;
}
ul.unstyled {
  list-style: none;
  padding: 0;
}
.last h6 {
  color: white;
  margin-bottom: 20px;
}
