/**
 * fullPage 2.1.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */


.fp-section {
	position: relative;
	z-index: 1;
}

.fp-scrollable {
    overflow: scroll;
}
.fp-easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section
{
    text-align: center;
    height:100%;
}
#section0
{
    text-align: center;
    height:100%;
}
#section1
{
    text-align: center;
    height:100%;
}