:root {
	/* Colors */
	--white: #ffffff;
	--black: #000000;
	--light-grey: #ededed;
	--yellow: #fdb913;
	--orange: #e67e22;
	--red: #b4252d;

	/* Fonts */
	--font-handwriting: "Nothing You Could Do", cursive;
	--font-display: "Teko", Helvetica Neue, Helvetica, Arial, sans-serif;
	--font-sans: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.text-yellow {
	color: var(--yellow);
}
.text-red {
	color: var(--red);
}

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

.wow:first-child {
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
	line-height: 0.8;
	text-shadow: 0px 0px 20px rgba(1, 1, 1, 0.65);
	font-weight: bold;
	text-transform: uppercase;
}

.font-display {
	font-family: var(--font-display);
	line-height: 0.8;
}

.headline-site {
	font-family: var(--font-display);
	font-weight: bold;
	text-transform: uppercase;
}

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

.text-white {
	color: var(--white);
}

p.lead {
	font-family: var(--font-display);
	font-size: 32px;
	line-height: 2.1rem;
	font-weight: 400;
	color: var(--yellow);
}

.header p.lead {
	padding: 1.2rem 0 1.5rem 0;
}

a.button {
	border: 2px solid var(--red);
	color: inherit;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
}
a.button:hover {
	background: var(--red);
	color: var(--white);
}
a.button:focus {
	background: transparent;
}

a.button.text-white {
	color: var(--white);
}

[data-sticky] {
	width: 100%;
}

.relative {
	position: relative;
}

.svg-behind {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%, -10%);
}

.fox-shield {
	max-width: 180px;
	height: auto;
}

.header-pseudo-block {
	position: relative;
	display: block;
	height: 4rem;
}

/* Mobile Menu */
#mobileMenu {
	position: fixed;
	top: 0.65rem;
	left: 0;
	right: 0;
	z-index: 9999;
}

#mobileMenu .title-bar {
	background: var(--yellow);
	padding: 0.5rem 1rem;
}

#mobileMenu .logo-wrap {
	position: absolute;
	top: 1.4rem;
	left: 0.5rem;
	width: 3.6rem;
}

#mobileMenu .logo-wrap .logo {
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 100%;
	height: auto;
	transform: translateY(-50%);
}

#mobileMenu .title-bar {
	text-align: right;
	color: var(--black);
}
#mobileMenu .top-bar .top-bar-left,
#mobileMenu .top-bar .top-bar-right {
	width: 100%;
}

#mobileMenu .menu-icon:after {
	background: var(--black);
	box-shadow: 0 7px 0 var(--black), 0 14px 0 var(--black);
}

.no-js .top-bar {
	display: none;
}

/* Screens above 40em */
@media screen and (min-width: 40em) {
	.no-js .top-bar {
		display: block;
	}

	.no-js .title-bar {
		display: none;
	}
}

/* Top Bar Styling */
.top-bar {
	padding: 1rem;
	transition: padding 0.25s ease;
	min-height: 10%;
}
.top-bar-right {
	margin-top: 0.5rem;
}
.top-bar,
.top-bar ul {
	background-color: var(--yellow);
}

.sticky-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.sticky .top-bar {
	transform: translateY(1.25rem);
	padding: 1rem;
	transition: all 0.25s ease;
}

.sticky.is-stuck .top-bar {
	transform: translateY(0);
}

.is-stuck .top-bar {
	padding: 0.5rem;
	transition: all 0.25s ease;
}

/* Menu Styling */
.menu > li > a {
	color: var(--black);
	font-size: 0.8rem;
	text-transform: uppercase;
	font-family: var(--font-sans);
	font-weight: bold;
	letter-spacing: 1px;
}
.menu > li > a:hover,
.menu > li > a:focus {
	color: var(--red);
}
.menu > li > a.loginBtn2 {
	color: var(--red);
}
.menu > li > a.button {
	letter-spacing: normal;
}

