@font-face {
    font-family: "AvenirNext Regular";
    src: url(/fonts/AvenirNext-Regular.ttf);
}
@font-face {
    font-family: "Orbit";
    src: url(/fonts/Orbit-Bold.woff);
}
html{
	min-height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
body{
	-webkit-transform-style: preserve-3d;
 	-moz-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
  	-o-transform-style: preserve-3d;
  	transform-style: preserve-3d;
  	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: url("../images/bg.jpeg");
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
}
h1{
	font-size: 50px;
	font-family: "Orbit";
	color: #ffffff;
}
#ghostButton{
	width: 300px;
	max-width: 60%;
	margin: 0 auto;
	margin-top: 40px;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	display: block;
	text-align: center;
	line-height: 53px;
	font-size: 26px;
	font-family: "Avenir Next", "AvenirNext Regular", Arial;
	font-weight: 400;
	margin-bottom: 10px;
}
#ghostButton:hover{
	background-color: #ffffff;
	color: #B2B7B3;
}
#appIcon{
	width: 280px;
	max-width: 55vw;
	height: 280px;
	max-height: 55vw;
	margin: 0 auto;
	display:block;
	border-radius: 22.5%;
	margin-top: 10px;
}
#content{
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	margin: 0 5%;
}
#leftSection{
	float: left;
	text-align: center;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45%;
	margin: 0;
	margin-left: 5%;
}
#rightSection{
	float: left;
	text-align: center;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45%;
	margin: 0;
	margin-left: 50%;
}
#leftSection p{
	width: 300px;
	margin: 0 auto;
	color: #ffffff;
	margin-top: 30px;
	font-size: 16px;
	font-family: "Avenir Next", "AvenirNext Regular", Arial;
	font-weight: 400;
}
#previewSection{
	width: 300px;
	max-width: 80%;
	margin: 0 auto;
}
#previewSection img{
	width: 100%;
}
#ghostButtonRightSection{
	display: none;
	width: 300px;
	max-width: 60%;
	margin: 0 auto;
	margin-top: 40px;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 53px;
	font-size: 26px;
	font-family: "Avenir Next", "AvenirNext Regular", Arial;
	font-weight: 400;
	margin-bottom: 10px;
}
#ghostButtonRightSection:hover{
	background-color: #ffffff;
	color: #B2B7B3;
}
@media(max-width: 720px){
	#rightSection{
		width: 90%;
		margin-left: 5%;
		top: 0;
		position: relative;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#leftSection{
		width: 90%;
		margin-left: 5%;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 50px;
		position: relative;
	}
	#ghostButton{
		display: none;
	}
	#ghostButtonRightSection{
		display: block;
	}
	html{
		background-attachment: scroll;
	}
}