@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,400&display=swap");
body {
  margin: 0px;
  color: black;
  background-color: white;
}
* {
  box-sizing: border-box;
}
.brand:hover{
  cursor: pointer;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.navbar {
  position: relative;
}
/* navbar */
.brand {
  font-family: "Amatic SC", cursive;
  padding: 10px;
  font-size: 23px;
  text-align: center;
  letter-spacing: 2px;
}
.navbuttons {
  display: flex;
  flex-flow: row nowrap;
  font-family: "Poppins", sans-serif;
  justify-content: flex-end;
}
.item {
  margin: 0 10px;
}
/* sidepanel for mobile */
.navbar > span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #7b7e85;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.sidenav a:hover {
  color: #393a3d;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* parallax image scrolling */
.block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-parallax {
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.content {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}
.content > img {
  width: 30vmax;
}
.donate1 {
  background-color: white;
  color: black;
  padding: 1% 5%;
  font-weight: 600;
  margin-top: 0px;
  border: 0;
}
.donate1:hover {
  opacity: 0.6;
}
div > h1 {
  margin: 50px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 4vmax;
}

/* video and text */
.video {
  margin: 10%;
}
.responsive-iframe {
  width: 100%;
  height: 40vmax;
}
.video > h4 {
  font-weight: 500;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 2.5vmax;
  color: #626469;
}
/*petition*/
.petition {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: white;
  font-family: "Poppins", sans-serif;
}
.petition > img {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  background-position: center;
  background-size: cover;
}
.ontop {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  margin: 0;
  padding: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6vw;
  color: white;
  font-weight: 400;
}
.head1 {
  font-size: 7vmax;
  font-weight: 700;
}
.head2 {
  font-size: 4vmax;
}
.head3 {
  font-size: 2vmax;
  color: #e9eef8e7;
}
.form {
  margin: 5% 15%;
  font-size: 5vw;
  color: white;
  font-weight: 400;
  display: flex;
  flex-flow: column wrap;
}
input {
  margin: 8px 0;
  padding: 15px 20px;
  border: 0;
}
form > button {
  margin: 10px 30px;
  padding: 15px;
}
/*link*/
.head3 a:link,
.head3 a:active,
.head3 a:visited {
  color: #e9eef8e7;
}
a:hover {
  color: #a9afbe;
}
.science button {
  background-color: black;
  color: white;
  margin-left: 0px;
  padding: 10px 20px;
  font-size: 1.8vmax;
  border: 0;
}
.science h1 {
  margin: 5% 10% 5% 6%;
}
.sciencetext {
  margin: 5% 10% 5% 5%;
  font-size: 2.5vmax;
  font-family: "Poppins", sans-serif;
}
.science img {
  box-sizing: border-box;
  margin: 2%;
  display: block;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
.donate1 > button{
  padding: 2% 5%;
  font-size: 2.5vmax;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
}
/*footer*/
.footer{
  background-color: black;
  color: white;
  margin-top: 5%;
}
.brand1{
  font-family: "Amatic SC", cursive;
  padding: 10px;
  font-size: 8vmax;
  text-align: center;
  letter-spacing: 2px;
}
/* social media icons */

.center {
  display: table;
  background-color: black;
  width: 100%;
}

#social {
  display: table-cell;
  vertical-align: middle;
}

#social ul {
  text-align: center;
  padding-left: 0px;
  margin: 0 0px;
}

#social li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
}

/** Facebook **/

.facebook {
  width: 35px;
  height: 35px;
}

.facebook .border {
  background: transparent;
  outline: none;
  color:rgba(255,255,255, 0.3);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255, 0.3);
  transition: all .2s ease-in-out;
}

.facebook .border:hover {
  background: #3b5998;
  border-color: #436aaf;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-facebook {
  font-size: 10px;
}

/** Twitter **/

.twitter {
  width: 35px;
  height: 35px;
}

.twitter .border {
  background: transparent;
  outline: none;
  color:rgba(255,255,255, 0.3);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255, 0.3);
  transition: all .2s ease-in-out;
}

.twitter .border:hover {
  background: #00aced;
  border-color: #72c6e6;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-twitter {
  font-size: 10px;
}

