/* 
    Document   : Parallex
    Created on : Mar 3, 2016, 8:20:59 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


#ParaSlide1 {
	margin: 0 0;
	}
#ParaSlide1 h1 {
  font-size: 40px !important;
  line-height: 44px !important;
  color: #ffffff;
  font-weight: 400;
  margin: 0 10% 25px 10% !important;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }
#ParaSlide1 p {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 10%;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }


.Pslide {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
	overflow: hidden;
}

.Pslide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.Pslide, .Pslide:before {
  background: 50% 50% / cover;  
}

#title1 {
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../images/BeBig-P1.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 100px 0;
}

#title2 {
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../images/GetBig-P1.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 100px 0;
}

#title3 {
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../images/Partners-P1.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 100px 0;
}




@media screen and (max-width: 850px) {
#ParaSlide1 h1 {
  font-size: 32px !important;
  line-height: 32px !important;
  }
}


