/* 
    Document   : BigImpactGroup
    Created on : Apr. 17, 2023, 10:17:13 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#Hero {
  position: relative;
  margin: 0;
  }

.Overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  }
#Hero .Overlay p {
  font-size: 70px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-shadow: 0 0 10px #000;
  }

.Impact {
  }
#Content .Impact ul {
  list-style-position: outside;
   margin: 0 0 10px 15px;
  }

.BIG {
  display: flex;
  gap: 0 30px;
  margin: 0 0 20px 0;
  }

.Bsecond {
  flex-direction: row-reverse;
  }

.BIGtext {
  width: 50%;
  }
.BIGtext p span {
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #0ace7c;
   margin: 0 0 5px 0;
  }

.BIGphoto {
  width: 50%;
  }



/**********************************************/
/* Bottom Styles                           */
/**********************************************/

.TagIt {
  background: #044f30;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  }
.TagIt h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  }
.TagIt a {
  color: #fff;
  }


@media screen and (max-width: 1100px) {
#Hero .Overlay p {
  font-size: 50px;
  margin: 0;
  }
}
@media screen and (max-width: 800px) {
.BIG {
  display: block;
  }
.BIGtext {
  width: 100%;
  }
.BIGphoto {
  width: 100%;
  }
}
@media screen and (max-width: 690px) {
.Overlay {
  position: static;
  margin: 0 0 0 5%;
  }
#Hero .Overlay p {
  font-size: 40px;
  color: #000;
  text-shadow: none;
  }
}
