body {
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
}


.logo-circle {
  background: #ffc107;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 30px;
  border: 2px solid white;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-bottom: #ffc107 3px solid;
}

.nav-item.active .nav-link {
  color: #ffc107 !important;
}


nav a:hover {
  color: #ffc107 !important;
}


#home-heading {
  position: relative;
  min-height: 240px;
  background: url('../images/lights.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

#head-bg {
  background-color: rgba(255, 255, 255, 0.3);
}

.head01 {
  text-shadow: 2px 2px #333;
  font-size:5.5rem;
}


.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}


#page-header {
  height: 260px;
  background: url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -80px;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #000;
  color: #fff;
}


@media (max-width: 968px) {
  .head01 {
    text-shadow: none;
    font-size:2.8rem;
  }
  #page-header h1 {
    font-size:2.8rem;
  }

  #page-header {
    height: 220px;

    /* Flexbox */
    display: flex;
    align-items: center;
  }
}

