html {
scroll-behavior: smooth;
}
nav {
background-color: white;
height: 4em;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 4px;
display: grid;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
color: black;
transition: all .5s ease-in-out;
padding-bottom: .5em;
font-size: 1em;
border-bottom: 1px solid black;
}
#nav-logo-div {
justify-content: left;
margin-top: 1em;
grid-column-start: 1;
grid-column-end: 2;
display: flex;
margin-bottom: 0;
}
ul {
list-style-type: none;
}
nav ul {
display: flex;
justify-content: right;
padding: 0;
grid-column-start: 3;
grid-column-end: 4;
}
.nav-logo {
height: 3em;
margin-left: 1em;
}
#small-screen-nav {
padding: 0;
height: 3em;
}
.name {
grid-column-start: 2;
grid-column-end: 3;
justify-content: left;
margin-left: 1em;
font-size: 15pt;
border-bottom: 2px solid #3e9216;
}
nav ul li {
margin-top: .5em;
}
.nav-right {
float: right;
}
nav ul li a {
display: block;
padding: .5em;
margin: 0 1em;
color: black;
text-decoration: none;
border-radius: 1em;
background: linear-gradient(#3e9216 0 0) no-repeat calc(200% - var(--p, 100%))
100% / 200% var(--p, 2px);
transition: 0.5s var(--t, 0s),
background-position .5s calc(0.3s - var(--t, 0s));
}
nav ul li a:hover {
--p: 100%;
--t: .3s;
color: white;
}
.this-page {
color: white;
background-color: #3e9216;
}
body {
font-family: "Montserrat", sans-serif;
background-color: white;
}
#header {
height: 18em;
background-image: url(Header.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: grid;
}
#page-title {
color: white;
grid-row-start: center;
font-size: 4em;
text-align: center;
margin: 0;
}
.padded-area {
padding: 1em;
}
#welcome {
text-align: center;
color: #3e9216;
}
p {
line-height: 1.5em;
}
a {
color: #582880;
cursor: pointer;
text-decoration: underline;
}
.page-breaker {
background-color: rgba(64, 146, 22, 1);
margin-left: -1em;
margin-right: -1em;
padding: 1em;
color: white;
}
iframe {
max-width: 20em;
max-height: 10em;
border-radius: 1em;
}
.three-picture-gallery-up {
margin-top: -2em;
text-align: center;
}
.three-picture-gallery img {
border-radius: 1em;
transition: all 0.5s ease-in-out 0.2s;
}
.sponsors {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
justify-content: center;
}
.sponsors img {
height: 5em;
margin: 1em;
transition: all 0.5s ease-in-out 0.2s;
}
#contact {
text-align: center;
display: grid;
width: 100%;
align-items: center;
justify-content: center;
color: #582880;
}
#contact img {
width: 5em;
justify-self: center;
}
#contact input, #contact textarea, #contact select {
margin-right: 1em;
border: 2px solid #582880;
padding: 1em;
}
#contact input, #contact select{
width: 40vw;
}
#contact .section {
margin-left: auto;
}
#contact textarea {
width: 80vw;
max-width: 90vw;
}
#contact .submit-button {
color: white;
background-color: #582880;
transition: all 0.5s ease-in-out 0.2s;
cursor: pointer;
border: none;
}
#contact .submit-button:hover {
background-color: #3E9216;
}
#contact-link a {
color: white;
z-index: 1000;
text-decoration: none;
padding: .5em;
background-color: #582880;
position: fixed;
bottom: 0;
right: 0;
border-top-left-radius: 1em;
}
#contact-thank-you-page {
width: 100vw;
height: 100vh;
color: white;
}
.g-recaptcha iframe,
iframe[src*="recaptcha"] {
  all: unset;
}
#thank-you-text {
height: 100vh;
width: 100vw;
background-color: rgba(0, 0, 0, .5);
}
.center {
text-align: center;
}
.flex {
display: flex;
}
h2 {
text-align: center;
}
footer {
border-top: 2px solid #582880;
font-size: 10pt;
text-align: center;
padding: 0;
}
footer img {
height: 2em;
margin-left: 1em;
margin-top: 1em;
margin-bottom: -1em;
opacity: .5;
transition: all 0.5s ease-in-out 0.2s;
}
footer img:hover {
opacity: 1;
}
.logo {
width: 3em;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid black;
  color: black;
  height: 75px;
  padding-top: 1.5em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  position: fixed;
  width: 100%;
z-index: 999;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
color: black;
font-size: 16px;
}
.menu > li {
  margin: 0 1em;
  overflow: hidden;
background-color: white;
color: black;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
margin-right: 5em;
display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: black;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
margin-right: 5em;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 899px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 3em;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
color: black;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1.5em 0;
    width: 100%;
    color: black;
    
font-size: 1em;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
.menu {
font-size: 14px;
}
.menu li {
margin-top: 2em;
color: black;
}
.responsive {
  padding-top: calc(2.8em + 1.5625vw);
  max-width: 100%;
  height: auto;
}
.bannerlogo {
height: auto;
width: calc(200px + 2.5625vw);
}
#main-content {
padding: calc(16px + 1.5625vw);
}
.basic-3 {
  background:
      linear-gradient(currentColor 0 0)
      bottom /var(--d, 0) 3px
      no-repeat;
  transition:0.5s;
}
.basic-3:hover {
  --d: 100%;
}
@media (max-width: 499px) {
.three-picture-gallery img {
width: 80vw;
margin: 1em;
}
}
@media (min-width: 500px) {
.three-picture-gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}
.three-picture-gallery img {
object-fit: cover;
height: 15em;
margin: 1em;
width: 100%
flex: 1;
padding-left: .5em;
padding-right: .5em;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 699px) {
#large-screen-nav {
display: none;
}
.flex {
display: block;
}
iframe {
width: 90vw;
}

.sponsors img {
height: 10vw;
align-self: center;
justify-self: center;
}
}
@media (min-width: 699px) {
#small-screen-nav {
display: none;
}
}
@media (min-width: 1400px) {
body {
font-size: 20px;
}
}
@media (min-width: 2000px) {
body {
font-size: 24px;
}
}
@media (min-height: 1000px) {
body {
font-size: 20px;
}
}
@media (min-height: 1400px) {
body {
font-size: 24px;
}
}