/**
 * WordPress-only overrides for the About page.
 *
 * @package Azee_Theme
 */

body.azee-about-page {
  background-color: #041418;
}

body.azee-about-page .social-icon {
  color: #d4af37;
  text-decoration: none;
}

body.azee-about-page .social-icon:visited,
body.azee-about-page .social-icon:hover,
body.azee-about-page .social-icon:focus {
  color: #d4af37;
}

body.azee-about-page .nav-links a:visited {
  color: #d4af37;
}

body.azee-about-page .btn-contact:visited {
  color: #000;
}

body.azee-about-page.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.azee-about-page.admin-bar header {
    top: 46px;
  }
}

/* Marketing footer (from home.css) on scrollable About page */
body.azee-about-page footer {
  position: relative;
  bottom: auto;
  margin-top: 48px;
  padding-bottom: 30px;
}

body.azee-about-page .quote-content {
  flex: 1;
  text-align: center;
}

body.azee-about-page .quote-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #d4af37;
  letter-spacing: 2px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

body.azee-about-page .content-only {
  padding-bottom: 40px;
}