/** Instagram **/

.instagram {
  width: 35px;
  height: 35px;
}

.instagram .border {
  background: transparent;
  outline: none;
  color:rgba(255,255,255, 0.3);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255, 0.3);
  transition: all .2s ease-in-out;
}

.instagram .border:hover {
  background:  linear-gradient(45DEG, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
  border-color: #cb74e6d8;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-instagram {
  font-size: 10px;
}

/** YOUTUBE **/

.youtube {
  width: 35px;
  height: 35px;
}

.youtube .border {
  background: transparent;
  outline: none;
  color:rgba(255,255,255, 0.3);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255, 0.3);
  transition: all .2s ease-in-out;
}

.youtube .border:hover {
  background: #FF0000;
  border-color: #eb3939;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-youtube {
  font-size: 10px;
}

.linkedin {
  width: 35px;
  height: 35px;
}

.linkedin .border {
  background: transparent;
  outline: none;
  color:rgba(255,255,255, 0.3);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255, 0.3);
  transition: all .2s ease-in-out;
}

.linkedin .border:hover {
  background: #0e76a8;
  border-color: #63a1d4;
  color: rgba(255,255,255, 0.9);
  transform: scale(1.2);
}

.fa.fa-linkedin {
  font-size: 10px;
}

#social ul li {
  transition: ease .3s;
}

#social ul:hover > li {
  opacity: 0.5;
}

#social ul:hover > li:hover {
  opacity: 1;
}
/* left footer */

