@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=MedievalSharp&display=swap');
.w3-theme-l5 {color:#000 !important; background-color:#fef2f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fbd2e0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f6a6c1 !important}
.w3-theme-l2 {color:#fff !important; background-color:#f279a1 !important}
.w3-theme-l1 {color:#fff !important; background-color:#A5C467 !important}
.w3-theme-d1 {color:#fff !important; background-color:#d91557 !important}
.w3-theme-d2 {color:#fff !important; background-color:#c1134d !important}
.w3-theme-d3 {color:#fff !important; background-color:#a91143 !important}
.w3-theme-d4 {color:#fff !important; background-color:#910e3a !important}
.w3-theme-d5 {color:#fff !important; background-color:#790c30 !important}

.w3-theme-light {color:#000 !important; background-color:#fef2f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#790c30 !important}
.w3-theme-action {color:#fff !important; background-color:#790c30 !important}

.w3-theme {color:#fff !important; background-color:#6C9529 !important}
.w3-text-theme {color:#6C9529 !important}
.w3-border-theme {border-color:#6C9529 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#6C9529 !important}
.w3-hover-text-theme:hover {color:#6C9529 !important}
.w3-hover-border-theme:hover {border-color:#6C9529 !important}

.w3-pink,.w3-hover-pink:hover { color: #fff!important; background-color: #6C9529 !important }

body {
  font-family: 'EB Garamond', serif;
  font-style: normal !important;
  background: url("../images/Temp_green_bg.png") center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6,
.name {
  font-family: 'MedievalSharp', cursive;
}

a.w3-button.w3-round-xlarge.w3-theme-l1.w3-border.link {
  font-style: normal !important;
}

.active-tab {
  background-color: #FEE439 !important; /* bright highlight */
  color: black !important;
  border-bottom: 3px solid #6C9529; /* optional bottom border */
}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.links-container a {
  width: 80%;
}

.w3-theme-l1:hover {
  background-color: #FEE439 !important;
}

.margin-top-2 {
  margin-top: 32px;
}

.vert-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}

.bottom span {
  color: #6C9529;
}

.bottom svg {
  stroke: #6C9529;
  fill: #6C9529;
}

@media (min-width: 768px) {
  .link {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}