.donatemain {
  background-image: url('../images/donatebg.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.heading {
  height: 10vh;
  margin-bottom: 20px;
}

.menu-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.menu-button.w--open {
  background-color: #000;
}

.adminlink {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.container {
  background-color: #fff0;
  max-width: 100%;
  height: 6vh;
  margin-left: 0;
  margin-right: 0;
}

.lottie-animation-2 {
  z-index: 99;
  height: 6vh;
  display: block;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 6vh;
  display: flex;
}

.donate {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #cb6ce6;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.nav-menu {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
}

.brand {
  background-image: url('../images/Logo_White_1Logo_White.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 47%;
  margin-right: auto;
  display: flex;
}

.navlinkall {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.section {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 72px;
}

.div-block {
  background-color: #ffffffe3;
  border-radius: 10px;
  width: 50%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.donateemail {
  color: #000;
  border: 1px solid #999;
  border-radius: 5px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.donatebtn {
  background-color: #cb6ce6;
  width: 40%;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.donateamount, .donatename {
  color: #000;
  border: 1px solid #999;
  border-radius: 5px;
  font-family: Exo, sans-serif;
}

.donateblock {
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  max-width: 100%;
  height: 50%;
}

.closedonate {
  float: right;
  vertical-align: baseline;
  max-width: 3%;
  margin-top: 5px;
  margin-right: 5px;
  display: block;
}

.donateform {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-copy {
  background-color: #ffffffe3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.donate-form {
  width: 50%;
}

.donatediv {
  background-color: #ffffffe3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .adminlink {
    font-size: 16px;
  }

  .container {
    height: 50px;
    margin-left: 0;
  }

  .lottie-animation-2 {
    float: right;
    height: 6vh;
    position: relative;
  }

  .navbar {
    position: static;
  }

  .donate {
    font-size: 16px;
  }

  .nav-menu {
    margin-top: 6vh;
    margin-right: 0;
  }

  .brand {
    width: 80px;
    height: 80px;
    margin-top: 5px;
  }

  .navlinkall {
    font-size: 16px;
  }

  .div-block-copy, .donate-form {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .adminlink {
    font-size: 14px;
  }

  .container {
    height: 50px;
  }

  .lottie-animation-2 {
    height: 6vh;
    margin-right: 0;
  }

  .donate {
    font-size: 14px;
  }

  .nav-menu {
    margin-top: 6vh;
  }

  .brand {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 43%;
  }

  .navlinkall {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .closedonate {
    max-width: 10%;
  }

  .donatediv {
    width: 80%;
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    height: 40px;
  }

  .lottie-animation-2, .navbar {
    height: 5vh;
  }

  .nav-menu {
    margin-top: 5vh;
  }

  .brand {
    margin-left: 40%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-6 {
    font-size: 14px;
  }

  .donateblock {
    width: 100%;
  }

  .donateform, .div-block-copy, .donate-form {
    width: 90%;
  }

  .donatediv {
    width: 90%;
    height: 400px;
  }
}


