/* 
    Document   : BigOfYear
    Created on : Feb. 16, 2024, 10:14:10 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


.Overlay {
  top: auto;
  bottom: 20px;
  left: 20%;
  width: 60%;
  }
#Hero .Overlay p {
  font-size: 28px;
  }

#Content {
  display: none;
  }

.Boy {
  padding: 50px 0 30px 0;
  }

.BoyPhoto {
  float: left;
  width: 48%;
  background: #000;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  }
.BoyPhoto2 {
  float: right;
  }
.BoyPhoto img {
  display: block;
  border: 0;
  width: 100%;
  }
.BoyPhoto a {
  display: block;
  position: relative;
  text-decoration: none;
  }
.BoyPhoto a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  color: rgba(255,255,255,.7);
  }
.BoyPhoto a:hover svg {
  color: #c91426;
  }

.BoyTitle {
  width: 100%;
  }
.BoyTitle h2 {
  text-align: center;
  color: #000;
  font-weight: 700;
  margin: 20px 0;
  }

.BoyText {
  padding: 0 0 30px 0;
  background: #fff;
  text-align: center;
  border-top: 10px solid #0ace7c;
  }
.BoyText h3 {
  color: #000;
  font-weight: 700;
  }

a.RCSbut {
  display: block;
  width: 275px;
  background: #0ace7c;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 20px auto;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  }
a.RCSbut:hover {
  background: #00fc87;
  }


.PrevBoy {
  background: #000;
  color: #fff;
  padding: 1px 0;
  }
.PrevBoy h1 {
  color: #fff;
  margin: 40px 0;
  text-align: center;
  }
.PrevBoy h2 {
  color: #0ace7c;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  }



.PBarea {
  display: flex;
  }

.PBstory {
  float: left;
  width: 33.33333333333333%;
  background: #000;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  }
.PBstory h3 {
  text-align: center;
  padding: 5px;
  margin: 0;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  }
.PBstory img {
  display: block;
  border: 0;
  width: 100%;
  }
.PBstory a {
  display: block;
  position: relative;
  text-decoration: none;
  }
.PBstory a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  color: rgba(255,255,255,.7);
  }
.PBstory a:hover svg {
  color: #c91426;
  }

.PBtitle {
  float: left;
  width: 33.33333333333333%;
  background: #000;
  color: #fff;
  padding: 10px 20px 0 20px;
  text-align: center;
  box-sizing: border-box;
  }
.PBtitle h2 {
  text-align: center;
  font-size: 65px;
  line-height: 1.2em;
  color: #0ace7c;
  font-weight: bold;
  margin: 0 0 20px 0;
  }
.PBtitle a {
  display: inline-block;
  background: #0ace7c;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  }
.PBtitle a:hover {
  background: #00fc87;
  }


/**********************************************/
/* Mission Statement Styles                   */
/**********************************************/

.HomeMission {
	position: relative;
	clear: both;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.1)), url(../images/Mission3a4f0.jpg?v=0);
	background-position: center center;
	background-size: cover;
	margin: 50px 0 0 0;
	padding: 50px 0;
	overflow: hidden;
	}

.HMtext {
  width: 50%;
  }

.HomeMission h2 {
  font-size: 36px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 .5em 0; /* 20px / 36px */
  }
.HomeMission p {
  font-size: 20px; /* 18px / 16px */
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 30px 0;
  }
.HomeMission a {
  display: inline-block;
  background: #00fc87;
  font-size: 26px;
  line-height: 1.2em;
  color: #000;
  margin: 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  }
.HomeMission a:hover {
  background: #bfbfbf;
  }

/**********************************************/
/* Read More Styles                           */
/**********************************************/

.hidden {
  display:none;
  }
.hidden2 {
  display:none;
  }

.ReadLink {
  margin: 20px 0 30px 0;
  }
.ReadLink a {
  background: #044f30;
  color: #fff;
  text-decoration: none;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  border-radius: 10px;
  }
.ReadLink a:hover {
  background: #000;
  }

@media screen and (max-width: 1270px) {
#Hero .Overlay p {
  margin: 0;
  }
}
@media screen and (max-width: 1140px) {
.Overlay {
  left: 5%;
  width: 90%;
  }
}
@media screen and (max-width: 1000px) {
#Hero {
  padding: 100px 0 0 0;
  background: #000;
  }
#Hero .Overlay p {
  font-size: 22px;
  }
}
@media screen and (max-width: 950px) {
.PBstory h3 {
  position: static;
  }
.BoyTitle h2 {
  font-size: 20px;
  text-transform: none;
  }
.PBtitle h2 {
  font-size: 36px;
  text-transform: none;
  }
}
@media screen and (max-width: 930px) {
.HMtext {
  width: 75%;
  }
}
@media screen and (max-width: 800px) {
#Hero .Overlay p {
  font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
.Boy {
  flex-flow: row wrap;
  }
.BoyPhoto {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
.BoyTitle {
  float: none;
  width: 100%;
  padding: 10px 10px 20px 10px;
  order: 1;
  }
.BoyText {
  padding: 0 0 30px 0;
  }
.PBarea {
  flex-flow: row wrap;
  }
.PrevBoy {
  flex-flow: row wrap;
  }
.PBstory {
  float: none;
  width: 100%;
  order: 2;
  }
.PBtitle {
  float: none;
  width: 100%;
  order: 1;
  }
}
@media screen and (max-width: 690px) {
.Overlay {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  }
#Hero .Overlay p {
  color: #fff;
  }
}
@media screen and (max-width: 600px) {
.BoyText {
  background: #fff;
  padding: 0 0 30px 0;
  }
.HomeMission p {
  font-size: 16px;
  }
#Hero {
  padding: 0;
  }
}
@media screen and (max-width: 400px) {
.HomeMission h1 {
  letter-spacing: .3em;
  }
}
