h1,h2,h3,h4,h5 {
	font-family: 'Lato', Arial,sans-serif;
	letter-spacing: -0.02em;
font-weight: 300;
	
}

h1 {
	font-size: 	350%;
	line-height: 100%;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 300%;
    line-height: 100%;
}

h3 {
	font-size: 200%;
	line-height: 120%;
}

h4 {
	font-size: 150%;
	line-height: 120%;
}

h5 {
	font-size: 120%;
	line-height: 100%;
margin-top: -20px;
}

h6 {
	font-size: 115%;
	line-height: 130%;
}	
	
li a:link {
	color: #fff;
	text-decoration: none;
}

li a:visited {
	color: #fff;
	text-decoration: none;
}

li a:hover {
	color: #fff;
	text-decoration: none;
}

fieldset {
border: 0;
}

@media screen and (max-width: 480px) {
h1 {
font-size: 200%;
}
h2 {
font-size: 150%;
}
}