@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Matemasie&family=Patrick+Hand&family=Slackey&display=swap');

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2E6130;
    padding: 10px;
}

.logo-section {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    border: 3px solid #000000;
    width: auto;
    height: auto;
    flex: 0 0 auto;
}

.logo-section img {
    width: auto;
    max-height: 140px;
    object-fit: fill;
}

.subscribe-btn {
    font-size: 32px;
    font-family: Slackey;
    background-color: #DDFF54;
    width: auto;
    border: 5px solid #000000;
    flex: 0 0 auto;
}

.subscribe-btn:hover {
    background-color: #00ff37;
}

.reg-btn {
    font-size: 32px;
    font-family: Slackey;
    background-color: #94FF82;
    width: auto;
    padding: 10px;
    border: 5px solid #000000;
    flex: 0 0 auto;
}

.reg-btn:hover {
    background-color: #F2F2F2;
}

.yellow-banner {
    background-color: #DDFF54;
    padding: 20px;
    margin: 20px auto 0px auto;
    width: 80%;
    text-align: center;
    border: 3px solid #000000;
}

.yellow-box {
    background-color: #DDFF54;
    padding: 20px;
    margin: 0px auto 20px auto;
    width: 80%;
    text-align: center;
}

.yellow-box-2 {
    background-color: #DDFF54;
    padding: 20px;
    margin: 0px auto 20px auto;
    width: 60%;
    text-align: center;
}

.featured-section {
    padding: 10px;
    text-align: center;
}

.featured-card {
    background-color: #F2F2F2;
    width: 60%;
    margin: 0 auto;
    border: 3px solid #000000;
}

.featured-header {
    background-color: #94FF82;
    font-family: Slackey;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 3px solid #000000;
}

.featured-content {
    display: flex;
    align-items: center;
    padding: 20px;
}

.featured-image {
    width: 200px;
    margin-right: 20px;
    border: 2px solid #000000;
}

.featured-text {
    text-align: left;
}

.home-image {
    width: 80%;
    height: 350px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.thankyou-image {
    width: 300px;
    margin-right: 20px;
    display: flex;
}

.thankyou-text {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    display: flex;
}

#mc_embed_shell {
  background-color: #94FF82;
  width: 80%;
  margin: 0 auto;
  border: 3px solid #000000;
  padding: 20px;
}

#mc_embed_signup {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 20px;
    align-items: stretch;
}

.indicates-required {
    font-family: Patrick Hand;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

.signup-image-wrap {
    place-self: center;
    display: block;
    gap: 12px;
}

.signup-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.signup-text {
    font-family: Patrick Hand;
    font-weight: bold;
    font-size: 24px;
    align-items: center;
}

#mc_embed_signup_scroll {
    display: grid;
    grid-auto-rows: auto;
    row-gap: 14px;
}

.mc-field-group {
    display: grid;
    grid-template-columns: 125px 1fr;
    align-items: center;
    column-gap: 5px;
    font-family: Patrick Hand;
    font-weight: bold;
    font-size: 18px;
}

.helper_text {
    font-family: Patrick Hand;
    font-size: 16px;
    align-items: center;
}

.mc-field-group input {
  width: 100%;
  height: 48px;
  padding: 10px 10px;
  font-size: 16px;
  border: 3px solid #000000;
  border-radius: 8px;
  box-sizing: border-box;
}

#mc-embedded-subscribe {
  justify-self: center;
  height: 48px;
  padding: 0 16px;
  font-family: Slackey;
  font-size: 16px;
  border: 3px solid #000000;
  border-radius: 5px;
  background: #DDFF54;
  color: #000000;
  cursor: pointer;
}

#mc-embedded-subscribe:hover {
  background: #00ff37;
}

.asterisk {
    color: #ff0000;
}

.regular-text {
    text-align: center;
    color: #F2F2F2;
}

.left-image {
    float: left;
    margin-right: 10px;
    width: 300px;
    height: auto;
}

.right-image {
    float: right;
    margin-left: 10px;
    width: 300px;
    height: auto;
}

.img-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    padding: 0 1em;
}

.img-row img {
    max-width: 30%;
    height: auto;
    display: block;
}

h1,
h2,
h3 {
    font-weight: bold;
    color: #000000;
}

h1 {
    font-size: 60px;
    font-family: Matemasie;
    color: #F2F2F2;
}

h2 {
    font-size: 32px;
    font-family: Chewy;
    color: #F2F2F2;
}

h3 {
    font-size: 24px;
    font-family: Slackey;
    text-align: center;
}

body {
    background-color: #2E6130;
}

p {
    font-size: 22px;
    font-family: Patrick Hand;
    line-height: 1.5;
}

ul li {
    font-family: Patrick Hand;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 40px;
    text-align: left;
}

nav,
nav a {
    font-family: Chewy;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 10px 20px;
    background-color: #94FF82;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a:link {
    color: #418245;
    text-decoration: none;
}

nav a:visited {
    color: #133b0f;
    text-decoration: none;
}

nav a:hover {
    color: #43cf48;
    text-decoration: none;
}

a {
    text-decoration: underline;
    font-family: Chewy;
    font-weight: bold;
    font-size: 24px;
}

a:link {
    color: #418245;
}

a:visited {
    color: #133b0f;
}

a:hover {
    color: #43cf48;
}

.landing-header {
    font-family: Chewy;
    color: #133b0f;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 10px 20px;
    background-color: #94FF82;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    font-size: 20px;
    font-family: Patrick Hand;
    background-color: #94FF82;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 800px) {
    #mc_embed_signup {
        grid-template-columns: 1fr;
    }

    .signup-image-wrap {
        justify-content: center;
        margin-top: 12px;
    }

    .mc-field-group {
        grid-template-columns: 1fr;
    }

    #mc_embed_signup_scroll {
        margin-bottom: 4px;
    }
}