/*
Theme Name: Foundation Child
Template: foundation
Version: 1.0
*/

/* ==========================================
   CITAP header identity (child theme override)
   ========================================== */

a#logo,
a#logo:link,
a#logo:visited,
a#logo:hover,
a#logo:focus,
a#logo:active{
  color: #ffffff !important;
  text-decoration: none;
}

a#logo span.unc-site-identity__unit{
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.375rem; /* 22px; */
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

a#logo:hover,
a#logo:focus{
  text-decoration: underline;
}

/* ==========================================
   CITAP: footer logo size override (2x parent size) 
   Parent sets 220/180/160px across breakpoints.
   We override to 440/360/320px.
   ========================================== */

footer #foot-logo img {
  width: 440px !important;
  height: auto !important;
  max-width: none !important;
}

@media (max-width: 1750px) {
  footer #foot-logo img {
    width: 360px !important;
  }
}

@media (max-width: 1250px) {
  footer #foot-logo img {
    width: 320px !important;
  }
}
