html {
	background-color: #3f3f3e;
}

body {
	background-color: #fff;
	color: #585858;
	font-family: Raleway, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .75rem;
	color: inherit;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

h1 {
	color: #b01d1f;
	font-weight: 800;
}

a,
a:focus {
	color: #009de0;
}

.contact a {
	color: inherit;
}

a:hover {
	color: #b01d1f;
}

img {
	color: rgba(255, 255, 255, 0);
	text-shadow: none;
}

header {
	height: 100vh;
	min-height: 28rem;
	margin-bottom: 2rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 800;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
	background-color: #111;
	background-image: url('../images/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

header .logo {
	margin-bottom: 2rem;
}

header h1 {
	color: inherit;
	font-size: 2rem;
}

header .button {
	margin-top: .5rem;
	text-shadow: none;
}

header > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 1rem;
}

main {
	margin-bottom: 2rem;
}

aside img {
	margin-bottom: 2rem;
}

main p + h2 {
	margin-top: 2rem;
}

footer {
	padding-top: 1rem;
	padding-bottom: 2rem;
	background-color: #3f3f3e;
	color: #fff;
}

footer h2 {
	margin-top: 1.5rem;
	font-size: 1rem;
}

footer a {
	color: inherit;
	border-bottom: 1px solid transparent;
}

footer a:hover {
	color: inherit;
	border-color: #bbb;
}

.gallery {
	margin-bottom: 1rem;
}

.gallery > a:nth-child(6) ~ a {
	display: none;
}

.clients {
	margin-bottom: 2rem;
}

.clients .columns {
	margin-top: 1rem;
	margin-bottom: .5rem;
}

.button {
	background-color: #b01d1f;
	font-weight: 800;
	text-transform: uppercase;
}

.button:hover, .button:active, .button:focus {
	background-color: #009de0;
}

.material-icons {
	vertical-align: -20%;
}

.map {
	display: inline-block;
	margin-left: 1.9rem;
}

.map .material-icons {
	margin-left: -1.9rem;
}

.lg-thumb.group {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 63.9375em) {}

@media screen and (max-width: 39.9375em) {
	aside a {
		display: inline-block;
		max-width: 50%;
	}
}

@media screen and (min-width: 40em) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	header h1 {
		font-size: 2.2rem;
	}

	header p {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	header .button {
		margin-top: 1rem;
	}

	aside {
		text-align: center;
	}
}

@media screen and (min-width: 64em) {
	h1 {
		font-size: 3.25rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	p, ul, ol, dl, table {
		font-size: 1.125rem;
	}

	header {
		min-height: 50rem;
		margin-bottom: 4rem;
	}

	header h1 {
		font-size: 4rem;
	}

	header p {
		font-size: 3rem;
	}

	header .logo {
		margin-bottom: 4rem;
	}

	header .button {
		margin-top: 4rem;
	}

	footer {
		margin-top: 1.8rem;
		padding-bottom: 4rem;
	}

	.gallery {
		margin-top: 4rem;
		margin-bottom: 3rem;
	}

	.clients {
		margin-top: 4rem;
	}

	.button {
		padding-right: 8rem;
		padding-left: 8rem;
		font-size: 1.25rem;
	}
}

@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;
	}

	header h1 {
		font-size: 5rem;
	}

	header p {
		font-size: 3.5rem;
	}

	main p + h2 {
		margin-top: 5rem;
	}

	footer {
		padding-top: 1rem;
		padding-bottom: 4rem;
		font-size: 1.25rem;
	}

	footer h2 {
		font-size: 1.375rem;
	}
}