/* CSS Document */
/*
Theme Name: Graceland Cemetery 2026
Theme URI: https://gracelandcemetery.org/
Author: Grigg
Author URI: https://grigg.com/
Description: Custom theme for Graceland Cemetery
Tags: 
Version: 1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4

Text Domain: graceland
*/
a {
  font-weight: bold;
  text-decoration: none;
  transition: all .25s; }

a:hover {
  text-decoration: underline; }

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

h1, h2, h3 {
  font-weight: 400; }

h1 {
  font-size: 3.5rem; }
  @media (max-width: 980px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 3rem; }
  @media (max-width: 980px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 2.5rem; }
  @media (max-width: 980px) {
    h3 {
      font-size: 1.5rem; } }

.clr {
  clear: both; }

b, strong {
  font-weight: bold; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
  font-weight: 200; }

footer {
  padding: 5rem 18rem;
  font-size: .8rem;
  font-weight: normal;
  color: white;
  background-color: #323232;
  display: grid;
  border-top: 1rem solid #dcd7c8;
  grid-template-areas: "col1 col2 col3 col4" "copyright copyright copyright copyright";
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-gap: 3rem; }
  @media (max-width: 1299px) {
    footer {
      padding: 5rem 10rem; } }
  @media (max-width: 980px) {
    footer {
      padding: 5rem 5rem; } }
  @media (max-width: 781px) {
    footer {
      padding: 2rem; } }
  @media (max-width: 781px) {
    footer {
      text-align: center;
      grid-template-columns: 1fr; } }
  footer a {
    color: white; }
  footer .col1 {
    grid-area: col1; }
  footer .col2 {
    grid-area: col2; }
  footer .col3 {
    grid-area: col3; }
  footer .col4 {
    grid-area: col4; }
  footer .copyright {
    font-size: .7rem;
    text-align: center;
    grid-area: copyright; }

/*   Home page   */
.featured-image {
  background-color: black;
  position: relative; }
  .featured-image .logo {
    position: absolute;
    top: 35%;
    max-width: 600px;
    left: calc(50% - 300px);
    box-sizing: border-box; }
    @media (max-width: 781px) {
      .featured-image .logo {
        max-width: 300px;
        left: calc(50% - 150px);
        top: 25%; } }
    .featured-image .logo img {
      opacity: 1;
      transition: all .25s; }
    .featured-image .logo img:hover {
      opacity: .75; }
  .featured-image img {
    width: 100vw;
    opacity: .8;
    height: auto; }

.home-intro h1 {
  margin: 1rem 0 0; }
.home-intro .rule {
  padding-left: 1rem;
  border-left: 1px solid rgba(153, 153, 153, 0.5); }
  .home-intro .rule p:first-of-type {
    margin-top: 0; }

/*   Secondary pages   */
.secondary .logo {
  display: inline-flex; }
  .secondary .logo img {
    width: 350px;
    transition: all .25s; }
.secondary .logo:hover img {
  opacity: .75; }
