body, html {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #317F00;
	text-align: center;
  color: white;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://cdn.glitch.com/8d82f904-6ada-49a7-b462-a759185632d7%2Flayered-waves-haikei.png?v=1631694186393");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.section-type-b {
  background-size: cover;
  display: flex;
  flex-direction: row;
  color: white;
}
.section-type-c {
  background-color: #284b12;
  background-size: cover;
  display: flex;
  flex-direction: row-reverse;
  color: white;
}

.section-title {
  font-weight: 700;
  font-size: 3rem;
}

.section-content {
  margin: 3rem;
  flex-direction: column;
  width: 50%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.section-img-container {
  padding: 5rem;
  flex-direction: column;
  width: 75%;
  text-align: center;
}

.section-img {
  border-radius: 15px;
  width: 75%;
  max-width: 30rem;
}

.section-text {
  font-weight: 600;
  font-size: 1.175rem;
}

.section {
  width: 100%;
  padding-bottom: 1px;
  padding-top: 1px;
}

@media screen and (max-width: 800px) {
    .section-type-b {
    flex-direction: column;
  }
  .section-type-c {
    flex-direction: column;
  }
	.section-type-d {
    flex-direction: column;
  }
  .section-img {
    width: 100%;
    max-width: 100%;
  }
  .section-img-container {
    padding: 0px;
    text-align: center;
    margin-bottom: 5rem;
    margin-left: 5rem;
    width: 60%;
  }
  .section-content {
    width: 75%;
  }
}

.section-type-d {
  background-color: ##3B3B3B;
  background-size: cover;
  display: flex;
  flex-direction: row-reverse;
  color: white;
}

sup {
  opacity: 30%
}


footer {
  width: 100%;
  background-color: #36393e;
  color: #ffffff;
  padding-top: 2%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-logo {
  height: 15rem;
}

.footer-logo-container {
  vertical-align: middle;
  margin-left: 3rem;
  display: flex;
  flex-direction: row;
}

.footer-logo-text-container {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.footer-container {
  padding: 5%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  flex-direction: row;
  justify-content: normal;
}

.footer-column {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50%;
}

.footer-column a {
  display: block;
  margin-bottom: 5px;
}


a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

.content a:link { text-decoration: none; color: #ca641c; }

.content a:visited { text-decoration: none; color: #ca641c; }

.content a:hover { text-decoration: underline; color: #ca641c; }

.content a:active { text-decoration: none; color: #ca641c; }

.footer-column a:link { text-decoration: none; color: #ffffff; }

.footer-column a:visited { text-decoration: none; color: #ffffff; }

.footer-column a:hover { text-decoration: underline; color: #ffffff; }

.footer-column a:active { text-decoration: none; color: #ffffff; }

.button a:link { text-decoration: none; color: #ffffff; }

.button a:visited { text-decoration: none; color: #ffffff; }

.button a:hover { text-decoration: none; color: #ffffff; }

.button a:active { text-decoration: none; color: #ffffff; }


footer {
  width: 100%;
  background-color: #36393e;
  color: #ffffff;
  padding-top: 2%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-logo {
  height: 15rem;
}

.footer-logo-container {
  vertical-align: middle;
  margin-left: 3rem;
  display: flex;
  flex-direction: row;
}

.footer-logo-text-container {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.footer-container {
  padding: 5%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  flex-direction: row;
  justify-content: normal;
}

.footer-column {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50%;
}

.footer-column a {
  display: block;
  margin-bottom: 5px;
}


@media screen and (max-width: 800px) {
  footer {
    flex-direction: row;
  }
  .footer-container {
    flex-direction: row;
    padding-right: 0px;
  }
  .footer-logo {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
  }
  .footer-column {
    margin-right: 5px;
  }
}

@media screen and (max-width: 365px) {
  footer {
    flex-direction: row;
  }
  .footer-container {
    flex-direction: row;
    padding-right: 0px;
  }
  .footer-logo {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
  }
  .footer-column {
    margin-right: 5px;
  }
}

@media screen and (max-width: 300px) {
  footer {
    flex-direction: row;
  }
  .footer-container {
    flex-direction: row;
    padding-right: 0px;
  }
  .footer-logo {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
  }
  .footer-column {
    margin-right: 5px;
  }

}

