/* 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 ****/
.wrapper {
	border: 5px solid #000;
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;	
	overflow: hidden;
	text-align: center;
}
.wrapper button {
	margin: 20px 0;
}
#boxes li {
	display: inline-block;
	background: red;
	height: 50px;
	width: 20px;
	margin-right: 30px;	
}
#boxes-02 li {
	display: inline-block;
	background: #F556BB;
	height: 50px;
	width: 20px;
	margin-right: 30px;	
}
.box {
	position: relative;	
}

