html, body, #app{ height: 100%; }

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #34415a;
}

strong, b {
    font-weight: bold;
}

button { cursor: pointer; }

h1 { font-size: 36pt; }

h2 { font-size: 30pt; }

h3 { font-size: 24pt; }



ul, ol {list-style: none;}

body {
	background-color: #1a1a1a;
}

#BG {
	background: url('/images/BG.jpg');
	opacity: .25;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 1;
}



a {
	text-decoration: none;
}



/*   FONTS   */
	@font-face{
	    font-family: what;
	    src: url(../fonts/Open-sans.woff2);
	}

	@font-face{
		font-family: Ostrich;
		src: url(../fonts/ostrich-sans-regular.woff);
	}

	@font-face {
		font-family: Black;
		src: url(../fonts/ostrich-sans-master/OstrichSans-Black.otf);
	}

#app {
	flex: 1 0 auto;
}






/* HEADER ======================*/
	#header {
		background-color: #FFFFFF;
		font-family: "Arial" !important;
		width: 450px;
		position: relative;
		margin: 0 auto;
		height: 270px;
		padding-top: 1em;
		-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);

		flex: none;
	}

	/*--- Logo -----------------*/
		#header #logo {
			text-align: center;
		}

	/*--- Nav ------------------*/
		nav#primary {
			text-align: center;
			margin: 0 auto;
			margin-top: 1em;
		}

		nav a {
			border: none;
			outline: none;
			display: inline-block;
			width: 24%;
			color: #34415a;
			background-color: inherit;
			font-size: 14pt;
			cursor: pointer;

		}

		nav a span {
			border-bottom: 2px solid #c49a6c; /* Gold */
		}

		nav a:hover span,
		nav a:active span,
		nav a.active span {
			border-bottom: 2px solid #34415a;
		}

/* CONTENT BOX =====================*/

	#content-wrapper, #app {
		flex: 1 0 auto;
		display: flex;
		flex-direction: column;
	}


	div.content {
		width: 960px;
		margin: 0 auto;
		margin-top: 70px;
		margin-bottom: 70px;
		border-radius: 5px;
		background-color: white;
		padding: 40px;
		position: relative;
		-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
	}

/* FOOTER ======================*/
	div#footer {
		width: 460px;
		padding: 10px 20px 10px;
		background-color: #ffffff;	
		margin: 0 auto;
		-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.65);
		font-size: 12pt;
		color: #c49a6c;
		flex: none;
		display: flex;
	}

	div#footer > p { margin: 0 auto; }

/* ABOUT US ====================*/
	div.content#au {
		height: 500px;
	}

	div#ALAU {
		width: 200px;
		font-weight: 100;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin-right: 30px;
		color: #34415a;
	}

	div#ALAU * {
		margin: 0;
		padding: 0;
		line-height: 92%;
	}

	div#ALAU hr {
		border: none;
		border-bottom: 1px solid black;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	div#ALAU #p1-1 { font-size: 64pt; }
	div#ALAU #p1-2,
	div#ALAU #p2-2 {
		font-size: 56pt;
		}
	div#ALAU #p1-3 { font-size: 38pt; }
	div#ALAU #p2-1 {
		font-size: 28pt;
		}

	div#ALAU #p1-1,
	div#ALAU #p2-1 {
		color: #c49a6c;

	}
	div#ALAU #p2-3 {
		font-size: 75pt;
	}

	div.content#au #blurb {
		display: inline-block;
		width: 220px;
		vertical-align: top;
		line-height: 1.5;
		font-size: 16pt;
		margin-top: 10px;
	}

	#blurb > small > p:first-of-type {
		margin: 1rem 0;
	}

	div.content#au #map {
		margin-right: 30px;
		margin-top: 12px;
		width: 390px;
		height: 390px;
	}

/* PRODUCTS ====================*/

	/* Filters -----------------*/
		input#searchFilter {
			width: 500px;
			height: 50px;
			border-radius: 5px;
			background-color: #cccccc;
			outline: 0;
			border: none;
			position: absolute;
			right: 40px;
			top: 40px;
			padding: 5px;
			text-align: center;
			font-size: 20pt;
		}

		#searchIcon {
			position: absolute;
			top: 55px;
			right: 55px;
			color: #34415a;
		}

		ul#selectFilter {
			margin: 0 auto;
			margin-top: 2em;
			margin-bottom: 2em;
			text-align: center;
		}

		ul#selectFilter li{
			display: inline-block;
		}

		ul#selectFilter li:not(:last-of-type) {
			margin-right: 1em;
		}

		ul#selectFilter li a {
			color: black;
			padding: 2 5 2 5px;
			border-radius: 3px;
		}

		ul#selectFilter li a:hover {
			background-color: #cccccc;
		}

		ul#selectFilter li a.active {
			background-color: #c49a6c;
		}

	/* Product Cards -----------*/
		.productCard {
			background-color: #cccccc;
			height: 200px;
			width: 200px;
			border-radius: 5px;
			margin: 8px;
			margin-bottom: .75em;
			display: inline-block;
			-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
			-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
			box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
			font-size: 14pt;
			text-align: center;
			transition: 0.1s;
		}

		.productCard:hover {
			background-color: #c49a6c;
		}

		div.img {
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			margin-bottom: 10px;
			width: 200px;
			height: 160px;
		}

		div.img img {
			height: inherit;
			width: inherit;
		}


/* CONTACT =====================*/
	div.content#contact {
/*		height: 800px;*/
	}

	div.contactLeft {
		width: 220px;
		margin-right: 50px;
		display: inline-block;
		float: left;
	}

	div.contactRight {
		width: 600px;
		display: inline-block;
		height: 550px;
		margin-top: 30px;
	}

	div.contactRight#sent { 
		display: table-cell; 
		vertical-align: middle;
	}

	p.contactInfo {
		font-size: 12pt;
		margin-bottom: 25px;
		position: relative;
	}

	p.contactBlurb {
		width: 220px;
		margin-bottom: 30px;
		margin-right: 40px;
	}

	form#email input:not([type='submit']),
	form#email textarea {
		background-color: #ccc;
		outline: none;
		border: none;
		padding: 10px;
		height: 40px;
		font-size: 14pt;
		padding-left: 1em;
		position: relative;
		width: 250px;
	}

	form#email input:focus {
		background-color: #cccccc;
	}

	.input_group { 
		position: relative;
		margin-bottom: 30px;
		margin-right: 30px;
		display: inline-block;
	}

	.input_group label {
		content: 'subject';
		z-index: 101;
		position: absolute;
		bottom: 100%;
		left: 10px;
		font-size: 12pt;
	}

	form#email input#subject {
		width: 340px;
	}

	form#email textarea#message {
		width: 500px;
		height: 300px;
	}

	h4#emailus {
		display: none;
	}

/* STYLE =======================*/
	button {
		border: none;
		outline: 0;
		border-radius: 5px;
		height: 40;
		width: auto;
		width: 100px;
		font-weight: normal;
		padding: 10px;
		background-color: #cccccc;
		transition: 0.1s;
	}

	button:hover {
		background-color: #c49a6c;
	}




/*
	BG CSS by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

body > * {
	position: relative;
	z-index: 2;
}



/* BG */
