@font-face {
  font-family: "Cinzel";
  src: url("/fonts/Cinzel-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
*,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  font-family: "Cinzel", sans-serif;
}

main.main-landing {
  margin: 45px 45px 0 45px;
}
@media screen and (max-width: 767px) {
  main.main-landing {
    margin: 15px;
  }
}

.image-container {
  background-image: url("/images/mason_court.png");
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: cover;
  height: 90vh;
  position: relative;
}

.main-info-page {
  font-size: 1.6rem;
  min-height: calc(100vh - 130px);
}

.main-page {
  padding: 0 45px;
}
@media screen and (max-width: 1199px) {
  .main-page {
    padding: 20px;
  }
}

.page-title {
  font-size: 3rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 50px;
}

dl {
  margin-bottom: 50px;
}

dd {
  margin-bottom: 15px;
}

.main-info {
  margin: 7.5rem 0;
}

.general {
  font-size: 1.6rem;
}
.general p {
  padding: 0.5rem;
}
.general a {
  text-decoration: none;
  color: rgb(86, 117, 93);
  font-weight: bold;
}

.btn, .menu-toggle, .navbar li a, .jump-buttons a, .jump-buttons-prob a, .scrollToTop {
  text-decoration: none;
  background-color: rgba(59, 83, 66, 0.8);
  color: white;
}
.btn:hover, .menu-toggle:hover, .navbar li a:hover, .jump-buttons a:hover, .jump-buttons-prob a:hover, .scrollToTop:hover {
  background-color: rgba(59, 83, 66, 0.8);
  opacity: 0.8;
  color: white;
}

.btn_info {
  font-size: 1.6rem;
  min-width: 20rem;
}

.btn-form {
  font-size: 1.6rem;
  background-color: rgba(59, 83, 66, 0.8);
}

.scrollToTop {
  background-color: rgba(59, 83, 66, 0.8);
  position: fixed;
  right: 25px;
  z-index: 999;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.scrollToTop .visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.scrollToTop svg {
  height: 3.5rem;
}

.stripe {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  background-color: rgba(59, 83, 66, 0.8);
}
@media screen and (max-width: 767px) {
  .stripe {
    top: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .stripe {
    top: 10rem;
  }
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse) and (min-width: 767px) and (max-width: 1366px) {
  .stripe {
    top: 5%;
  }
}
.stripe h1 {
  color: white;
  font-size: 6rem;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .stripe h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .stripe h1 {
    font-size: 2.8rem;
  }
}

.marquee-bar {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  background-color: rgba(59, 83, 66, 0.8);
  padding: 1rem 0;
}
@media screen and (max-width: 992px) {
  .marquee-bar {
    top: 40%;
  }
}
.marquee-bar button {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 10px;
  color: white;
}

.marquee-inner {
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
}

.marquee-inner.paused,
.marquee-bar:hover .marquee-inner {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
.quick-action-buttons {
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .quick-action-buttons {
    top: 80%;
  }
}
.quick-action-buttons .quick-action-button {
  text-align: center;
}
.quick-action-buttons .quick-action-button a {
  display: inline-block;
  background-color: rgba(59, 83, 66, 0.8);
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
  padding: 1rem;
  min-width: 29rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .quick-action-buttons .quick-action-button a {
    width: 100%;
    margin: 5px 0;
  }
}
.quick-action-buttons .quick-action-button a:hover {
  background-color: rgb(86, 117, 93);
  border: 1px solid rgb(239, 160, 105);
}

.infoBox {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 1199px) {
  .infoBox {
    padding: 0 0.5rem 1.5rem 0.5rem;
  }
}
.infoBox .box-inner {
  background-color: rgba(239, 160, 105, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 3rem 1rem;
  min-height: 28rem;
}
.infoBox .box-inner p {
  font-size: 1.6rem;
}
.infoBox .box-inner svg {
  height: 4rem;
  margin-bottom: 2rem;
}
.infoBox .box-inner .infoBox-content {
  text-align: center;
}
.infoBox .box-inner .infoBox-content a {
  text-decoration: none;
  color: rgb(86, 117, 93);
  font-weight: bold;
}

.jump-buttons, .jump-buttons-prob {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
  margin-top: 2rem;
}
.jump-buttons a, .jump-buttons-prob a {
  padding: 1rem;
  min-width: 35rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 799px) {
  .jump-buttons a, .jump-buttons-prob a {
    width: 100%;
  }
}

.jump-buttons-prob a {
  width: 50%;
}

.staff-card {
  margin: 0.5rem 0;
}

.staff-card__inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 1.5rem;
  min-height: 116px;
}
.staff-card__inner:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.staff-title {
  font-weight: 700;
}

.staff-name {
  font-size: 1.8rem;
}

.bg-light {
  background-color: white !important;
}

.navbar {
  font-size: 1.6rem;
  padding-top: 0;
}
.navbar ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.navbar li a {
  display: inline-block;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem;
  text-align: left;
}
.navbar li .secondary a {
  background-color: white;
  color: black;
  transition: all 0.3s ease-in-out;
}
.navbar li .secondary a:hover {
  background-color: rgb(239, 160, 105);
}

.fa {
  margin-left: 0.5rem;
}

.admin p {
  font-size: 1.6rem;
  font-weight: bold;
}

/* Visually hidden class */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-toggle {
  width: 100%;
  margin: 1rem 0;
  padding: 1rem;
  text-align: left;
  border: none;
}

.secondary .menu-toggle {
  background-color: white;
  color: black;
  transition: all 0.3s ease-in-out;
}
.secondary .menu-toggle:hover {
  background-color: rgb(239, 160, 105);
}

footer, .page_header {
  min-height: 5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgba(59, 83, 66, 0.8);
  color: white;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  footer, .page_header {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  footer, .page_header {
    font-size: 1.2rem;
  }
}
footer a, .page_header a {
  text-decoration: none;
  color: white;
}

.map1, .map2 {
  width: 100%;
  max-height: 65rem;
  object-fit: cover;
}

.map-title p {
  font-size: 2rem;
  font-weight: bolder;
  margin: 0;
}

.table-contact tr a {
  color: rgb(86, 117, 93);
  transition: all 0.3s ease-in-out;
}
.table-contact tr a:hover {
  color: black;
}
.table-contact td:first-of-type, .table-contact th:nth-of-type(2) {
  width: 25%;
  word-break: break-word;
}
.table-contact td:last-of-type {
  width: 50%;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .table-contact {
    font-size: 1.3rem;
  }
}

.alert-danger a {
  color: darkred;
}

.pay-button {
  text-align: center;
}

.yt-vid {
  min-height: 40rem;
}

.legal-link {
  color: #5a7a5e;
  text-decoration: underline; /* Ensures links are identifiable without color alone */
}

.legal-link:hover,
.legal-link:focus {
  color: #3d5240;
  text-decoration: underline;
}

/*# sourceMappingURL=siteDefault.css.map */
