*::selection {
	color: #ffffff;
	background: #a10000;
}

*::-moz-selection {
	color: #ffffff;
	background: #a10000;
}

* {
	font-smoothing: antialiased;	
}
/* HTML TAG OVERRIDES */
html,
html a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased;
}

html,
body {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	color: #231f20;
	width: 100%;
	height: 100%;
	background-color: #163988;
}

h1 {
	font-size: 60px;
	font-weight:  700;
	color: #ffffff;
	line-height:  0.9em;
	padding: 60px 0 90px 0;
	margin: 0;
}

h2 {
	font-size:  25px;
	font-weight:  700;
	color: #231f20;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	color: #999999;
	margin: 10px 0 15px 0;
}

address {
	padding: 0 0 5px 0;
}

hr {
	border: 0;
	height: 1px;
	display: inline-block;
	width: 100%;
	background-color: #cccccc;
}
/*--------------------*/

/* LINKS */
header a {
	font-size: 29px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 35px 0 0 0;
}

header a:hover {
	text-decoration: none;
}

article a {
	font-weight:  700;
	color: #7a7a7a;
	display:  inline-block;
	padding-right: 15px;
}

footer a {
	color: #e1e1e1;
}
/*-------*/

/* CONTAINER DEFINITIONS */
main {
	position: relative;	
}

section {
	max-width: 970px;
	margin: 0 auto;
}

header {
	color: #ffffff;
	background-size: cover;
	background-position:  center center;
	background-image: url(/assets/images/hero.jpg);
	background-color: #5d0000;
}

nav {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
	background:    -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
}

article {
	padding: 20px 10px;
	background-color: #ffffff;
}

.services > div {
	padding-bottom: 7px;
}

footer {
	font-size: 12px;
	font-weight:  400;
	color: #e1e1e1;
	line-height:  1.2em;
	padding: 20px 10px;
}

footer strong {
	color: #ffffff;
}
/*-----------------------*/

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;	
}

/* Tablet only */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/*--------------------*/

/* Tablet and smaller */
@media screen and (max-width: 1024px) {
	
	[class^="grid-"],
	[class^="mobile-grid-"],
	[class^="tablet-grid-"] {
		padding-bottom: 10px;
	}
	
	section {
		max-width: 970px;
		padding: 0 10px;
	}
	
}
/*--------------------*/

/* Mobile */
@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 36px;
		padding: 40px 10px 50px 10px;
	}
	
	nav {
		padding: 10px 0 0 0;
	}
	
	header a {
		font-size: 22px;
		padding-top: 25px;	
	}
	
	article a {
		display: block;
		padding: 5px 0;
		margin: 5px 0;
	}
	
	.align-center,
	.align-right {
		text-align: left;	
	}
	
}
/*--------------------*/