@font-face {
    font-family: turtleFont;
    src: url("fonts/Turtle-Regular.ttf");
}

body { 
	margin: 0px;
	padding: 0px;
	font-family: turtleFont, Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	background-color: #FFF;
}
	
img {
	border: 0px;
}
	
#container{
	width: 950px;
	height: 2900px;
	margin: 0 auto;
	position: relative;
}

#support{
	text-align: right;
	font-size: 20px;
	padding-right: 10px;
}

.backgroundImage{
	width: 100%;
	height: 2800px;
	position: absolute;
	top: 400px;
	left: 0;
	z-index: -1;
}

.footerImage{
	width: 100%;
	height: 255px;
	position: absolute;
	top: 3200px;
}
	
.header{
	background-image: url("images/header.svg");
	background-repeat: repeat-x;
	height:514px;
}
	
.buttons{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: center;
}
	
.storebutton{
	width: 300px;
	margin-left: 25px;
	margin-right: 25px;
	border: 0px;
}

.socialbutton{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 0px;
}
	
.center{
	text-align: center;
}
	
.screenshots{
	text-align: center;
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer{
	height: 250px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.gif{
	height: 340px;
	vertical-align: middle;
}

p{
	font-size: 50px;
	vertical-align: top;
	-webkit-text-stroke: 1px #FFF;
	color: black;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

h1{
	font-size: 40px;
	vertical-align: top;
	margin-top: 0px;
	-webkit-text-stroke: 1px #000;
	color: #ffb400;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

h2{
	font-size: 30px;
	vertical-align: top;
	margin-top: 0px;
	color: black;
	letter-spacing: 1px;
}

.img {
	position: absolute;
    height: auto;
    width: 100%;
    float: center;
    text-align: center;
}