@import url('https://fonts.googleapis.com/css2?family=Cardo&family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');
body {
  text-align: center;
  margin: 0 0 100px;
  font-family: 'Cardo', serif;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9;
  cursor: wait;
}
a {
  color: #8caa1e;
}
.donate {
  font-size: 20px;
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  border-radius: 10px;
  background: #8caa1e;
  z-index: 1;
}
.donate i {
  margin-right: 15px;
  font-size: 30px;
  vertical-align: -4px;
}
.language {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: solid 5px;
  padding: 17px;
  color: black;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  border-radius: 10px;
  background: white;
}
.language i {
  margin-right: 15px;
}
.intro {
  display: block;
  width: 510px;
  margin: 100px auto 0;
  line-height: 1.8;
  position: relative;
  max-width: 90%;
}
.intro h2 {
  font-style: italic;
}
.photo {
  width: 300px;
  margin-bottom: 50px;
  border-radius: 10px;
  max-width: 50%;
}
.logo {
  width: 300px;
  margin-bottom: 30px;
  max-width: 50%;
}
.about img, .mission img, .gi img, .contact img {
  width: 300px;
  border-radius: 100%;
  margin-bottom: 15px;
  max-width: 50%;
}
h1, h2, h3 {
  font-weight: initial;
  font-family: 'PT Sans', sans-serif;
  color: #8caa1e;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
  margin: 10px 0;
}
h3 {
  font-size: 20px;
}
.about {
  display: inline-block;
  margin-top: 100px;
  width: 890px;
  max-width: 90%;
}
p, .box {
  line-height: 2;
  font-size: 20px;
  text-wrap: pretty;
}
.mission {
  display: inline-block;
  margin-top: 50px;
  width: 1000px;
  max-width: 90%;
}
.mission img {
  border-radius: 10px;
  vertical-align: middle;
  margin: 0;
}
.box {
  display: inline-block;
  line-height: 1.8;
  width: 49%;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: top;
}
.box p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.mission .box {
  text-align: left;
  width: 100%;
}
.mission .box p {
  text-align: left;
  width: calc(100% - 310px);
  padding-left: 50px;
  box-sizing: border-box;
}
.button {
  font-size: 20px;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  border-radius: 10px;
  background: #8caa1e;
  margin-top: 15px;
  display: inline-block;
}
.gi {
  display: inline-block;
  margin-top: 70px;
  width: 1000px;
  max-width: 90%;
}
.contact {
  display: inline-block;
  margin-top: 70px;
  line-height: 2;
  font-family: 'PT Sans', sans-serif;
  width: 90%;
}
.contact img {
  border-radius: 10px;
}
.contact h1 {
  margin: 10px 0 0;
}
.contact h2, .contact h3 {
  margin: 15px 0 0;
  color: black;
}
.contact h2 {
  margin: 0;
}
.contact a {
  text-decoration: none;
  font-size: 20px;
}
.contact .follow a {
  border: none;
}
.follow {
  display: block;
  margin: 30px 0;
}
.follow a {
  display: inline-block;
}
.follow i {
  font-size: 30px;
  margin: 5px;
}
div {
  display: inline-block;
  font-size: 20px;
}
label {
  margin: 15px;
}
input {
  font: inherit;
  border: solid 3px;
  margin: 5px;
  background: none;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  width: 340px;
}
input[type="submit"] {
  width: 130px;
  color: #8caa1e;
}
form {
  margin: 15px 0;
}
.cow {
  width: 70px;
  position: absolute;
  top: 70px;
  left: 0;
}
.animal {
  display: inline-block;
  line-height: 1.8;
  width: 49%;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: top;
}
.sponsor {
  display: block;
  margin-top: 50px;
}
.sponsor img {
  border-radius: 10px;
}
.animal h3 {
  font-size: 25px;
  margin: 5px;
}
.animal p {
  margin: 5px 0;
}
.top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 10px 0;
  width: 50px;
}
.show {
  display: inline-block;
}
@media (min-width: 1020px) {
  a:hover {
    color: #9fc31d;
  }
  .donate:hover, .button:hover, input[type="submit"]:hover {
    background: #9fc31d;
    color: white;
    border-color: #9fc31d;
  }
}
@media (max-width: 500px) {
  body {
    margin-bottom: 30px;
  }
  .cow {
    display: none;
  }
  .box {
    width: 100%;
  }
  .donate {
    top: 15px;
    left: 15px;
    padding: 15px;
    font-size: 16px;
  }
  .donate i {
    font-size: 25px;
    margin-right: 10px;
  }
  .language {
    font-size: 16px;
    top: 15px;
    right: 15px;
    border: solid 4px;
    padding: 13px;
  }
  .language i {
    margin-right: 10px;
  }
  .photo {
    margin-bottom: 30px;
  }
  .logo {
    margin-bottom: 15px;
  }
  .intro h2 {
    font-size: 20px;
  }
  .about {
    margin-top: 50px;
  }
  h1 {
    font-size: 30px;
    margin: 10px 0;
  }
  p, .box {
    font-size: 16px;
  }
  .mission {
    margin-top: 30px;
  }
  .mission h1 {
    margin: 0 0 15px;
  }
  .mission .box {
    width: 100%;
    padding: 15px 0 0;
  }
  .mission .box p {
    width: 100%;
    padding: 30px 0;
  }
  .button {
    font-size: 18px;
    padding: 15px;
  }
  .gi {
    margin-top: 50px;
  }
  h2 {
    font-size: 25px;
    margin: 5px 0;
  }
  .animal {
    width: 100%;
    padding: 15px 0;
  }
  .animal h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .contact {
    margin-top: 50px;
  }
  h1 {
    font-size: 25px;
  }
  .contact h2 {
    font-size: 20px;
  }
  .contact a {
    font-size: 16px;
  }
  div {
    font-size: 16px;
    display: block;
  }
  .contact h3 {
    font-size: 16px;
    text-wrap: pretty;
  }
  input {
    margin: 15px 0;
    width: 100%;
    border: solid 2px;
  }
  .top {
    font-size: 20px;
    padding: 10px 0;
    width: 40px;
    background: #8caa1e;
    right: 5px;
    bottom: 70px;
    color: white;
    border-radius: 10px;
  }
}