@font-face {
  font-family: "Delicious";
  src: url("/assets/Delicious-Roman.otf") format("opentype");
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 19px;
  background-color: #004f89;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  background-color: #004f89;
}

body {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: #000;
  background-color: #004f89;
  background-image: url("/assets/page-background.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  background-attachment: fixed;
}

a {
  color: #013e6b;
  outline-offset: 3px;
}

a:visited {
  color: #013e6b;
}

a:hover {
  color: #7fadce;
}

a:focus-visible {
  outline: 2px solid #f36f32;
}

.page-wrap {
  width: min(944px, 100%);
  margin: 0 auto 20px;
}

.site-frame {
  width: 100%;
  margin: 0;
  padding: 0 22px;
  background-image: url("/assets/frame-background.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% 2px;
}

.site-header {
  width: 100%;
  margin: 0;
}

.site-header img {
  display: block;
  width: 100%;
  height: auto;
}

.info-bar {
  width: 100%;
  height: 30px;
  background-color: #0e0e0e;
}

.site-content {
  width: 100%;
  min-height: 250px;
  margin: 0;
  padding: 35px clamp(36px, 9vw, 96px) 43px;
  background-color: #f1f1f1;
  background-image: url("/assets/content-background.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% 1px;
}

.content-copy {
  width: min(680px, 100%);
  margin: 0 auto;
}

.content-copy h1 {
  margin: 10px 0 24px;
  color: #404040;
  font-family: "Delicious", sans-serif;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}

.content-copy p {
  margin: 0 0 1.15em;
}

.content-copy .contact-line {
  margin: 24px 0 0;
  padding: 7px 0 7px 18px;
  border-left: 1px solid #000;
}

.content-gradient {
  width: 100%;
  height: 25px;
  background-image: url("/assets/content-gradient.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% 1px;
}

.lower-band {
  width: 100%;
  height: 30px;
  background-color: #0e0e0e;
}

.site-footer {
  display: flex;
  width: 100%;
  min-height: 37px;
  align-items: center;
  padding: 0 10px;
  color: #737373;
  background-color: #0e0e0e;
  background-image: url("/assets/footer-background.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.footer-cap {
  width: 100%;
  height: 31px;
  background-image: url("/assets/footer-cap.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 31px;
}

@media (max-width: 640px) {
  body {
    background-attachment: scroll;
  }

  .page-wrap {
    margin-bottom: 0;
  }

  .site-frame {
    padding-right: 0;
    padding-left: 0;
    background-image: none;
  }

  .site-content {
    padding: 28px 24px 36px;
  }

  .content-copy h1 {
    margin-top: 6px;
    font-size: 1.9rem;
  }

  .site-footer {
    padding: 10px 18px;
  }

  .footer-cap {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
