@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
html {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch
}
body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-size: 100% 100%;
	background-color: #04080b;
	overflow: auto;
}
p {
	margin: 0 0 15px;
	font-weight: 600;
}
p, h1, h2, h3, h4 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 20px;
}
div {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
iframe {
	max-width: 100% !important;
}
a, .js-cm-form button[type="submit"] {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.row {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.col-sm-6, .col-sm-4, .col-sm-8, .col-sm-3, .col-md-4  {
	padding-left: 15px;
	padding-right: 15px;
}
@media(min-width: 992px) {
	.col-md-4 {
		width: 33.3333%;
		float: left;
	}
}
@media(min-width: 768px) {
	.col-sm-6 {
		width: 50%;
		float: left;
	}
	.col-sm-4 {
		width: 33.3333%;
		float: left;
	}
	.col-sm-8 {
		width: 66.6666%;
		float: left;
	}
	.col-sm-3 {
		width: 25%;
		float: left;
	}
}
main {
	padding-top: 125px;
	padding-bottom: 125px;
	background-image: url(img/bg.webp);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: top center;
}
.logo {
	margin: 0 auto 30px;
	max-width: 940px;
}
.youtube-logo {
	max-width: 170px;
	margin: 0 auto 25px;
}
.youtube-handle {
	max-width: 575px;
	margin: 0 auto;
}
.js-cm-form {
	max-width: 350px;
	margin: 0 auto 40px;
	text-align: center;
}
.js-cm-form label {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	margin-bottom: 5px;
}
.js-cm-form input[type="email"] {
	font-size:18px;
	padding:5px 8px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.js-cm-form button[type="submit"] {
	background: #fed118;
	color: #04080b;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	padding: 5px 25px;
	border-color: #000;
}
.js-cm-form button[type="submit"]:hover {
	opacity: 0.75;
	cursor: pointer;
}
@media screen and (max-width:1199px) {
	main {
		background-image: none;
	}
	body {
		background-image: url(img/bg.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}
}
@media screen and (max-width:599px) {
	.js-cm-form label {
		font-size: 32px;
	}
}

/* Header */
header {
	background: url(img/header-bg.png);
	background-size: cover;
	background-color: #231f20;
	padding: 30px 0 55px;
	text-align: center;
}
.brand {
	display: block;
	max-width: 350px;
	margin: 0 auto;
}
header .welcome {
	display: block;
	width: 100%;
	max-width: 1072px;
	margin: 0 auto 10px;
}
header .learn-more {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background: #39b54a;
	font-size: 28px;
	padding: 15px 40px;
}
header iframe {
	display: block;
	margin: 0 auto 50px;
}

/* Content */
.tools {
	background: #fa542e;
	color: #fff;
	padding: 20px 0 30px;
}
.tools h1 {
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
}
.tools ul {
	list-style: none;
	padding-left: 30px;
	max-width: 625px;
	margin: 0 auto;
}
.tools ul li {
	font-size: 25px;
	margin-bottom: 20px;
	position: relative;
}
.tools ul li:last-child {
	margin-bottom: 0;
}
.tools ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -30px;
	display: block;
	width: 16px;
	height: 26px;
	background: url(img/gt.png);
}
.products {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}
.products .row {
	margin-bottom: 45px;
}
.products .col-md-4 {
	padding-bottom: 15px;
}
.products h3 {
	font-size: 28px;
	margin-bottom: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.products img {
	margin-bottom: 50px;
	border: 4px solid #746524;
}
.products .shop-now {
	background: #fa542e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 40px;
	font-size: 28px;
}
.products h4 {
	margin-bottom: 0;
}
.products h4 a {
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: underline;
	font-size: 28px;
}
.digger {
	background: #71662c;
	padding: 80px 0;
}
.digger img {
	display: block;
	margin: 0 auto;
}
.digger p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
}
.digger a {
	color: #fff;
}
.digger p:last-child {
	margin-bottom: 0;
}
.digger .row > div:first-child img {
	margin-bottom: 55px;
}
.digger iframe {
	display: block;
	margin: 0 auto;
}
.digger .row > div:last-child iframe:first-child {
	margin-bottom: 30px;
}
.cta {
	background: #fa542e;
	padding: 80px 0;
	color: #fff;
}
.cta p {
	font-size: 25px;
	line-height: 1.7;
	margin-bottom: 0;
}
@media(max-width: 991px) {
	.products img {
		display: block;
		margin: 0 auto 50px;
	}
	.products .col-md-4 {
		margin-bottom: 50px;
	}
}
@media(max-width: 767px) {
	.digger .row > div:first-child {
		margin-bottom: 50px;
	}
	.cta .row > div:first-child {
		margin-bottom: 30px;
	}
}

/* Footer*/
footer {
	background: #000;
	color: #fff;
	padding: 50px 0 30px;
}
footer p {
	font-weight: 400;
	line-height: 2;
}
footer a {
	color: #fff;
}
footer .footer-logo {
	margin-bottom: 20px;
}
footer .row > div:last-child a {
	display: inline-block;
	margin-left: 12px;
}
@media(min-width: 768px) {
	footer .row > div:last-child {
		text-align: right;
	}
}
@media(max-width: 767px) {
	footer .social > a:first-child {
		margin-left: 0 !important;
	}
}