* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 95vh;
  background-image: url("images/The-Session-Large-Image.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  font-family: "Cinzel", "Times New Roman", serif;
  color: #ffffff;
}

.banner {
  margin-top: 4em;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

.banner h1 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(2rem, 5vw, 4.2rem);
  text-transform: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  body {
    background-image: url("images/The-Session-Vertical-Image.jpg");
    background-position: center top;
  }

  .banner h1 {
    font-size: clamp(1.5rem, 8vw, 2.8rem);
  }
}
