body {
	overflow: hidden!important;
	margin: 0;
	padding: 0;
}
#wrap{
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	background: transparent;
	z-index: 300;
	overflow-y: hidden;
	padding-top: 0px;
}
.wrap-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: transparent;
}
.wrap{
	margin: 0 auto;
	position: relative;
	padding: 0px 0 20px 0;
	z-index: 300;
}

#section0 {
	background-image: url('../img/eaf-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-size: cover;
}
.section{
	text-align:center;
	 height: 100%;
	 width:100%;
}
#fullpage { height: 100%; position: fixed; z-index: 100; width: 100%;}



.wrap{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
	width: 100%;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
.logo-bg {
	display: block;
	background: #0094df;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
.enter {
	position: fixed;
	bottom: 14px;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	z-index: 200;
	cursor: pointer;
}
.enter img {
	width: 100%;
}
.logo-bg img {
	width: 100%;
	max-width: 70%;
	height: auto;
}

@media (min-width: 481px) {
	.enter {
		position: fixed;
		bottom: 14px;
		width: 30px;
		height: 30px;
		left: 50%;
		margin-left: -15px;
		z-index: 200;
	}
	.enter img {
		width: 100%;
	}
	.logo-bg img {
		width: 100%;
		max-width: 60%;
		height: auto;
	}
}

@media (min-width: 680px) {
	.enter {
		position: fixed;
		bottom: 20px;
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		z-index: 200;
	}
	.enter img {
		width: 100%;
	}

	.logo-bg img {
		width: 100%;
		max-width: 240px;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.enter {
		position: fixed;
		bottom: 20px;
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		z-index: 200;
	}
	.enter img {
		width: 100%;
	}
	.logo-bg img {
		width: 100%;
		max-width: 280px;
		height: auto;
	}
}