@charset "UTF-8";
/* 	CSS Document 
	Rove McManus www.rove.com.au
	Version 2.0
	Website by Topfive Designs www.topfive.com.au
	Last updated 21/03/2016
*/


html, body {
    height:100%;
} 


h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 48px !important;
	font-weight: 500;
	margin-bottom: 50px !important;
}

p {
	font-size: 20px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p.sml { font-size: 14px !important;}

i { width: 50px; }
.icon { width: 20px; margin-right: 30px; }
a { color: #ffffff !important; }
.divider { width: 100%; height: 30px; clear: both;}

@media (max-width: 767px) {
	.mobilehide { display: none; }	
}

@media (min-width: 991px) {
	.anchor { position: fixed; bottom: 0; }
}