/* 
    Document   : Parallex
    Created on : Mar 3, 2016, 8:20:59 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


html {
  height: 100%;
  overflow: hidden;
}

body {
	perspective: 1px;
	transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  }


#ParaSlide1:before {
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}

#ParaSlide1 {
	margin: 0 0;
	}
#ParaSlide1 h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  color: #ffffff;
	font-weight: 700 !important;
  margin: 0 0 15px 0 !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  letter-spacing: .1em;
  }
#ParaSlide1 p {
	font-size: 32px;
	line-height: 32px;
  color: #ffffff;
	margin: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }


.Pslide {
  position: relative;
  background-color: #333;
  padding: 0;
  min-height: 10vh;
  width: 100vw;
  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;
}


#title1 {
  background-image: url(../images/bgPara01.jpg);
  background-repeat: no-repeat;
   background-attachment: fixed;
	 background-position: center;
	 padding: 100px 0;
}

#title2 {
  background-image: url(../images/bgPara02.jpg);
  background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
   padding: 100px 0;
}

#title3 {
  background-image: url(../images/bgPara03.jpg);
  background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: #333;
   background-position: center;
   background-repeat: no-repeat;
   padding: 300px 0;
}


@media screen and (max-width: 1330px) {
#title3 {
  background-size: 100%;
   padding: 200px 0;
  }
}
@media screen and (max-width: 935px) {
#title3 {
  background-size: 100%;
   padding: 100px 0;
  }
}
@media screen and (max-width: 470px) {
#title3 {
  background-size: 100%;
   padding: 50px 0;
  }
}


@media screen and (max-width: 850px) {
#ParaSlide1 h1 {
  font-size: 20px !important;
  line-height: 20px !important;
  }
#ParaSlide1 p {
	font-size: 16px;
	line-height: 16px;
  }
}


