* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 18px;
  font-family: obliqua, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  color: #4d6859;
  background: url("../images/bg-leaves.gif") center 0 fixed;
}

body header {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  position: relative;
}

body header .logo {
  line-height: 0;
  background: #f2e7f6;
  border-top: 50px solid #009844;
  border-bottom: 50px solid #009844;
  padding: 20px;
  z-index: 100;
  align-content: center;
  text-align: center;
}

body header .logo img {
  width: 200px;
  height: auto;
}

body header .logo p {
  font-family: merriweather, sans-serif;
  font-weight: bold;
  max-width: 389px;
  margin: 20px auto 0;
}

body header .hero {
  background: #013719;
  color: #f2e7f6;
  font-size: 18px;
  position: relative;
  flex-grow: 1;
  padding-right: 240px;
}

body header .hero nav {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  z-index: 100;
  justify-content: center;
  padding-right: 240px;
}

body header .hero nav .mobile-menu {
  display: none;
  cursor: pointer;
}

body header .hero nav .mobile-menu div {
  border-radius: 50px;
  width: 30px;
  height: 4px;
  background: #009844;
  margin-bottom: 6px;
}

body header .hero nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 0;
  max-width: 100%;
}

body header .hero nav > ul li {
  max-width: 100%;
  margin: 0;
  position: relative;
}

body header .hero nav > ul li a {
  color: #95db95;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: normal;
}

body header .hero nav > ul li a:hover {
  background: none;
  color: #9b6aac;
}

body header .hero nav > ul li.sub-nav a {
  border-radius: 25px 25px 0 0;
}

body header .hero nav > ul li.sub-nav ul {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  z-index: 100;
}

body header .hero nav > ul li.sub-nav:hover {
  overflow: visible;
}

body header .hero nav > ul li.sub-nav:hover ul {
  opacity: 1;
  height: auto;
  min-width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

body header .hero nav > ul li.sub-nav:hover ul li a {
  background: none;
}

body header .hero nav.mobile-show {
  background: #9b6aac;
  position: absolute;
  width: 100%;
  padding: 50px 0 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
  text-align: right;
}

body header .hero nav.mobile-show .mobile-menu {
  position: absolute;
  top: 20px;
  right: 15px;
}

body header .hero nav.mobile-show .mobile-menu div {
  background: #f2e7f6;
  transition: all 0.2s ease-in;
}

body header .hero nav.mobile-show .mobile-menu div:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

body header .hero nav.mobile-show .mobile-menu div:nth-child(2) {
  opacity: 0;
}

body header .hero nav.mobile-show .mobile-menu div:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}

body header .hero nav.mobile-show > ul {
  display: block;
  width: 100%;
}

body header .hero nav.mobile-show > ul > li {
  padding: 0;
}

body header .hero nav.mobile-show > ul > li > a {
  display: block;
  color: #f2e7f6;
  border-radius: 0;
  padding: 10px 15px 10px 0;
}

body header .hero .container {
  display: flex;
  align-items: center;
  height: 100%;
}

body header .hero .container .content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}

body header .hero .container .content .btn {
  font-size: 27px;
  text-shadow: none;
}

body header .hero .container .content h1 {
  text-shadow: 0 20px 100px #013719, 0 -20px 100px #013719, -20px 0 100px #013719, 20px 0 100px #013719, 0 20px 100px #013719, 0 -20px 100px #013719, -20px 0 100px #013719, 20px 0 100px #013719;
  position: relative;
}

body header .hero .container .content p {
  text-shadow: 0 5px 20px black, 0 -5px 20px black, -5px 0 20px black, 5px 0 20px black, 0 5px 20px black, 0 -5px 20px black, -5px 0 20px black, 5px 0 20px black;
  position: relative;
  z-index: 1;
  font-size: 27px;
}

body section,
body .section {
  margin: 100px;
}

body section.main-content .container, body section.featured2 .container,
body .section.main-content .container,
body .section.featured2 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 150px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 50px;
  border-radius: 50px;
  position: relative;
}

body section.main-content .container *:last-child, body section.featured2 .container *:last-child,
body .section.main-content .container *:last-child,
body .section.featured2 .container *:last-child {
  margin-bottom: 0;
}

