/* 
    Document   : BeBigNow
    Created on : Oct. 25, 2023, 9:34:07 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


#main {
  background: #000;
  color: #fff;
  }

#Hero {
  position: relative;
  margin: 0;
  background: #000;
  }
#Hero a {
  background: #00fc87;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  }

.Overlay {
  position: static;
  margin: -100px 5% 10px 5%;
  }
#Hero .Overlay p {
  font-size: 70px;
  line-height: 1.25em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  margin: 10px 0 0 0;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  }
#Hero .Overlay p span {
  color: #00fc87;
  }
#Hero .Overlay p.Sub {
  font-size: 28px;
  margin: 0 0 20px 0;
  text-shadow: 0 0 10px #000;
  text-transform: none;
  }


/**********************************************/
/* Little Time Styles                         */
/**********************************************/

.LittleTime {
  display: flex;
  }

.LTtext {
  width: 35%;
  margin: 30px 0 0 5%;
  }
.LTtext h2 {
  font-size: 72px;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px 0;
  }
.LTtext p {
  font-size: 26px;
  line-height: 1.2em;
  }
.LTtext a {
  display: inline-block;
  background: #00fc87;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  font-weight: 400;
  margin: 10px 0;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  }
.LTtext a:hover {
  background: #bfbfbf;
  }

.LTphoto {
  width: 60%;
  }
.LTphoto img {
  display: block;
  border: 0;
  }


/**********************************************/
/* Share Moment Styles                        */
/**********************************************/

.ShareMoment {
  display: flex;
  flex-direction: row-reverse;
  }

.SMtext {
  width: 40%;
  margin: 30px 5% 0 10%;
  }
.SMtext h2 {
  font-size: 72px;
  background: url(../images/bgHshare.jpg) top right no-repeat;
  background-size: 140px;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px 0;
  }
.SMtext h2 span {
  display: block;
  }
.SMtext p {
  font-size: 26px;
  line-height: 1.2em;
  }
.SMtext p span {
  color: #00fc87;
  }
.SMtext a {
  color: #00fc87;
  }
.SMtext a:hover {
  color: #bfbfbf;
  }

.SMphoto {
  width: 45%;
  }
.SMphoto img {
  display: block;
  border: 0;
  }


/**********************************************/
/* Million Styles                             */
/**********************************************/

.Million {
  margin: 30px 5%;
  }
.Million h2 {
  font-size: 72px;
  background: url(../images/bgHmillion.jpg) top right no-repeat;
  background-size: 450px;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
  padding: 20px 0;
  margin: 0 0 20px 0;
  }

.Mphotos li {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 2% 20px 0;
  }
.Mphotos li:nth-child(3n+3) {
  margin: 0 0 20px 0;
  }
/*.Mphotos li a {
  display: block;
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,.3);
  bottom: 0;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 4em;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  }
.Mphotos li a svg {
  float: right;
  font-size: 100px;
  line-height: 1em;
  color: #00fc87;
  }*/



/**********************************************/
/* Donate Now Styles                          */
/**********************************************/

.DonateNow {
  margin: 30px 10%;
  text-align: center;
  }

.DNtext h2 {
  font-size: 72px;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px 0;
  }
.DNtext p {
  font-size: 26px;
  line-height: 1.2em;
  }

.DNtext a {
  display: inline-block;
  background: #00fc87;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  font-weight: 400;
  margin: 10px 0;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  }
.DNtext a:hover {
  background: #bfbfbf;
  }



.BotBars {
  background: #000 url(../images/3Bars-Horz.png) repeat-x;
  height: 15px;
  }


@media screen and (max-width: 1400px) {
.LTtext {
  margin: 0 0 0 5%;
  }
.SMtext {
  margin: 10px 5% 0 10%;
  }
.Million h2 span {
  display: block;
  }
}
@media screen and (max-width: 1220px) {
.LTtext h2 {
  font-size: 50px;
  }
.LTtext p {
  font-size: 18px;
  }
.SMtext h2 {
  font-size: 50px;
  background-size: 90px;
  }
.SMtext p {
  font-size: 18px;
  }
.Million h2 {
  font-size: 50px;
  }
.Million p {
  font-size: 18px;
  }
.DNtext h2 {
  font-size: 50px;
  }
.DNtext p {
  font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
#Hero .Overlay p {
  font-size: 50px;
  margin: 0;
  }
#Hero .Overlay p.Sub {
  font-size: 20px;
  }
/*.Mphotos li a svg {
  font-size: 70px;
  line-height: 1em;
  }
.Mphotos li a {
  font-size: 20px;
  line-height: 3em;
  }*/
}
@media screen and (max-width: 850px) {
.LTtext h2 {
  font-size: 40px;
  }
.SMtext h2 {
  font-size: 40px;
  background-size: 80px;
  }
.Million h2 {
  font-size: 40px;
  }
.DNtext h2 {
  font-size: 40px;
  }
/*.Mphotos li a svg {
  font-size: 40px;
  line-height: 1em;
  }
.Mphotos li a {
  font-size: 18px;
  line-height: 3em;
  padding: 10px;
  }*/
}
@media screen and (max-width: 690px) {
.Overlay {
  position: static;
  margin: 0 0 0 5%;
  }
#Hero .Overlay p {
  font-size: 40px;
  text-shadow: none;
  }
.LittleTime {
  display: block;
  }
.LTtext {
  width: 90%;
  margin: 30px 5% 0 5%;
  }
.LTphoto {
  width: 100%;
  }
.ShareMoment {
  display: block;
  }
.SMtext {
  width: 90%;
  margin: 30px 5% 0 5%;
  }
.SMphoto {
  width: 100%;
  }
.Mphotos li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
.Million h2 {
  background-size: 375px;
  padding: 50px 0 20px 0;
  }
}
