.container {
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}
.container .header {
  overflow: hidden;
  height: 14vh;
  font-size: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid yellow;
}
.container .header nav {
  height: 100%;
}
.container .header nav .heading {
  font-size: 0.9em;
  font-family: calibri;
}
.container .header nav ul li a {
  font-family: calibri;
  font-size: 1em;
  font-weight: bold;
}
.container .banner {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .banner .words {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50vh;
  border-radius: 4px;
  position: relative;
  z-index: 50;
}
.container .banner .words:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  top: -10px;
  left: 10px;
  border-radius: 4px;
  position: absolute;
}
.container .banner .words:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  top: -10px;
  left: 10px;
  z-index: 1;
  border-radius: 4px;
  position: absolute;
}
.container .banner .words h1 {
  z-index: 5;
}
.container .banner .words p {
  font-size: 1.4em;
  text-align: center;
  z-index: 5;
  padding: 18px;
  padding-top: 0;
}
.container .contss {
  width: 100%;
}
.container .contss .about {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .contss .about .contents {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 29px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1), 2px 2px 30px rgba(0, 0, 0, 0.1);
  height: 80%;
  background-color: rgb(255, 255, 255);
}
.container .contss .about .contents p {
  text-align: center;
}
.container .contss .about .contents h2 {
  text-decoration: none;
}
.container .contss .about2 {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .contss .about2 .contents {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 29px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1), 2px 2px 30px rgba(0, 0, 0, 0.1);
  height: 80%;
  background-color: rgb(255, 255, 255);
}
.container .contss .about2 .contents p {
  text-align: center;
}
.container .contss .about2 .contents h2 {
  text-decoration: none;
  text-align: center;
  font-size: 38px;
}
.container .contss .about2 .contents ul {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.container .contss .about2 .contents ul li {
  padding: 5px;
}
.container .contss .h-3 {
  height: -moz-max-content;
  height: max-content;
}
.container .flex {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.container .flex .one {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .flex .one .contents {
  width: 100%;
}
.container .photos {
  width: 100%;
  height: 80vh;
  justify-content: center;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.0745098039);
  padding-top: 0;
}
.container .photos .box {
  margin-top: 0;
  width: 40%;
  height: 60%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1), 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.container .photos .box img {
  width: 100%;
}
.container .footer {
  display: flex;
  width: 100%;
  height: 40vh;
  background: #FFB200;
  padding-top: 50px;
  justify-content: space-evenly;
}
.container .footer .footer1, .container .footer .footer2, .container .footer .footer3 {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.container .footer .footer1 ul, .container .footer .footer2 ul, .container .footer .footer3 ul {
  text-align: left;
}
.container .footer .footer1 h1, .container .footer .footer2 h1, .container .footer .footer3 h1 {
  color: #2E236C;
}
.container .footer .footer1 li, .container .footer .footer2 li, .container .footer .footer3 li {
  list-style: none;
  padding: 4px;
  font-size: 17px;
  font-family: calibri;
}
.container .footer .footer1 .social .holder, .container .footer .footer2 .social .holder, .container .footer .footer3 .social .holder {
  width: 200px;
  height: 50px;
  justify-content: space-between;
  margin-top: 3px;
  display: flex;
  align-items: center;
}
.container .footer .footer1 .social .holder p, .container .footer .footer1 .social .holder a, .container .footer .footer2 .social .holder p, .container .footer .footer2 .social .holder a, .container .footer .footer3 .social .holder p, .container .footer .footer3 .social .holder a {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.container .footer .footer1 .social .holder .icon, .container .footer .footer2 .social .holder .icon, .container .footer .footer3 .social .holder .icon {
  width: 30px;
  height: 30px;
}
.container .footer .footer3 {
  align-items: flex-end;
  padding-right: 30px;
}
.container .copy {
  height: 5vh;
  background: #FFB200;
}
.container .copy .copyright {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.8em;
}
.container .sign-up .container {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.container .sign-up .container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
}
.container .sign-up .container form button {
  width: 200px;
}

@media (max-width: 576px) {
  .container .header {
    height: 10vh;
    overflow: visible;
  }
  .container .header nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .container .header nav .heading {
    display: none;
  }
  .container .header nav ul {
    width: 100%;
  }
  .container .header nav ul li a {
    font-size: 0.8em;
  }
  .container .banner {
    height: 60vh;
  }
  .container .banner .words {
    width: 80%;
    height: 30vh;
    margin-top: 0;
  }
  .container .banner .words h1 {
    font-size: 1em;
  }
  .container .banner .words h4 {
    font-size: 1em;
  }
  .container .banner .words p {
    font-size: 0.9em;
  }
  .container .contss {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .container .contss .about, .container .contss .about2 {
    padding-left: 0;
    margin-left: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .container .contss .about .contents, .container .contss .about2 .contents {
    padding-top: 4px;
    width: 80%;
    margin-left: 0;
  }
  .container .contss .about .contents p, .container .contss .about2 .contents p {
    font-size: 0.9em;
  }
  .container .contss .about .contents h2, .container .contss .about2 .contents h2 {
    font-size: 1.3em;
  }
  .container .contss .about .contents ul li, .container .contss .about2 .contents ul li {
    font-size: 0.9em;
  }
  .container .mn {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 0;
  }
  .container .mn .about {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .container .mn .about .contents {
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
  }
  .container .mn .about .contents:nth-child(2) {
    margin-top: 10px;
  }
  .container .mn .about .contents .goal {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .container .mn .about .contents h1 {
    font-size: 1em;
  }
  .container .photos {
    flex-direction: column;
    padding-top: 20px;
    height: -moz-max-content;
    height: max-content;
  }
  .container .photos .box {
    width: 80%;
    height: 230px;
  }
  .container .photos .box img {
    border-radius: 0;
  }
  .container .flex {
    flex-direction: column;
  }
  .container .flex .one {
    width: 99%;
  }
  .container .review {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .review .comment-box {
    width: 90%;
    height: -moz-max-content;
    height: max-content;
  }
  .container .sign-up {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container .sign-up .container {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    margin-right: 0;
  }
  .container .sign-up .container form {
    width: 100%;
  }
  .container .footer {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    align-items: center;
    padding-top: 12px;
  }
  .container .footer .footer1, .container .footer .footer2, .container .footer .footer3 {
    width: 99%;
    align-items: center;
  }
  .container .footer .footer1 h1, .container .footer .footer2 h1, .container .footer .footer3 h1 {
    font-size: 1.3em;
  }
  .container .footer .footer1 ul, .container .footer .footer2 ul, .container .footer .footer3 ul {
    align-items: center;
  }
  .container .footer .footer1 ul li, .container .footer .footer2 ul li, .container .footer .footer3 ul li {
    text-align: center;
  }
  .container .footer .footer1 .social .holder, .container .footer .footer2 .social .holder, .container .footer .footer3 .social .holder {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
  }
  .container .donation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 50px;
    transform: none;
    position: relative;
    justify-content: center;
    margin: 0;
  }
  .container .points {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .container .points div {
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: row;
  }
  .container .points div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .points div ul p {
    font-size: 1em;
    text-align: center;
  }
}
/* Small Devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container .header {
    height: 10vh;
    overflow: visible;
  }
  .container .header nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .container .header nav .heading {
    display: none;
  }
  .container .header nav ul {
    width: 100%;
  }
  .container .header nav ul li a {
    font-size: 0.8em;
  }
  .container .banner {
    height: 60vh;
  }
  .container .banner .words {
    width: 80%;
    height: 30vh;
    margin-top: 0;
  }
  .container .banner .words h1 {
    font-size: 1em;
  }
  .container .banner .words h4 {
    font-size: 1em;
  }
  .container .banner .words p {
    font-size: 0.9em;
  }
  .container .contss {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .container .contss .about, .container .contss .about2 {
    padding-left: 0;
    margin-left: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .container .contss .about .contents, .container .contss .about2 .contents {
    padding-top: 4px;
    width: 80%;
    margin-left: 0;
  }
  .container .contss .about .contents p, .container .contss .about2 .contents p {
    font-size: 0.9em;
  }
  .container .contss .about .contents h2, .container .contss .about2 .contents h2 {
    font-size: 1.3em;
  }
  .container .contss .about .contents ul li, .container .contss .about2 .contents ul li {
    font-size: 0.9em;
  }
  .container .mn {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 0;
  }
  .container .mn .about {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .container .mn .about .contents {
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
  }
  .container .mn .about .contents:nth-child(2) {
    margin-top: 10px;
  }
  .container .mn .about .contents .goal {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .container .mn .about .contents h1 {
    font-size: 1em;
  }
  .container .photos {
    flex-direction: column;
    padding-top: 20px;
    height: -moz-max-content;
    height: max-content;
  }
  .container .photos .box {
    width: 80%;
    height: 230px;
  }
  .container .photos .box img {
    border-radius: 0;
  }
  .container .flex {
    flex-direction: column;
  }
  .container .flex .one {
    width: 99%;
  }
  .container .review {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .review .comment-box {
    width: 90%;
    height: -moz-max-content;
    height: max-content;
  }
  .container .sign-up {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container .sign-up .container {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    margin-right: 0;
  }
  .container .sign-up .container form {
    width: 100%;
  }
  .container .footer {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    align-items: center;
    padding-top: 12px;
  }
  .container .footer .footer1, .container .footer .footer2, .container .footer .footer3 {
    width: 99%;
    align-items: center;
  }
  .container .footer .footer1 h1, .container .footer .footer2 h1, .container .footer .footer3 h1 {
    font-size: 1.3em;
  }
  .container .footer .footer1 ul, .container .footer .footer2 ul, .container .footer .footer3 ul {
    align-items: center;
  }
  .container .footer .footer1 ul li, .container .footer .footer2 ul li, .container .footer .footer3 ul li {
    text-align: center;
  }
  .container .footer .footer1 .social .holder, .container .footer .footer2 .social .holder, .container .footer .footer3 .social .holder {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
  }
  .container .donation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 50px;
    transform: none;
    position: relative;
    justify-content: center;
    margin: 0;
  }
  .container .points {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .container .points div {
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: row;
  }
  .container .points div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .points div ul p {
    font-size: 1em;
    text-align: center;
  }
}
/* Medium Devices *//*# sourceMappingURL=all.css.map */