.heroBackground {
  background-image: url("./images/narutomap.png");
  height: 95vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
}
.firstSectionBackground {
  background-color: rgba(0, 0, 0, 0.7);
  width: 40%;
}
.greenHeading {
  color: #63ee60;
}
.homeBackground {
  background-color: black;
}
.footerBackground {
  background-color: #131313;
}

.headingStyle {
  font-weight: 400;
  font-family: "Black Ops One", cursive;
  color: #ffffff;
  text-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
}
.paraStyle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.aboutUsBackground {
  background-image: url("./images/aboutus_Hero.svg");
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clipPathBackground {
  background-color: black;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  height: 4.5rem;
  margin-top: -4.5rem;
}

.stickmanRevolutionSectionOne {
  width: 46rem;
}
.stickmanRevolutionSectionTwo {
  width: 26rem;
}

.coreTeamText {
  color: rgba(0, 0, 0, 0.7);
}
.borderRounded {
  border-radius: 6px;
}

@media only screen and (min-width: 480px) and (max-width: 1200px) {
  .firstSectionBackground {
    background-color: rgba(0, 0, 0, 0.7);
    width: 70%;
  }
  .myDIV {
    margin-top: 20px;
    background-color: #000000;
  }
  .belowSectionWidth {
    width: 90%;
  }
  .buttonStyle {
    border: none;
  }
  .buttonStyle:focus {
    border: none;
    outline: none;
  }
  .borderBottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .heroBackground {
    background-image: url("./images/narutomap.png");
    height: 89vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .firstSectionBackground {
    background-color: rgba(0, 0, 0, 0.7);
    width: 90%;
  }
  .belowSectionWidth {
    width: 90%;
  }
  .aboutUsBackground {
    background-image: url("./images/aboutus_Hero.svg");
    /* width: 360px; */
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 2rem; */
  }
  .clipPathBackground {
    background-color: black;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    height: 2.5rem;
    margin-top: -1.5rem;
    /* z-index: 1; */
  }
  .stickmanRevolutionSectionThree {
    width: 21rem;
  }
  .myDIV {
    margin-top: 20px;
    background-color: #000000;
  }

  .buttonStyle {
    border: none;
  }
  .buttonStyle:focus {
    border: none;
    outline: none;
  }
  .borderBottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
