/* CSS Document */
body {
font-family: 'Raleway', sans-serif;	
background:#D2F7FF;
}
.main-wrapper {
	margin: 0 auto;	
}
header {
	position: relative;
	z-index: 5;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);	
	background: #fff;
}
/**** TYPOGRAPHY ****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;	
}
h1 {
	text-transform: uppercase;
	padding: 1em;
	color: #333;
}
h1 span {
	color: #B7B7B7;	
	font-weight: 400;
}
p{}
/**** CONTENT ****/
#scale-trigger {
	margin-top: 200px;
	background: #E9BE9E;	
	height: 350px;
}
#bg-trigger {
	background: #000;	
	height: 350px;
}
#yoyo-trigger {
	background: #50F5C9;	
	height: 350px;
}