body section.main-content .container:before,
body .section.main-content .container:before {
  content: '';
  background: url("../images/icon-leaves.png") no-repeat;
  width: 200px;
  height: 181px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

body section.main-content .container .donation-links,
body .section.main-content .container .donation-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

body section.main-content .container .donation-links a,
body .section.main-content .container .donation-links a {
  display: block;
  min-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body section.main-content .container h3,
body .section.main-content .container h3 {
  margin-bottom: 50px;
}

body section.featured,
body .section.featured {
  max-width: 1800px;
  color: white;
  text-align: center;
  margin: 100px auto;
  padding: 0 100px;
}

body section.featured .container .featured-item,
body .section.featured .container .featured-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body section.featured .container .featured-item > div,
body .section.featured .container .featured-item > div {
  line-height: 0;
}

body section.featured .container .featured-item > div:last-child,
body .section.featured .container .featured-item > div:last-child {
  padding: 20px 100px;
  background: linear-gradient(145deg, #b088be 0%, #783d8d 100%);
  width: 100%;
  display: flex;
  align-items: center;
}

body section.featured .container .featured-item > div:last-child div,
body .section.featured .container .featured-item > div:last-child div {
  max-width: 450px;
  margin: 0 auto;
}

body section.featured .container .featured-item + .featured-item > div:first-child,
body .section.featured .container .featured-item + .featured-item > div:first-child {
  order: 2;
}

body section.featured2 .container,
body .section.featured2 .container {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

body section.featured2 .container h2,
body .section.featured2 .container h2 {
  max-width: 100%;
}

body section.featured2 .container p,
body .section.featured2 .container p {
  max-width: 500px;
}

body section.featured2 .container > div,
body .section.featured2 .container > div {
  display: flex;
  gap: 100px;
  justify-content: center;
}

body section.featured2 .container > div .icon,
body .section.featured2 .container > div .icon {
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

body section.secondary,
body .section.secondary {
  margin: 100px auto;
  background: rgba(242, 231, 246, 0.5);
}

body section.secondary .container,
body .section.secondary .container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

body section.secondary .container .content,
body .section.secondary .container .content {
  width: 100%;
  max-width: 1600px;
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  padding: 0 15px;
}

body section.secondary .container .content.full-width,
body .section.secondary .container .content.full-width {
  display: block;
  background: #f2e7f6;
  padding: 50px 100px;
  margin: 0;
  max-width: 100%;
  border: 50px solid rgba(155, 106, 172, 0.25);
  border-left: none;
  border-right: none;
  display: flex;
}

body section.secondary .container .content.full-width div,
body .section.secondary .container .content.full-width div {
  max-width: 900px;
  width: 100%;
  background: none;
  padding-bottom: 0;
}

body section.secondary .container .content.full-width div > *:last-child,
body .section.secondary .container .content.full-width div > *:last-child {
  margin: 0;
}

body section.secondary .container .content.full-width img,
body .section.secondary .container .content.full-width img {
  max-height: 600px;
  width: auto;
}

body section.secondary .container .content > *,
body .section.secondary .container .content > * {
  width: 50%;
}

body section.secondary .container .content > div,
body .section.secondary .container .content > div {
  padding-bottom: 200px;
  background: url("../images/leaf-embellishment.png") bottom/contain no-repeat;
}

body section.secondary .container .content ul,
body .section.secondary .container .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

body section.secondary .container .content ul li,
body .section.secondary .container .content ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 5px 0 5px 40px;
  background: url("../images/icon-seedling.png") no-repeat;
  background-size: 30px;
  line-height: 1.5;
}

body section.secondary .container .content img,
body .section.secondary .container .content img {
  max-width: 500px;
}

body section.banner,
body .section.banner {
  background: #f2e7f6 url("../images/paper-dolls.jpg") no-repeat;
  background-size: auto 100%;
  display: flex;
  margin: 0;
  padding: 150px;
  justify-content: right;
}

body section.banner .container,
body .section.banner .container {
  max-width: 800px;
  background: rgba(242, 231, 246, 0);
  padding: 20px;
  text-shadow: 0 5px 20px #f2e7f6, 0 -5px 20px #f2e7f6, -5px 0 20px #f2e7f6, 5px 0 20px #f2e7f6, 0 5px 20px #f2e7f6, 0 -5px 20px #f2e7f6, -5px 0 20px #f2e7f6, 5px 0 20px #f2e7f6;
  background: rgba(242, 231, 246, 0.5);
}

body section.banner .container h2,
body .section.banner .container h2 {
  color: #009844;
  font-size: 45px;
  margin-bottom: 60px;
}

body section.banner .container p,
body .section.banner .container p {
  margin-bottom: 0;
}

body section.form,
body .section.form {
  background: rgba(120, 61, 141, 0.25);
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
}

body section.form .container,
body .section.form .container {
  max-width: 850px;
  margin: 0 auto;
  background: white;
  padding: 50px 100px;
  border-radius: 50px;
  overflow-x: hidden;
}

body section.form .container h2,
body .section.form .container h2 {
  margin-bottom: 25px;
  text-align: center;
}

body section.form .container h3,
body .section.form .container h3 {
  margin-bottom: 25px;
  text-align: center;
}

body section.form .container form fieldset,
body .section.form .container form fieldset {
  padding: 25px;
  border-radius: 20px;
  border-color: rgba(77, 104, 89, 0.15);
  margin-bottom: 25px;
}

body section.form .container form fieldset legend,
body .section.form .container form fieldset legend {
  display: table;
  float: left;
  margin: 0 0 20px;
  padding: 10px 40px 10px 60px;
  width: calc(100% + 80px);
  margin-left: -40px;
  font-weight: bold;
  color: #4d6859;
}

body section.form .container form fieldset p,
body .section.form .container form fieldset p {
  margin-left: 20px;
  margin-right: 20px;
}

body section.form .container form input,
body section.form .container form select,
body section.form .container form textarea,
body .section.form .container form input,
body .section.form .container form select,
body .section.form .container form textarea {
  background: rgba(149, 219, 149, 0.25);
  color: #009844;
}

body section.form .container form input.btn,
body section.form .container form select.btn,
body section.form .container form textarea.btn,
body .section.form .container form input.btn,
body .section.form .container form select.btn,
body .section.form .container form textarea.btn {
  padding: 16px 30px;
  line-height: 1;
  font-weight: 400;
  color: white;
  background: #9b6aac;
  border: 2px solid white;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

body section.form .container form input.btn:hover,
body section.form .container form select.btn:hover,
body section.form .container form textarea.btn:hover,
body .section.form .container form input.btn:hover,
body .section.form .container form select.btn:hover,
body .section.form .container form textarea.btn:hover {
  background: #783d8d;
  color: white;
}

body section.form .container form input:focus,
body section.form .container form select:focus,
body section.form .container form textarea:focus,
body .section.form .container form input:focus,
body .section.form .container form select:focus,
body .section.form .container form textarea:focus {
  outline: 2px solid rgba(155, 106, 172, 0.5);
}

body section.form .container form .btn,
body .section.form .container form .btn {
  margin-top: 0;
}

body section.contact,
body .section.contact {
  color: rgba(255, 255, 255, 0.75);
  background: #013719 url("../images/bg-leaves-dark.gif") center 0;
  margin: 0;
  padding: 100px;
}

body section.contact .container,
body .section.contact .container {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 250px;
}

body section.contact .container > div,
body .section.contact .container > div {
  max-width: 475px;
}

body section.contact .container > div.content,
body .section.contact .container > div.content {
  margin-bottom: 50px;
}

body section img,
body .section img {
  max-width: 100%;
  height: auto;
}

body form .form-group {
  margin-bottom: 15px;
}

body form .form-group label {
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

body form .form-group input,
body form .form-group select,
body form .form-group textarea {
  border: none;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  font-family: obliqua, sans-serif;
  background: #5f956b;
  color: white;
}

body form .form-group input[type='radio'],
body form .form-group select[type='radio'],
body form .form-group textarea[type='radio'] {
  width: auto;
}

body form .form-group input:focus,
body form .form-group select:focus,
body form .form-group textarea:focus {
  outline: 2px solid white;
}

body form .form-group input[required]:user-invalid,
body form .form-group select[required]:user-invalid,
body form .form-group textarea[required]:user-invalid {
  background: #fab4a1;
}

body form .form-group textarea {
  border-radius: 22.5px;
}

body form .form-group .field-group {
  display: flex;
  padding-left: 20px;
}

body form .form-group .field-group label {
  padding: 0;
  margin-right: 20px;
}

body form .form-group p.label {
  line-height: 1;
  margin-bottom: 5px;
}

body form .btn {
  font-size: 18px;
  font-family: obliqua, sans-serif;
  width: 100%;
  margin-top: 25px;
}

body .error {
  background: none;
  margin-bottom: 0;
  padding: 0;
}

body .error div {
  display: none;
  margin-bottom: 10px;
  background: #f64110;
  padding: 10px;
}

body .error div p {
  margin-bottom: 0;
}

body .status-box {
  color: white;
  padding: 10px;
  margin-bottom: 50px;
}

body .status-box.error {
  background: #f64110;
}

body .status-box.success {
  background: #398506;
}

body .status-box p {
  margin-bottom: 0;
}

body footer {
  background: #00180b;
  padding: 50px 15px;
  text-align: center;
}

body footer .social-media {
  display: flex;
  gap: 20px;
  justify-content: center;
}

body footer a {
  color: #4d6859;
}

body footer a:hover {
  color: #5f956b;
}

body footer p {
  margin: 0 auto;
}

body h1 {
  font-size: 36px;
  line-height: 1.2;
  font-family: merriweather, sans-serif;
  margin-bottom: 60px;
  max-width: 900px;
  color: white;
  font-size: 54px;
}

body h2 {
  font-size: 36px;
  line-height: 1.2;
  font-family: merriweather, sans-serif;
  margin-bottom: 60px;
  max-width: 900px;
  margin-bottom: 50px;
}

body h3 {
  font-size: 36px;
  line-height: 1.2;
  font-family: merriweather, sans-serif;
  margin-bottom: 60px;
  max-width: 900px;
  font-size: 27px;
  margin-bottom: 30px;
}

body ul {
  list-style: none;
}

body p,
body ul,
body li,
body iframe {
  margin-bottom: 50px;
  max-width: 900px;
  line-height: 1.6;
}

body .btn {
  padding: 16px 30px;
  line-height: 1;
  font-weight: 400;
  color: white;
  background: #9b6aac;
  border: 2px solid white;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

body .btn:hover {
  background: #783d8d;
  color: white;
}

body a {
  color: #9b6aac;
  font-weight: bold;
}

body a:hover {
  color: #009844;
}

body a,
body .btn {
  transition: .2s all ease-in-out;
}

body .fa-brands {
  font-size: 30px;
}

body strong {
  font-weight: 700;
}

body .hidden {
  display: none;
}

body .nowrap,
body .phone {
  white-space: nowrap;
}

body .break {
  overflow-wrap: break-word;
  display: inline-block;
  line-height: 1;
}

body .fullwidth {
  width: 100%;
  height: auto;
}

body.home header .logo {
  border-top-width: 100px;
  border-bottom-width: 100px;
  padding: 100px 60px;
}

body.home header .logo img {
  width: 100%;
}

body.home header .hero {
  padding-right: 0;
}

body.home header .hero nav {
  min-height: 100px;
  justify-content: center;
  padding-right: 0;
}

body.home header .hero nav > ul li a:hover {
  background: #9b6aac;
  color: #f2e7f6;
}

body.home header .hero .container {
  background: url("../images/group.jpg") 0 0/cover no-repeat;
  background-position-y: 50%;
  height: 100%;
  align-content: center;
  padding: 50px 20px;
}

body.home header .hero .container .content h1 {
  text-shadow: 0 20px 100px black, 0 -20px 100px black, -20px 0 100px black, 20px 0 100px black, 0 20px 100px black, 0 -20px 100px black, -20px 0 100px black, 20px 0 100px black;
  color: transparent;
}

body.home header .hero .container .content h1:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-shadow: none;
}

body.our-vision header .hero {
  background: url("../images/bg-lightbulb.png") 100% no-repeat, url("../images/bg-leaves-dark.gif") 100%/15% repeat;
  background-color: #013719;
}

body.donate header .hero {
  background: url("../images/bg-reach-hand.png") 100% no-repeat, url("../images/bg-leaves-dark.gif") 100%/15% repeat;
  background-color: #013719;
}

body.participation-registration header .hero {
  background: url("../images/bg-sunflowers.png") 100% no-repeat, url("../images/bg-leaves-dark.gif") 100%/15% repeat;
  background-color: #013719;
}

body.participation-registration .status-box {
  text-align: center;
}

body.volunteer-application header .hero {
  background: url("../images/bg-forest.png") 100% no-repeat, url("../images/bg-leaves-dark.gif") 100%/15% repeat;
  background-color: #013719;
}

body.calendar header .hero {
  background: url("../images/bg-bridge.png") 100% no-repeat, url("../images/bg-leaves-dark.gif") 100%/15% repeat;
  background-color: #013719;
}

@media screen and (max-width: 1600px) {
  body header .logo img {
    width: 200px;
  }
  body header .hero nav {
    padding-right: 0;
  }
  body.home header .logo {
    border-top-width: 50px;
    border-bottom-width: 50px;
    padding: 20px;
  }
  body.home header .logo img {
    width: 200px;
  }
  body.home header .hero nav {
    min-height: 50px;
  }
  body.home header .hero .container .content {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  body section.contact .container {
    gap: 100px;
  }
}

@media screen and (max-width: 1300px) {
  body header .hero {
    padding-right: 0;
  }
  body header .hero nav {
    justify-content: center;
    padding-right: 0;
  }
  body header .hero nav .mobile-menu {
    display: inline-block;
  }
  body header .hero nav ul {
    display: none;
  }
  body header .hero nav > ul li.sub-nav {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    z-index: 1;
  }
  body header .hero nav > ul li.sub-nav:hover ul {
    background: none;
    min-width: auto;
  }
  body header .hero nav > ul li.sub-nav:hover ul li a {
    background: #95db95;
    z-index: 10;
  }
  body header .hero nav > ul li.sub-nav ul {
    display: block;
    opacity: 1;
    height: auto;
    min-width: auto;
    position: relative;
    margin: 0;
  }
  body header .hero nav > ul li.sub-nav ul a {
    background: #95db95;
    color: #00180b;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 10px;
    margin: 0 10px;
    z-index: 100;
  }
  body header .hero .container .content p {
    font-size: 18px;
  }
  body header .hero .container .content .btn {
    font-size: 18px;
    line-height: 1.2;
  }
  body header .hero p {
    max-width: 600px;
  }
  body section.featured .container .featured-item > div:last-child {
    padding: 20px;
  }
  body section.featured .container .featured-item h2 {
    font-size: 27px;
  }
  body section.featured .container .featured-item h2, body section.featured .container .featured-item p {
    margin-bottom: 20px;
  }
  body section.banner {
    padding: 50px;
  }
  body section.contact {
    padding: 50px 15px;
  }
  body section.contact .container > div {
    width: 300px;
  }
  body section.contact h2 {
    font-size: 27px;
  }
  body h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  body.our-vision header .hero, body.donate header .hero, body.participation-registration header .hero, body.volunteer-application header .hero, body.calendar header .hero {
    background-size: cover;
  }
  body section.main-content .container, body section.featured2 .container,
  body .section.main-content .container,
  body .section.featured2 .container {
    padding: 50px;
  }
  body section.main-content .container,
  body .section.main-content .container {
    padding-bottom: 100px;
  }
  body section.main-content .container::before,
  body .section.main-content .container::before {
    width: 100px;
    height: 90px;
    background-size: 100px;
  }
  body section.banner .container,
  body .section.banner .container {
    width: 500px;
  }
  body section.banner .container h2,
  body .section.banner .container h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  body.home header .hero .container {
    background-position-y: 80%;
  }
}

@media screen and (max-width: 1100px) {
  body section.secondary .container .content.full-width {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  body section.secondary .container .content.full-width div > *:last-child {
    margin-bottom: 50px;
  }
  body section.secondary .container .content.full-width img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 950px) {
  body section.featured {
    padding: 0 15px;
  }
  body section.featured .container .featured-item {
    display: block;
  }
  body section.featured .container .featured-item > div:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 800px;
    margin: 0 auto;
  }
  body section.banner {
    padding-top: 70%;
    padding-left: 100px;
    padding-right: 100px;
    background-size: contain;
  }
  body section.banner .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-shadow: none;
  }
  body section.secondary .container .content {
    display: block;
    margin-bottom: 0;
  }
  body section.secondary .container .content > * {
    width: 100%;
  }
  body section.secondary .container .content img {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 880px) {
  body header .logo {
    width: 100%;
    text-align: center;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  body header .hero nav {
    min-height: auto;
    padding: 10px 15px 4px;
    justify-content: center;
  }
  body header .hero nav.mobile-show {
    top: -20px;
  }
  body header .hero .container {
    text-align: center;
  }
  body section,
  body .section {
    margin: 50px 15px;
  }
  body section.featured, body section.secondary,
  body .section.featured,
  body .section.secondary {
    margin: 50px 0;
  }
  body section.banner,
  body .section.banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  body section.form,
  body .section.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  body section.form .container,
  body .section.form .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.home header .logo {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
}

@media screen and (max-width: 800px) {
  body section.contact .container {
    display: block;
  }
  body section.contact .container > div {
    width: 100%;
  }
  body section.featured2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body section.featured2 .container > div {
    flex-wrap: wrap;
    gap: 50px;
  }
  body section.featured2 .container > div .icon {
    align-items: end;
    height: auto;
  }
  body section.featured2 .container > div .icon img {
    width: 150px;
    height: auto;
  }
  body section.form .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 700px) {
  body header .logo img {
    width: 150px;
  }
  body section.main-content .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 150px;
  }
  body section.featured2 h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  body section.featured2 .container > div .icon img {
    width: 150px;
    height: auto;
  }
  body section.banner .container h2 {
    font-size: 27px;
  }
  body section.secondary .container .content > div {
    padding-bottom: 20%;
  }
  body section.secondary .container .content ul {
    display: block;
  }
  body section.secondary .container .content ul li {
    width: 100%;
  }
  body section.form .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body section.form .container form fieldset {
    padding-left: 15px;
    padding-right: 15px;
  }
  body section.form .container h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  body.home header .logo img {
    width: 150px;
  }
  body h2 {
    font-size: 27px;
  }
  body h1, body h2, body p {
    margin-bottom: 30px;
  }
  body.calendar .container h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {
  body section.form {
    padding-left: 0;
    padding-right: 0;
  }
  body section.form .container {
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  body header .logo {
    text-align: left;
    display: flex;
    align-items: end;
    padding-right: 15px;
  }
  body header .logo img {
    width: 100px;
  }
  body header .logo p {
    margin: 0 0 0 20px;
    font-size: 15px;
  }
  body header .hero {
    position: static;
  }
  body header .hero .container .content {
    padding-top: 50px;
  }
  body header .hero .container .content h1 {
    text-shadow: 0 5px 20px rgba(0, 24, 11, 0.5), 0 -5px 20px rgba(0, 24, 11, 0.5), -5px 0 20px rgba(0, 24, 11, 0.5), 5px 0 20px rgba(0, 24, 11, 0.5), 0 20px 5px rgba(0, 24, 11, 0.5), 0 -5px 20px rgba(0, 24, 11, 0.5), -5px 0 20px rgba(0, 24, 11, 0.5), 5px 0 20px rgba(0, 24, 11, 0.5);
  }
  body header .hero nav {
    background: none;
    right: 15px;
    top: 35px;
    width: auto;
  }
  body header .hero nav.mobile-show {
    top: 0;
    right: 0;
  }
  body section.contact img {
    width: 200px;
  }
  body.home header .logo img {
    width: 100px;
  }
  body.home header .hero .container .content {
    padding-top: 0;
  }
}

@supports (-webkit-touch-callout: none) {
  body.home .hero,
  body .hero,
  body .section.banner {
    background-attachment: scroll;
  }
}
