@font-face {
	font-family: "BebasNeue";
	src: url("BebasNeue-Bold.otf");
}

.nav-toggle {
	display: none;
}

body {
	background-color: #fff;
	color: #585858;
	font-family: Raleway, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .75rem;
	color: inherit;
	font-family: BebasNeue, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}

h1 {
	color: #b01d1f;
	font-size: 2.25rem;
	line-height: 1;
}

h2 {
	font-size: 1.75rem;
}

h2 span {
	color: #b01d1f;
}

h3 {
	font-size: 1.5rem;
}

.lead {
	line-height: 1.4;
}

a {
	color: #009de0;
}

header a,
footer a,
footer .material-icons,
.contact a {
	color: inherit;
}

a:hover {
	color: #b01d1f;
}

header + * {
	clear: both;
}

header .logo {
	display: inline-block;
	max-width: 12.5rem;
	margin: .625rem;
}

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: .5rem 0;
	font-family: "BebasNeue", sans-serif;
	font-size: 1.75rem;
	line-height: 1.5;
	text-transform: uppercase;
}

header nav a {
	display: block;
	padding: .1rem .625rem;
}

header nav a:hover,
header nav a.active {
	color: #b01d1f;
}

.wrapper {
	clear: both;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #f0f0f0;
}

main h2 {
	margin-top: 2rem;
}

main h2:first-child {
	margin-top: 0;
}

main img {
	margin-top: .5rem;
	margin-bottom: 1rem;
}

aside {
	margin-top: 2rem;
}

aside img {
	margin-bottom: 2rem;
}

footer {
	padding-top: 1rem;
	padding-bottom: 2rem;
	background-color: #3f3f3e;
	color: #fff;
}

footer h2 {
	margin-top: 1.5rem;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
}

footer a {
	display: inline-block;
	margin-top: .125rem;
	color: inherit;
	border-bottom: 1px solid transparent;
}

footer a:hover {
	color: inherit;
	border-color: #bbb;
}

img {
	color: rgba(255, 255, 255, 0);
	text-shadow: none;
}

table thead,
table tbody {
	background-color: transparent;
	color: inherit;
	border: none;
}

table thead th {
	padding-left: 0;
	text-transform: uppercase;
}

table tbody tr:nth-child(2n) {
	background-color: transparent;
}

