
body {
	background-image: url(../images/Foxygen_Palm_Logo.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 86px;
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.phantom-container {
	margin-top: 82px;
	position: relative;
	z-index: -1000;
	opacity: 0;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.phantom-image {
	width: 100%;
}

.primary-container {
	/*margin-top: 420px;*/
	background-color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 10px #0003;
}



@media only screen and (max-width: 1068px) {
	.phantom-container {
		margin-top: 132px;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	
	body {
		background-position: 0 136px;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
}