/* CSS just for the header section (including the menu) */

/* Menu stuff */
.navbar {
  background:#FF8200;
  padding: 0;
}
.nav-link,
.navbar-brand {
  color: #fff;
  /*cursor: pointer;*/
  padding: 0;
}
.nav-link {
  margin-right: 1em !important;
  font-weight: 600;
  text-align: center;
}
.nav-link:hover {
  color: #3D3935;
}
.navbar-collapse {
  justify-content: flex-end;
}

/* Mobile/Tablet menu only */
@media (max-width: 992px) {
  .nav-item {
    padding: 10px;
  }
}


/* header stuff */
header.masthead {
  padding-top: 6rem;
  padding-bottom: 14rem;
  text-align: right;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  display: inline-block;
  font-family: OpenSans;
  max-width: 80%;
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  display: inline-block;
  font-family: AdventSans;
  background-image: linear-gradient(to right, rgba(255,130,0,0), rgba(255,130,0,0.6) 100px);
  padding: 10px 20px 10px 100px;
  /*background:#FF8200;*/
}
header.masthead .heading-text {
  float: right;
}

/* override for desktop site for a larger header */
@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 19rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
