/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
ul {
	list-style: none
}
button, input, select, textarea {
	margin: 0
}
html {
	box-sizing: border-box
}
*, *:before, *:after {
	box-sizing: inherit
}
iframe {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0;
	text-align: left
}
html {
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	height: 100vh;
	font-size: 16px;
	color: #555;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	background: url(/media/library/img/bg-generac-mod.jpg) no-repeat;
	background-size: cover;
}
header {
	border-top: 20px solid #d25f15;
	padding: 20px 0;
	background: url(/media/library/img/bg-header.jpg) no-repeat;
	background-size: cover;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}
img {
	height: auto;
	border: 0;
}
img, object, embed {
	max-width: 100%;
}
h1, h2, h3, h4 {
	font-family: 'Dosis', sans-serif;
}
a {
	color: #d25f15;
}
hr {
	color: #ddd;
	background-color: #bbb;
	margin: 40px 0;
}
section {
	width: 90vw;
	margin: 10px auto;
	position: relative;
}
section::after, .clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.logo {
	max-width: 170px;
	float: left;
}
.mod {
	max-width: 200px;
	float: right;
}
/* ==========================================================================
   Typography
   ========================================================================== */

p {
	margin: 1.44em 0;
	line-height: 1.44;
}
p.intro {
	font-size: 2.2rem;
}
main h1 {
	font-size: 8rem;
	text-transform: uppercase;
	padding-top: 40px;
	line-height: 1;
	text-align: center;
}
main h1 span {
	display: block;
	text-transform: initial;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 3rem;
	letter-spacing: -0.03em;
}
h2 {
	text-transform: uppercase;
	font-size: 3rem;
	color: #d25f15;
	font-weight: bold;
}
.cards * {
	text-decoration: none;
}
.cards h3 {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #555;
	letter-spacing: -0.03em;
	min-height: 42px;
}
.cards__cta {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: bold;
}
.cards__cta:hover {
	color: #fff;
}
footer p {
	font-size: 1.6rem;
	color: #ccc;
}
footer p.copyright {
	font-size: 1.2rem;
	color: #999;
}
footer a {
	color: #fff;
}
/* ==========================================================================
      Cards
      ========================================================================== */

.cards__item {
	float: left;
	margin: 10px;
}
.cards__link {
	display: block;
	width: 224px;
	height: 200px;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
	border-top: 40px solid #aaa;
	transition: .2s all ease;
}
.cards__link:hover {
	transform: scale(1.05);
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.15);
}
.cards__cta {
	width: 50%;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #ccc;
	border-radius: 25px;
	text-align: center;
	background: #fff;
	margin-top: 40px;
	transition: .3s all ease;
}
.cards__cta:hover {
	background: #d25f15;
	border-color: #d25f15;
}
/* ==========================================================================
      Footer
      ========================================================================== */

footer {
	padding: 20px;
	background: #333;
	margin-top: 40px;
}
.footer__left {}
.footer__right {}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 980px) {
	section {
		max-width: 979px;
	}
}
