html,
body {
	background-color: #f3f3f3;
	color: #3a3d49;
	font-family: "bebas-neue-pro-expanded", sans-serif;
	font-weight: 400;
	font-style: normal;
}

main {
	margin-top: 80px;
}

p {
	font-size: 1.1rem;
	line-height: 1.3;
}

h1,
h2.rough,
h3.rough {
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

h3.rough {
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.2;
}

a {
	color: #f58133;
}

a:hover {
	color: #d62828;
}

.button,
.button:focus {
	background: #f58133;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 15px 25px;
}

.button:hover {
	background: #d62828;
	color: white;
}

.button.hero-button {
	font-family: "cheddar-gothic-rough", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
}

.button.large {
	font-size: 1.5rem;
}

.button.outline {
	background: transparent;
	border: 2px solid #f58133;
	color: #3a3d49;
}

.steel .button.outline {
	color: white;
}

.steel {
	background: #3a3d49;
}

/* HERO */
h1.hero-title {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 1rem;
	color: white;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.hero {
	color: white;
	position: relative;
	overflow: hidden;
}

.hero-bg {
	position: relative;
	height: 100%;
}

.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .carousel-caption {
	color: white;
}

.centered-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

/* INTRO */
.intro-section {
	padding: 4rem 1rem;
}

.intro-tagline {
	font-size: 5rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
	color: #d62828;
}

/* SERVICES */
.services {
	padding: 30px 15px;
	color: white;
}

.services h3 {
	font-size: 2.6rem;
	color: #d62828;
}

.services li {
	font-size: 1.3rem;
}

.services ul {
	margin-bottom: 30px;
}

.services img {
	margin-bottom: 20px;
}

/* TESTIMONIAL */
.testimonial {
	padding: 100px 0;
	background: url("/assets/img/chris-bg.jpg") no-repeat center center;
	background-size: cover;
}

blockquote {
	font-size: 1.8rem;
	font-weight: 600;
	color: #3a3d49;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 80%;
	text-align: center;
	line-height: 1.3;
}

cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	color: #3a3d49;
	margin-top: 15px;
}

img.quote {
	width: 100px;
	margin-bottom: 20px;
}

/* INNER PAGES */
.row.content {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

/* FOOTER */
footer {
	background: #3a3d49;
	padding: 60px 0;
	color: white;
}

footer a,
footer a:focus {
	color: white;
}

footer a:hover {
	color: #f58133;
	text-decoration: none;
}

footer img.logo {
	width: 160px;
}

footer .socials {
	font-size: 1.8rem;
}

footer .socials i {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

footer .socials span {
	margin-left: 10px;
}

@media only screen and (min-width: 40.063em) {
	h1.hero-title {
		font-size: 6rem;
	}

	img.intro-image {
		width: 270px;
	}

	.services {
		padding: 55px 40px;
	}

	.services img {
		margin: 0;
	}
}
