/*
Theme Name: Frederic Place
Description: Custom theme for Frederic Place Home for the Aged, Johannesburg.
Author: nettsite
Version: 1.0
Text Domain: frederic-place
*/

body {
  margin: 0;
  background: #F4EEE1;
  font-family: 'Work Sans', sans-serif;
  color: #2A2521;
}

::selection {
  background: #A8532E;
  color: #FFFDF8;
}

a {
  color: #A8532E;
}

a:hover {
  color: #7E3E22;
}

img {
  max-width: 100%;
  display: block;
}

.fp-wrap {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .fp-hero,
  .fp-story {
    grid-template-columns: 1fr !important;
  }
  .fp-facts {
    flex-direction: column;
    gap: 32px !important;
  }
  .fp-care-grid,
  .fp-life-grid,
  .fp-involved-grid,
  .fp-footer-grid {
    grid-template-columns: 1fr !important;
  }
  header.fp-header,
  section,
  footer.fp-footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  nav.fp-nav {
    display: none !important;
  }
}

.fp-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
