@charset "utf-8";
/* CSS Document */

/* Typography */
p { 
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
}

h1 {
	color: #5d5d5d;
	text-decoration: none;
	font-size: 25px;
	line-height: 35px;
	display: inline-block;
	font-weight: 600;
}

h2 { 
	font-size: 18px;
	font-weight: 600;
}

h3 { 
	font-size:16px;  
	margin-top:15px;
}

h4 {
	font-size:10px;
	font-weight: 200;
}

h5 {
	font-size:10px;
	font-style: italic;
	font-weight: normal;
}

h6 { 
	font-size:10px 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#5d5d5d;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#5d5d5d;
}