.leftfooter{
  display: flex;
  flex-flow: column nowrap;
  text-align: right;
  font-family: "Poppins",sans-serif;
}
.donate2 > button{
  padding: 2% 4%;
  font-size: 2.5vmax;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
}
.footeritem{
  margin: 3%;
}
.footeritem1, .footeritem2, .footeritems5>a{
  text-decoration: underline;
  text-decoration-color: #666970;
  text-underline-position: under;
}
.footeritem a:link,
.footeritem a:active,
.footeritem a:visited {
  color: #f5f8ffe7;
  text-decoration: underline;
  text-decoration-color: #666970;
  text-underline-position: under;
}
.footeritem a:hover {
  color: #767880;
}
.footeritem button:hover{
  opacity: 0.8;
}
/* mobile devices 640px */
@media(max-width: 642px){
  .navbuttons,
  .donate {
    display: none;
  }
  .words {
    font-size: 5vmax;
    margin: 10px 50px;
    font-family: "Poppins", sans-serif;
  }
}
/* medium devices */
@media (max-width: 720px) and (min-width: 640px) {
  .brand {
    font-size: 45px;
    text-align: left;
    position: relative;
    margin-top: 6px;
    margin-left: 15px;
  }
  .navbuttons1 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 25px;
    display: flex;
    flex-flow: row nowrap;
  }
  .navbuttons {
    font-weight: 400;
    display: flex;
    flex-flow: row wrap;
    font-family: "Poppins", sans-serif;
    justify-content: flex-end;
    width: 230px;
    margin: 0;
  }
  .item {
    padding: 5px 0px;
  }
  .item3 {
    margin-top: 0;
    padding-top: 1;
  }
  .item:hover {
    color: #7b7e85;
    cursor: pointer;
  }
  button:hover {
    opacity: 0.8;
  }
  .navbar button {
    background-color: black;
    color: white;
    margin-left: 30px;
    margin-top: 10px;
    padding: 7px 20px;
    font-size: 20px;
    border: 0;
  }
  .sidepanel,
  .navbar > span {
    display: none;
  }
  .words {
    font-size: 5vmax;
    margin: 50px 100px;
    font-family: "Poppins", sans-serif;
  }
  div > h1 {
    text-align: left;
    font-size: 5vmax;
    line-height: 1.4;
    font-weight: 400;
    margin: 40px 40px;
  }
  .video {
    margin: 10%;
  }
  .responsive-iframe {
    width: 100%;
    height: 45vmax;
  }
  .video > h4 {
    font-weight: 500;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vmax;
    color: #626469;
  }
  .form {
    display: flex;
    flex-flow: row wrap;
    margin: 10%;
    padding: 10px;
  }
  .science button {
    background-color: black;
    color: white;
    margin-left: 30px;
    padding: 10px 20px;
    font-size: 1.8vmax;
    border: 0;
  }
  .science h1 {
    margin: 50px 10px 20px 80px;
  }
  .sciencetext {
    margin: 5% 10% 5% 20%;
    font-size: 2.5vmax;
    font-family: "Poppins", sans-serif;
  }
  .science img {
    box-sizing: border-box;
    margin: 2%;
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .donate1 > button{
    background-color: black;
    color: white;
    margin-left: 20%;
    padding: 10px 20px;
    font-size: 1.8vmax;
    border: 0;
  }
}
/* large devices */
@media (min-width: 721px) {
  .brand {
    font-size: 45px;
    text-align: left;
    position: relative;
    margin-top: 6px;
    margin-left: 15px;
  }
  .navbuttons1 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 25px;
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
  }
  .navbuttons {
    font-weight: 400;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Poppins", sans-serif;
    justify-content: flex-end;
  }
  .navbar button {
    background-color: black;
    color: white;
    margin-left: 30px;
    padding: 7px 20px;
    font-size: 20px;
    border: 0;
  }
  .item:hover {
    color: #7b7e85;
    cursor: pointer;
  }
  button:hover {
    opacity: 0.8;
  }
  .sidepanel,
  .navbar > span {
    display: none;
  }
  h3 {
    margin: 50px 100px;
    padding: 30px;
  }
  .words {
    font-size: 4vmax;
    margin: 10px 150px;
    font-family: "Poppins", sans-serif;
  }
  div > h1 {
    text-align: left;
    font-size: 3vmax;
    line-height: 1.2;
    font-weight: 500;
    margin: 40px 70px;
    width: 60%;
  }
  .video {
    margin: 5% 18%;
  }
  .responsive-iframe {
    width: 100%;
    height: 35vmax;
  }
  .video > h4 {
    font-weight: 500;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 1.7vmax;
    color: #626469;
  }
  .ontop {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    margin: 0;
    padding: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6vw;
    color: white;
    font-weight: 400;
  }
  .form {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 10%;
    padding: 10px;
    justify-content: center;
  }
  input {
    margin: 8px;
    padding: 15px 20px;
    border: 0;
  }
  .head1 {
    font-size: 4.5vmax;
    font-weight: 700;
  }
  .head2 {
    font-size: 3vmax;
  }
  .head3 {
    font-size: 1.5vmax;
    color: #e9eef8e7;
  }
  .science button {
    background-color: black;
    color: white;
    margin-left: 30px;
    padding: 10px 20px;
    font-size: 1.2vmax;
    border: 0;
  }
  .science h1 {
    margin: 30px 10px 20px 80px;
    font-size: 4vmax;
  }
  .sciencetext {
    margin: 0% 10% 0% 20%;
    font-size: 2vmax;
    font-family: "Poppins", sans-serif;
  }
  .science img {
    box-sizing: border-box;
    margin: 2%;
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .donate1{
    padding-top: 0;
  }
  .donate1 > button{
    background-color: black;
    color: white;
    margin-top: 0;
    margin-left: 20%;
    padding: 10px 20px;
    font-size: 1.8vmax;
    border: 0;
  }
  .center{
    width: 100%;
  }
  .footeritem{
    margin: 1%;
  }
  .footer{
    display: grid;
    grid-template-columns: 40% 60%;
    padding-bottom: 5%;
  }
  .brand1{
    font-family: "Amatic SC", cursive;
    padding: 10px;
    font-size: 5vmax;
    text-align: left;
    letter-spacing: 2px;
    
  }
  .rightfooter{
    display: grid;
    grid-template-rows: 40% 60%;
  }
  .donate2 > button{
    padding: 1% 1.5%;
    font-size: 1.1vmax;
    font-family: "Poppins", sans-serif;
    letter-spacing: 3px;
  }
  .leftfooter{
    font-size: 1.5vmax;
  }
  .footeritem1{
    margin-top: 5%;
  }
}
