body{
	margin:0px;
	padding:0px;
	font-family:Helvetica, sans-serif;
	text-align:center;
	background-color:#000;
    font-family: bebas-neue, sans-serif;
    
}
img{
	outline:none;
	border:none;
}
a{
    text-decoration: none;
}
    
.clear{
    clear: both;
}


#splash{
    background-image: url(../assets/splash/profile2.jpg);
    position: fixed;
    background-size: auto 25.3%;
    background-repeat: repeat;
	/*background-position: center;*/
    
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.links{
    position: fixed;
	bottom: 6vh;
	font-weight: bold;
	z-index:31;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    text-align: center;
}


.links a{
    color: yellow;
    display: inline;
    letter-spacing: 1px;
}

.links a img{
    height: 3vh
}


.bottomtext{
    width:100%;
    position: fixed;
	bottom: 1vh;
	font-weight: bold;
	font-size: 2vh;
	color: yellow;
	font-weight: 100;
	z-index:31;
    text-align: center;
    letter-spacing:1px;
}


.bottomtext a, .bottomtext a:visited{
    color: yellow
}

#centertext{
	color: yellow;
	width: 750px;
	height: 400px; 
	z-index:31;
	position: fixed;
  	top: 0;
  	bottom: 0;
	background:red;
}



.lines{
    color:yellow;
    position: fixed;
	text-align:center;
	width:100%;
	font-weight: 600;
    color: yellow;
}


#line1{
    letter-spacing: 1px;
	font-size:8vh;
    top: 1vh;    
}

#line2{
    letter-spacing: 2px;
	font-size:4vh;
	bottom: 21vh;
}

#line3{
	letter-spacing: 2px;
	font-size:3vh;
	bottom: 16vh;
}


#first-play-button-holder{
	position: fixed;
	top: 12vh;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 40vh;
        height: 192px;
        width: 48%;
        width: 154px;
        background: url(../assets/splash/appMain.jpg) center center no-repeat;
        background-size: cover;
}

#first-play-button-holder .ios-icon-mobile {
  position: absolute;
  bottom: 5%;
  left: 20%;
  height: 8vh;
}
#first-play-button-holder .ios-icon-mobile img {
  max-width: 100%;
  height: 100%;
}

#first-play-button-holder .android-icon-mobile {
  position: absolute;
  bottom: 5%;
  right: 20%;
  height: 8vh;
}
#first-play-button-holder .android-icon-mobile img{
  max-width: 100%;
  height: 100%;
}

#play{
    height: 40vh;
}


.share{
    position: fixed;
	bottom: 12vh;
    left: 50%;
    transform: translate(-50%, 0%);
	font-weight: bold;
	font-size: 3vh;
	z-index:31;
    text-align: center;
}

.share p{
    color: yellow;
    display: inline;
}

.share a{
	margin-left: 10px;
    color: yellow;
    display: inline;
}

.share a img{
    height: 3vh
}

