p{
	font-family: 'Raleway', sans-serif;
	color:white;
}
body,html
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
}

img{
	transition: all 0.5s;
}
.mainContainer{
	perspective: 1px;
 	transform-style: preserve-3d;
	height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.contentContainer {
  display: block;
  position: relative;
  background-color: white;
  z-index: 1;
}

.centercontainer{
	position: absolute;
	width: 150%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%) scale(0.523857);
	height:auto;
	min-height: 100%
}

.imagecontainer{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}

.logo{
	position: absolute;
	max-width: 100%;
	left:50%;
	top:35%;
	transform: translate(-50%,-50%);
	height:auto;
}

.screenshot{
	max-width: 20%;
	height:auto;
	margin: 2%;
}

.screenshot:hover{
	transform: scale(1.2) translate(0px, -5px);
}

.header{
	 width: auto;
	 height:100%;
	 background-size: 100% auto;
	 position: relative;
     background-image: url('HeaderImage.png');
     background-attachment: inherit;
     background-position: top;
     background-repeat: no-repeat;
}

.centered{
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: 3px;
	font-size: 8vw;
	color: white;
}
.funPic:hover{
	transform: scale(1.1) rotate(10deg) translate(0px, -20px);
}

.parallax1{
 /* The image used */
    background-image: url("GoogleHeader.png");
    /* Full height */
   height: 100vw;
 
}

.parallax2{
 /* The image used */
    background-image: url("AlphaFootage.png");
    /* Full height */
    height: 80vw;
}

.parallax3{
 /* The image used */
    background-image: url("StadiumLeaderboard.png");
    /* Full height */
    height: 75%;
}

.parallax1, .parallax2, .parallax0, .parallax3{
  /* Create the parallax scrolling effect */
  	position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax0{
 /* The image used */
    background-image: url("GoogleHeader.png");
    /* Full height */
 	height: 100vh;
}	

.overlay {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caption{
	position: absolute;
	width: 150%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%) scale(0.523857);
	height:auto;
	min-height: 100%


	width: 100%;
	text-align: center;
	letter-spacing: 10px;
	padding: 18px;
}

.secondParagraph{
	position: relative;
	left: 0;
	top: 20%;
	width: 100%;
	text-align: center;
	color: white;
	padding: 18px;
}

.downloadParagraph, .subscribeParagraph{
	position: relative;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 18px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#download-button {
	position: absolute;
	top: 90%;
	left: 30%;
	transform: translate(-50%,-50%);
}
#signup-button {
	position: absolute;
	top: 90%;
	left: 70%;
	transform: translate(-50%,-50%);
}
