h1{
	font-family: 'Lato', serif;
	font-weight:300;
	font-size:85px;
	line-height:90px;
	margin-bottom:32px;
	color:#000000;
	text-transform:lowercase;
}
.reverse-text h1{
	color:#FFFFFF;
}

h2{
	font-family: 'Lato', serif;
	font-weight:300;
	color:#000000;
	text-transform:lowercase;
}
.reverse-text h2{
	color:#FFFFFF;
}

h3{
	font-family: 'Lato', serif;
	font-weight:700;
	font-size:30px;
	line-height:30px;
	margin-bottom:10px;
}

h4{}

h5{}

h6{}

body,
p{
	font-family: 'Lato', serif;
	font-weight:300;
	font-size:28px;
	line-height:32px;
	color:#000000;
	margin:0 0 8pt;
}
.reverse-text p{
	color:#FFFFFF;
}

@media all and (max-width:800px){
	h1{
		font-size: 50px;
		line-height: 50px;
	}
}