a.loginBtn {
	position: absolute;
	right: 5%;
	top: 5%;
	color: var(--white);
	border: none;
	border-left: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
	background: url(../images/loginBtn.png) no-repeat 100% 0%;
	padding: 0.7rem 1.3rem 0.7rem 1rem;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85rem;
	letter-spacing: 0.05rem;
}

.row {
	position: relative;
}

#header {
	position: relative;
}

#header .intro-info {
	position: relative;
	background: rgba(1, 1, 1, 0.65);
	/* border-top: solid 0.6rem var(--yellow);
	border-bottom: solid 0.6rem var(--yellow); */
}

#header .intro-info .intro-info-column {
	padding: 1rem;
}

#header p.lead {
	font-size: 2.8rem;
	line-height: 1.05;
}

/* Header gradient overlay */
.lower-gradient-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12rem;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.500437675070028) 50%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.500437675070028) 50%,
		rgba(0, 0, 0, 1) 100%
	);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.500437675070028) 50%,
		rgba(0, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.header {
	padding: 1.5rem 0;
	background: black url("../images/excavator.png") top center no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
}
.header h1 {
	text-align: center;
	font-size: 50px;
	color: var(--white);
	margin: 40px 0;
}

.header-logo-wrap {
	position: relative;
	width: 7rem;
	height: auto;
	margin-top: 1.25rem;
}

.header-logo {
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 100%;
	height: auto;
	transform: translateY(-50%);
}

.header-logo-alt {
	display: none;
}

.sticky.is-stuck .header-logo-wrap {
	margin-top: 0;
	width: 6rem;
}

.sticky.is-stuck .header-logo {
	display: none;
}

.sticky.is-stuck .header-logo-alt {
	display: block;
	max-width: 100%;
	height: auto;
}

.intro .logo {
	margin: 0 auto;
	width: 150px;
}
.foxPhotos {
	margin-top: -30px;
}
.scrolldown {
	display: block;
	width: 60px;
	height: 24px;
	background: url(../images/arrow-down.svg) no-repeat 50% 50%;
	background-size: cover;
	margin: 20px auto 0;
}

.callout {
	background: var(--light-grey);
	border: none;
	/* border-top: 5px solid var(--black); */
}
.grey-bg {
	background: var(--light-grey);
}

#why p.tagline {
	font-family: var(--font-display);
	font-weight: bold;
	text-transform: uppercase;
	color: var(--red);
	font-size: 40px;
	margin: 1rem 0;
}

#why,
#equipment,
#testimonials,
#location,
#mission {
	padding: 4rem 0;
	display: table;
	width: 100vw;
}

#header {
	width: 100vw;
}

#awards {
	padding: 4rem 0;
	width: 100vw;
	overflow: hidden;
}

#why {
	background: var(--black) url("../images/dirt-backdrop.png") top center
		no-repeat;
	background-size: 100% auto;
}
#why h2,
#why p {
	color: var(--white);
}
#why h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60px;
}

#why p.lead {
	color: var(--yellow);
}
#why blockquote {
	position: relative;
	border: none;
	border-top: 13px solid var(--yellow);
	border-bottom: 13px solid var(--yellow);
	margin: 50px 0;
}
#why blockquote p {
	color: var(--yellow);
	font-size: 18px;
	padding: 50px 0;
}

.signature {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: rgba(23, 35, 34, 0.75);
	font-weight: bold;
	padding: 5% 10%;
	color: var(--white);
	font-size: 50px;
	border-radius: 5%;
}
.play-btn img {
	display: block;
	min-width: 48px;
	width: 48px;
	height: 48px;
}

/* Cert list */
.list-title {
	color: var(--white);
	font-size: 0.825rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.cert-list {
	padding: 0;
	margin-left: 0;
}

.cert-list li {
	padding: 0;
}

.cert-list li a {
	display: inline-block;
	color: var(--yellow);
	font-size: 0.8rem;
	text-decoration: underline;
	transition: all 200ms;
}

.cert-list li a:hover {
	color: #d2910c;
}

#ownerQuote {
	position: relative;
	padding: 2rem 0;
	background: var(--red);
	color: var(--white);
}

