@charset "UTF-8";
/* CSS Document */
/*Heading at the top of the landing page*/
h1 {
	color: #492365;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 4em;
	font-weight: 600;
	text-transform: uppercase;
}
h2 {
	color: #492365;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 600;
}
h3 {
	color: #492365;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
}
