/**********************/
/* LLDM CUSTOM STYLES */
/**********************/
html {
	position:relative;
	min-height:100%;
}
body {
	margin-bottom:60px;
	font-family:'Inter',sans-serif;
}
h1 {
	font-family:'Crimson Text',serif;
}

.masthead {
	margin:0 auto;
	min-height:500px;
	background-image:url('../images/banner-image.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
}
.masthead h1 {
	color:#FFF;
	display:block;
	font-size:35px;
	margin:100px auto 10px;
}
.masthead p {
	color:#FFF;
	display:block;
	max-width:50%;
	font-size:18px;
	line-height:1.4;
	margin:0 auto 10px;
}
.masthead #low-logo {
	width:250px;
	height:190px;
	display:block;
	margin:0 auto;
	background-image:url(../images/logo-bw.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.about-section {
	margin:50px auto;
}
.about-section p {
	margin:0 0 20px;
}

footer {
	bottom:0;
	color:#FFF;
	width:100%;
	height:60px;
	position:absolute;
	background-color:#2A1110;
}
footer p {
	font-size:12px;
	margin:22px auto 0 15px;
}