/* Global */
html, body {
	height: 100%;
	width: 100%;
}


body {
	
	font-family: 'Leckerli One', cursive;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
    text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;
	background: #CCC;



}

.loading {
    background: #000;
	color: #fff;
}
section {
	height: 100%;
    opacity: 0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition: opacity .6s;
}
.loaded section {
    opacity: 1;
}





/* General Slides */ 

.slide {
	width:100%;
	height: 100%;
	position: relative;
	/*height: 100%;*/
	/*padding-top: 200px;*/
	border-bottom: 1px solid #ddd;
}

#sloganbox {
	background-color: transparent;
	display: block;
	height: 100%;
	position: relative;
}

#slogancontainer {
	position: absolute;
	top: 45%;
	display: blocK;
	height: 130px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	z-index: 1;
	text-align: center;
}

.sloganwhite {
	 color: rgb(96,108,136);
	 font-size: 3em;
	 line-height: 1em;
}

.sloganblue {
	font-family: 'Gloria Hallelujah', cursive;
	line-height: 1em;
	font-size: 2em;
}
