
body {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

header {
		background-image: url('/inc/img/background/star-wheel-melbourne.jpg');
	background-position: center center;
	background-size: cover;
	/* border-bottom: #DBDDDB 5px solid; */

	-webkit-box-shadow: inset 0px 0px 50px 25px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 50px 25px rgba(0, 0, 0, 0.5);

	display: block;
	height: 550px;
	padding: 25px 0;
}


header nav {
	margin: 15px 0;
}
header nav a {
	border-bottom: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}
header nav a.active {
	background: #BE4834;
}
header nav a:not(.active):hover {
	color: #BE4834;
}
header nav a.active:hover {
	background: #777;
	color: #fff;
}
header a.image {
	border-bottom: 0 none !important;
}

header #home-splash {
	background: rgba(0,0,0,0.75);
	margin: 125px -25px 0 -25px;
	padding: 40px 50px 25px 25px;
}
header #home-splash h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
header #home-splash h1.subheader {
	color: #BE4834;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0;
}

a#menu-icon {
	display: none;
}

@media screen and (max-width: 799px) {
	header {
		padding: 0;
	}
	header #top {
		background: #BE4834;
		padding: 10px 0;
	}
	header #top a.image img {
		height: 45px;
	}

	a#menu-icon {
		color: #fff;
		display: block !important;
		padding: 10px 20px 15px 10px;
		position: absolute;
		right: 20px;
		text-transform: uppercase;
		z-index: 90;

		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	/* Hide nav */
	nav#site-nav {
		background: #fff;
		border: #f2f2f2 1px solid;
		border-top: 0 none;
		-webkit-box-shadow: 2px 2px 5px 1px rgba(150, 150, 150, 0.2);
		box-shadow: 2px 2px 5px 1px rgba(150, 150, 150, 0.2);
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 99;
	}
	nav#site-nav a {
		border-top: #f2f2f2 1px solid;
		color: #777;
		display: block !important;
		margin: 0;
		padding: 20px 10px;

		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	nav#site-nav a:first-child {
	}
	nav#site-nav a:hover {
		background: #777;
		color: #fff;
	}
	nav#site-nav a.active {
		background: #BE4834;
		color: #fff !important;
	}

	header {
		background: 0 none;
		background-image: '';
		-webkit-box-shadow: inset 0px 0px 50px 25px rgba(255,255,255,1);
		box-shadow: inset 0px 0px 50px 25px rgba(255,255,255,1);
		height: auto;
		padding: 0 0;
	}
	header #home-splash {
		background: 0 none;
		margin: 0;
		padding: 40px 10px;
	}
	header #home-splash h1 {
		color: #777;
		font-size: 40px;
	}
}