/* ==========================================================================
   HEADER & NAVIGATION STYLES
   ========================================================================== */

.head {
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}

.main-logo-link {
  text-decoration: none !important;
  color: #2f2f2f !important;
}

header {
  font-family: "Permanent Marker", cursive;
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 72px;
  margin-bottom: 20px;
  color: #2f2f2f !important;
}

.subhead {
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subhead a {
  color: #2f2f2f;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.subhead a:hover {
  text-decoration: underline;
}

.subhead b {
  color: #2f2f2f;
  padding-left: 3vw;
  padding-right: 3vw;
}

.quoteBox {
  position: relative;
  width: 12%;
  left: 10px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  display: inline-block;
  margin: 0 50px 20px -360px;
  text-align: left;
}

.quote-author {
  font-style: italic;
  font-weight: bold;
}

/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */

.main-footer {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.footer-nav {
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.footer-link {
  color: #2f2f2f !important;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-nav b {
  color: #2f2f2f;
  padding-left: 4vw;
  padding-right: 4vw;
  font-size: 12px;
}
