/* CSS Document */
html {
	background-color:rgba(175,220,222,1);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;	
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

a {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 20px;
}

#main_menu {
	width: 85%;
	margin: 0 auto;
	padding: 0;
}

#main_menu li {
	background-image: url(../images/step.png);
	display: block;
	width: 100%;
	height: 200px;
	background-size:cover;
	background-repeat: no-repeat;	
}

h1 {
	padding: 0;
	margin: 0;
	font-family: 'great_vibesregular', cursive;
	font-weight:normal;
	color: #D62027;
	font-size: 6em;
	width: 100%;
	text-align:center;
}

#main_menu h1 {
	padding-top: 70px;
	color: rgb(254,215,40);
}

#top_logo {
	display: block; 
	width: 40%; 
	margin: 0 auto;
}

h2 {
	padding: 0;
	margin: 0;
	font-family: 'great_vibesregular', cursive;
	font-weight:normal;
	color: #D62027;
	font-size: 4em;
	width: 100%;
	text-align:center;
	margin-bottom: 20px;
}

p {
	font-size: 3em;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	color: #333996;
	/*color: #006969;*/
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 20px;
}


@font-face {
	font-family: 'great_vibesregular';
	src: url('../fonts/greatvibes-regular-webfont.eot');
	src: url('../fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/greatvibes-regular-webfont.woff') format('woff'), url('../fonts/greatvibes-regular-webfont.ttf') format('truetype'), url('../fonts/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}