#ownerQuote blockquote {
	position: relative;
	padding: 1rem;
	margin-bottom: 2rem;
	border-left: none;
	border-bottom: solid 0.6rem var(--yellow);
}
/* Quote Triangle */
#ownerQuote blockquote:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 5%;
	border-top: solid 1rem var(--yellow);
	border-right: solid 1rem var(--yellow);
	border-bottom: solid 1rem transparent;
	border-left: solid 1rem transparent;
	transform: translateY(1px);
}

#ownerQuote blockquote p {
	color: var(--white);
	font-family: var(--font-handwriting);
	/* text-transform: uppercase; */
	font-size: 1.7rem;
	line-height: 1.25;
}

#ownerQuote .quote-speaker-wrap {
	position: relative;
}

#ownerQuote .quote-speaker {
	text-align: left;
	font-weight: bold;
	font-size: 1.2rem;
}

/* #capabilities {
	background: url("../images/capabilitiesBg.jpg") no-repeat 30% 100%;
	background-size: cover;
} */
#capabilities {
	padding-bottom: 4rem;
}

/* #capabilities {
	background: var(--black) url("../images/grung-lower.jpg") bottom center
		no-repeat;
	background-size: 100%;
} */

#capabilities {
	background: var(--black);
}

#capabilities .image-filler {
	background: url("../images/sunshine-on-equipment.jpg") bottom center no-repeat;
	background-size: cover;
	width: 100%;
	height: 450px;
}

#capabilities h2 {
	font-size: 50px;
	color: var(--red);
	text-shadow: none;
	margin-top: 2rem;
}

#capabilities p {
	color: var(--white);
}

#capabilities ul,
#location ul {
	list-style: none;
	color: var(--yellow);
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}

/* New Equipment Section */
#new-equipment {
	/* background: var(--yellow) url("../images/base-grunge-white.png") bottom center
		no-repeat;
	background-size: 100%; */
	background: var(--yellow);
	padding: 4rem 0;
}

#new-equipment h1,
#new-equipment h2,
#new-equipment h3,
#new-equipment h4,
#new-equipment .preheader {
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
}

#new-equipment .preheader {
	font-family: var(--font-display);
	font-size: 24px;
	padding: 0 0.3rem;
	margin-bottom: 0;
}

#new-equipment h2 {
	font-size: 50px;
	color: var(--red);
}

.container-sm {
	max-width: 50rem;
	margin: 0 auto;
}

.flex-video {
	margin-bottom: 0;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}
.flex-row.align-items-start {
	align-items: flex-start;
}
.flex-row.align-items-center {
	align-items: center;
}
.flex-row.align-items-end {
	align-items: flex-end;
}

.flex-row .width-fixed {
	width: 8rem;
	margin-right: 1rem;
}

.text-callout {
	font-weight: bold;
	line-height: 1.1;
	padding-left: 0.4rem;
}

.button-wrap {
	margin: 1rem;
}

.callout-button {
	font-family: var(--font-display);
	line-height: 0.8;
	font-size: 1.2rem;
	color: white;
	background: transparent;
	border: solid 1px white;
	text-transform: uppercase;
	padding: 0.6rem 0.6rem 0.4rem 0.6rem;
	transition: all 350ms;
}
.callout-button:hover {
	color: black;
	background: white;
}

#location {
	background: url("../images/Notable_Projects_BG.jpeg") no-repeat 50% 50%;
	background-size: cover;
	min-height: inherit;
}
#location h2 {
	font-size: 60px;
	color: var(--white);
	text-shadow: none;
}
#location p {
	font-size: 20px;
	color: var(--white);
	font-weight: bold;
}

#location ul li {
	margin-bottom: 1rem;
	line-height: 1.2;
}

#awards h2 {
	font-size: 60px;
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--red);
}

#awards ul {
	list-style: none;
	color: var(--red);
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 1rem;
	/* text-transform: uppercase; */
}

#awards ul li {
	margin-bottom: 0.5rem;
}

#testimonials {
	display: inline-block;
	background: var(--red);
}
#testimonials h2 {
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: var(--white);
	text-shadow: none;
}
#testimonials p {
	color: var(--white);
	font-size: 20px;
}
#testimonials p.name {
	color: var(--yellow);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

