/* DMHS homepage prototype
   Designed for Bootstrap 5.3.8, HTML5, CSS3, and WCAG 2.2 AA-oriented implementation.
*/

body {
  color: #212529;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: #6b4f00;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: #473500;
  text-decoration-thickness: 2px;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #8f1d21;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #ffffff;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 1100;
  padding: 0.75rem 1rem;
  color: #ffffff;
  background-color: #102a43;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
  color: #ffffff;
}

.museum-status {
  color: #ffffff;
  background-color: #102a43;
  font-size: 0.95rem;
}

.brand-link {
  color: #102a43;
}

.brand-link:hover {
  color: #102a43;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.museum-logo {
  max-width: 221px;
  height: auto;
}

.dmhs-navbar {
  background-color: #102a43;
}

.dmhs-navbar .nav-link {
  color: #ffffff;
  padding: 0.8rem 0.9rem;
  text-decoration: none;
}

.dmhs-navbar .nav-link:hover,
.dmhs-navbar .nav-link:focus {
  color: #f4d35e;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.dmhs-navbar .nav-link.active {
  color: #f4d35e;
  font-weight: 700;
}

.dmhs-navbar .navbar-toggler {
  border: 2px solid #ffffff;
  min-width: 44px;
  min-height: 44px;
}

.dmhs-navbar .navbar-toggler-icon {
  filter: invert(1);
}

.nav-search-button {
  min-height: 44px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.history-strip {
  background-color: #f7f2e7;
  border-bottom: 1px solid #d8ccb3;
}

.historic-photo-grid {
  display: grid;
  grid-template-columns: 173fr 293fr 273fr;
  grid-template-rows: 154fr 159fr;
  gap: 0;
  width: 100%;
  max-width: 739px;
  aspect-ratio: 739 / 313;
  margin-inline: auto;
  overflow: hidden;
  line-height: 0;
  background-color: #ffffff;
}

.historic-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: fill;
}

.historic-photo-grid .photo-elsey {
  grid-column: 1;
  grid-row: 1 / 3;
}

.historic-photo-grid .photo-bus {
  grid-column: 2;
  grid-row: 1;
}

.historic-photo-grid .photo-store {
  grid-column: 2;
  grid-row: 2;
}

.historic-photo-grid .photo-truck {
  grid-column: 3;
  grid-row: 1 / 3;
}

.hero-section {
  color: #102a43;
  background-color: #f7f2e7;
  border-bottom: 1px solid #e4dbc8;
}

.hero-section h1,
.section-heading h2,
#collection-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.hero-section h1 {
  font-size: 2.5rem;
  line-height: 1.15;
}

.eyebrow {
  color: #6b4f00;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visit-card {
  color: #212529;
  background-color: #ffffff;
  border: 2px solid #102a43;
  border-radius: 0.5rem;
}

.section-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-intro {
  font-size: 1.1rem;
}

.dmhs-card,
.dmhs-resource-card {
  border: 1px solid #b8b8b8;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.08);
}

.dmhs-card .card-title,
.dmhs-resource-card h3 {
  color: #102a43;
  font-family: Georgia, "Times New Roman", serif;
}

.card-kicker {
  margin-bottom: 0.5rem;
  color: #8f1d21;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.explore-section {
  background-color: #f7f2e7;
}

.dmhs-resource-card {
  background-color: #ffffff;
}

.collection-feature-image {
  width: 100%;
  border: 1px solid #c9b88f;
}

.support-section {
  color: #ffffff;
  background-color: #102a43;
}

.support-section h2,
.support-section h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.light-eyebrow {
  color: #f4d35e;
}

.support-intro {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.support-card {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #173a5e;
  border: 1px solid #8aa2b8;
  border-radius: 0.5rem;
}

.support-card .btn {
  align-self: flex-start;
  min-height: 44px;
}

.acknowledgement-section {
  color: #102a43;
  background-color: #f7f2e7;
}

.site-footer {
  color: #ffffff;
  background-color: #0b1f33;
}

.site-footer a {
  color: #ffffff;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #f4d35e;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.btn {
  min-height: 44px;
  font-weight: 700;
}

.btn-dmhs-primary {
  color: #ffffff;
  background-color: #102a43;
  border-color: #102a43;
}

.btn-dmhs-primary:hover,
.btn-dmhs-primary:focus {
  color: #ffffff;
  background-color: #0b1f33;
  border-color: #0b1f33;
}

.btn-dmhs-accent {
  color: #ffffff;
  background-color: #8f1d21;
  border-color: #8f1d21;
}

.btn-dmhs-accent:hover,
.btn-dmhs-accent:focus {
  color: #ffffff;
  background-color: #6f1619;
  border-color: #6f1619;
}

.btn-dmhs-gold {
  color: #212529;
  background-color: #f4d35e;
  border-color: #f4d35e;
}

.btn-dmhs-gold:hover,
.btn-dmhs-gold:focus {
  color: #212529;
  background-color: #e8c54e;
  border-color: #e8c54e;
}

.btn-outline-dmhs {
  color: #102a43;
  background-color: #ffffff;
  border: 2px solid #102a43;
}

.btn-outline-dmhs:hover,
.btn-outline-dmhs:focus {
  color: #ffffff;
  background-color: #102a43;
  border-color: #102a43;
}

@media (max-width: 767.98px) {
  .brand-link {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .brand-name {
    font-size: 1.4rem;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .section-pad {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media print {
  .skip-link,
  .museum-status,
  .dmhs-navbar,
  .support-section {
    display: none;
  }

  body {
    color: #000000;
    background-color: #ffffff;
  }

  a {
    color: #000000;
  }
}
