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

html {
	background:#231f20;
	color:#d9d1ca;
}
body, p, ul {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	line-height:1.7em;
	color:#d9d1ca;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:#d9d1ca;
	line-height:1.3em;
}
h1 {
	font-size:32px;	
	color:#a675b3;
}
h2 {
	font-size:28px;
	line-height:1.5em;
}
.lead {
	font-size:18px;		
}
a:link, a:visited {
	color:#a675b3;
	text-decoration:none;
}
a:active, a:hover {
	color:#CF7EE7;
	text-decoration:underline;
}
.footer {
	color:#a675b3;
	font-size:18px;
	letter-spacing:2px;	
}