#testimonials p.name .quote-name {
	font-family: var(--font-display);
	font-size: 30px;
	font-weight: 400;
	text-transform: none;
}

#contact p {
	text-align: center;
}
#contact a {
	color: var(--red);
}

#contact a.button:hover {
	color: var(--white);
}

#contact h2 {
	text-shadow: none;
	margin-top: 2rem;
	font-weight: bold;
	text-transform: uppercase;
}
#contact .contactBar {
	border-top: 5px solid var(--black);
	border-bottom: 5px solid var(--black);
	padding: 25px 0;
	margin: 25px 0;
}
#contact .contactBar p {
	font-size: 0.8rem;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
}
#contact .facebook {
	padding-top: 30px;
}
p.ThankYouMsg {
	color: var(--red);
	font-weight: bold;
}

#gallery img {
	padding: 3%;
	opacity: 0.7;
	transition: all 300ms ease;
	width: 100%;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.45);
  -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.45);
  box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.45);*/
}

#gallery .slick-center img {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	color: var(--orange);
	opacity: 1;
	transform: scale(1.08);
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.intro {
		padding: 4rem 0;
	}

	.intro .logo {
		width: 200px;
		margin-left: -1rem;
	}
	.header {
		width: 100%;
		background-size: cover;
	}
	.header h1 {
		font-size: 80px;
		margin: 55px 0;
	}
	.scrolldown {
		margin: 20px 0 0 5px;
	}
	.foxPhotos {
		margin-top: -40px;
	}

	.header-pseudo-block {
		position: relative;
		display: block;
		height: 7rem;
	}

	#why,
	#equipment,
	#testimonials,
	#location,
	#mission {
		padding: 2rem 0;
		min-height: 1000px;
	}
	#new-equipment,
	#awards {
		padding: 2rem 0;
	}
	#capabilities {
		padding-bottom: 2rem;
	}

	#contact .contactBar p {
		text-align: left;
	}

	#why h2 {
		font-size: 115px;
		margin-top: 60px;
	}
	/* #capabilities {
		background: url("../images/capabilitiesBg.jpg") no-repeat 30% 0;
		background-size: cover;
		min-height: inherit;
	} */
	#capabilities h2 {
		font-size: 50px;
	}
	#testimonials {
		min-height: 400px;
	}
	#location {
		min-height: inherit;
	}
	#location h2 {
		font-size: 50px;
	}
	#awards h2 {
		font-size: 50px;
	}
}

@media screen and (min-width: 40em) and (max-height: 800px) {
	.header h1 {
		margin: 40px 0;
	}
	.intro {
		padding: 65px 0;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.header-video-column {
		padding-left: 0;
		padding-right: 0;
	}

	.header {
		/*height: 90%;*/
		/* height: calc(100% - 80px); */
		width: 100%;
	}

	.header h1 {
		font-size: 135px;
	}

	#why,
	#equipment,
	#testimonials,
	#location,
	#ownerQuote,
	#mission {
		padding: 4rem 0;
		/* min-height: 1000px; */
	}

	#new-equipment,
	#awards {
		padding: 4rem 0;
	}

	#new-equipment h2 {
		font-size: 112px;
	}

	#capabilities {
		padding-bottom: 4rem;
	}
	/* #capabilities {
		background: url("../images/capabilitiesBg.jpg") no-repeat 0 0;
		background-size: cover;
		min-height: inherit;
	} */
	#capabilities h2 {
		font-size: 60px;
	}
	#location {
		min-height: inherit;
	}
	#location h2 {
		font-size: 60px;
	}
	#awards h2 {
		font-size: 60px;
	}
	#testimonials {
		min-height: 400px;
	}
	#contact .contactBar p {
		font-size: 1rem;
		padding-top: 25px;
	}
	#contact .facebook {
		padding-top: 35px;
	}

	.fox-video {
		/*max-width: 640px;
      max-height: 360px;*/
	}
}

/* XLarge and up */
@media screen and (min-width: 90em) {
}