table tbody td {
	padding: .3rem .625rem .3rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

table tr td:first-child {
	font-weight: 700;
}

.jumbotron {
	padding-top: 2rem;
	padding-bottom: 1rem;
	background-color: #111;
	background-image: url('../images/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, .75);
}

.jumbotron h1 {
	color: inherit;
}

.jumbotron p {
	font-size: 1.125rem;
	line-height: 1.4;
}

.stripe {
	padding-top: 1.5rem;
	padding-bottom: .5rem;
	background-color: #000;
}

.stripe h2 {
	margin-bottom: .2rem;
	color: #ffef55;
}

.stripe p {
	color: #fff;
}

.stripe a {
	display: block;
	color: inherit;
}

.stripe [data-email] {
	color: inherit;
}

.stripe a:hover {
	color: #fff;
}

.stripe .material-icons {
	vertical-align: -12%;
	color: inherit;
	font-size: inherit;
}

.clients .row {
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.clients > .row > div {
	width: 50%;
	padding: 1rem;
}

.contact a {
	display: inline-block;
	margin-top: .3125rem;
}

.contact .map {
	margin-top: 0;
	margin-bottom: .625rem;
}

.button {
	padding: .4em 1em .3em;
	background-color: #009de0;
	font-family: BebasNeue, Raleway, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.button:hover, .button:active, .button:focus {
	background-color: #b01d1f;
}

.material-icons {
	vertical-align: -22.5%;
	color: #b01d1f;
}

.map {
	display: inline-block;
	margin-top: 0;
	margin-left: 1.9rem;
}

.map .material-icons {
	margin-left: -1.9rem;
}

label {
	color: inherit;
	font-size: inherit;
}

textarea {
	min-height: 200px;
	line-height: 1.6;
}

.error {
	padding: 1rem 0;
	color: #c33;
	font-size: 1.125rem;
	font-weight: 700;
}

@media screen and (max-width: 63.9375em) {}

@media screen and (max-width: 39.9375em) {
	.nav-toggle[data-visible="0"],
	nav[data-visible="0"] > ul {
		display: none;
	}

	.nav-toggle[data-visible="1"] {
		display: block;
	}

	.nav-toggle {
		float: right;
		margin: 1.9rem .625rem .625rem;
		color: #b01d1f;
		font-size: 2.5rem;
		line-height: .6;
	}

	aside a {
		display: inline-block;
		max-width: 50%;
	}
}

@media screen and (min-width: 40em) {
	header .logo {
		max-width: 14rem;
		margin: .9375rem;
	}

	header nav ul {
		padding: .5rem 0;
	}

	header nav li {
		display: inline-block;
	}

	aside {
		margin-top: 0;
		text-align: center;
	}

	.jumbotron {
		padding-top: 5rem;
		padding-bottom: 1.5rem;
	}

	.jumbotron h1 {
		font-size: 4.5rem;
	}

	.jumbotron p {
		font-size: 1.5rem;
	}

	.stripe a {
		display: inline-block;
		padding-left: .4rem;
	}

	.clients > .row > div {
		width: 33.3%;
		padding: 1.5rem;
	}
}

@media screen and (min-width: 64em) {
	h1 {
		font-size: 4rem;
	}

	.wrapper h1 {
		margin-bottom: 2rem;
	}

	h2 {
		font-size: 3rem;
	}

	.sidebar h2 {
		font-size: 1.875rem;
	}

	.contact h2 {
		margin-top: 3rem;
		font-size: 2.375rem;
	}

	p, ul, ol, dl, table {
		font-size: 1.125rem;
	}

	.lead {
		font-size: 1.5rem;
	}

	.contact .lead {
		margin-bottom: 3rem;
	}

	.button {
		font-size: 1.625rem;
	}

	header .logo {
		max-width: 17rem;
		float: left;
		margin-left: 1.5rem;
	}

	header .header-right {
		float: right;
	}

	header .contact {
		float: right;
		margin: .4rem 1.5rem 0;
	}

	header .contact .material-icons {
		padding-left: .3rem;
	}

	header nav {
		float: right;
	}

	header nav ul {
		padding: 1.4rem .875rem 0 0;
		font-size: 2.25rem;
	}

	header .map {
		display: none;
	}

	.wrapper {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	main img {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}

	main .button {
		margin-top: 1rem;
	}

	.sidebar {
		margin-top: 1.5rem;
	}

	main ul li {
		margin-bottom: .3125rem;
	}

	table {
		margin-top: 2rem;
	}

	table thead th {
		font-size: 1.25rem;
	}

	table tbody td {
		padding: .75rem .9375rem .75rem 0;
	}

	table tr td:first-child {
		width: 1%;
		padding-right: 6rem;
		white-space: nowrap;
	}

	.jumbotron {
		min-height: calc(100vh - 125px);
		padding-top: 12rem;
		padding-bottom: 4rem;
	}

	.jumbotron h1 {
		font-size: 7.5rem;
	}

	.jumbotron p {
		font-size: 1.75rem;
	}

	.stripe {
		padding-top: 2.3rem;
		padding-bottom: 1.5rem;
	}

	.stripe p {
		font-size: 1.5rem;
		font-weight: 700;
	}

	.clients > .row > div {
		width: 25%;
	}

	.error .material-icons {
		font-size: 2rem;
	}
}

@media screen and (min-width: 92em) {
	.row {
		max-width: 87.5rem;
	}

	.row .row {
		margin-right: -1.875rem;
		margin-left: -1.875rem;
	}

	.columns, .columns {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}

	.sidebar h2 {
		font-size: 2.25rem;
	}

	header .logo {
		max-width: none;
	}

	header .map {
		display: inline;
	}

	header nav ul {
		padding-top: 1.9rem;
	}

	footer {
		padding-top: 1rem;
		padding-bottom: 4rem;
		font-size: 1.25rem;
	}

	footer h2 {
		font-size: 1.375rem;
	}

	.jumbotron {
		padding-top: 18rem;
	}
}