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

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

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

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

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

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

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

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

body.azee-youth-page .top-center-logo img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
