body {
	background-color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	;
	font-weight: 400;
	color: #333;
	font-size: 45px;
}


/* Paragraph & Typographic */
p {
	*line-height: 28px;
	margin-bottom: 25px;
	font-size: 16px;
}

.centered {
	text-align: justify;
}

/* Links */
a {
	color: #000;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
	font-weight: normal;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.logo {
	text-align: center;
	margin-top: 0px;
	width: 300px;
}

h1 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.w {
	margin-top: 5px;
}
.w i {
	font-size: 26px;
	padding: 12px;
}
