/* Company: Hot Lava Media (hotlavamedia.com) - developer@hotlavamedia.com */

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

::selection {
	background: #02255F;
}

body {
	overflow-x: hidden;
}

.colpad { padding: 2rem; }
.white { color: white; }
.black { color: #111111; }
.red { color: #02255F; }
.screen-50 { height: 50vh; }
.screen-75 { height: 75vh; }
.screen-100 { height: 100vh; }
h1.hero { font-size: 5rem; }
h2.hero { font-size: 2rem; }
h3.hero { font-size: 1rem; }

nav.custom {
	background: rgba(255,255,255,0);
	transition: all 0.3s ease;
}

nav.custom.stuck {
	background: rgba(255,255,255,1);
	box-shadow: 0 5px 3px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}

button.navbar-toggler {
	border: none;
	padding: 0;
}

button.navbar-toggler:focus {
	outline: none;
}

.navbar-dark .navbar-toggler-icon {
	background: none;
	height: auto;
	width: auto;
	padding: 0;
	font-size: 1.5rem;
	color: white;
	transition: all 0.3s ease;
}

nav.custom.stuck .navbar-toggler-icon {
	color: rgb(2,37,95);
	transition: all 0.3s ease;
}

nav.custom a img {
	max-width: 60%;
}

nav.custom .nav-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: white !important;
	margin: 0 30px;
	transition: all 0.3s ease;
}

nav.custom .nav-link:hover {
	color: #CB2032 !important;
	transition: all 0.3s ease;
}

nav.custom.stuck .nav-link {
	color: rgb(2,37,95) !important;
	transition: all 0.3s ease;
}

#IndexHero {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../img/index-hero.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#AboutHero {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../img/about-hero.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#ContactHero {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../img/contact-hero.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.full-col-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

.index #row-1-col-2 {
	background-image: url('../img/worker-on-scaffold.jpg');
}

.clearance-diagram {
	max-width: 100%;
}

#aCarHeight, #bCarHeight, #requiredCeilingHeight {
    width: 95%;
    margin: 7px 0;
    padding-left: 5px;
    border: 2px solid #006AFE;
    font-family: 'Open Sans', sans-serif;
    color: #006AFE;
}

#rampThickness, #clearance {
	width: 95%;
	margin: 7px 0;
	padding-left: 5px;
	border: 2px solid #111;
	font-family: 'Open Sans', sans-serif;
	color: #111;
}

.clearance-calculator input:not(#rampThickness):not(#clearance)::placeholder {
    color: #006AFE !important;
}

.clearance-calculator input:not(#rampThickness):not(#clearance)::focus {
    border: 2px solid #02255F !important;
    color: #02255F !important;
}

.clearance-calculator input:not(#rampThickness):not(#clearance)::focus::placeholder {
    color: #02255F !important;
}

.output-fields label {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

#submit {
    width: 95%;
    background: #02255F;
    border: 2px solid #02255F;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

#submit:hover {
	background: white;
	color: #02255F;
	transition: all 0.3s ease;
}

.clarify {
	padding: 1em;
	border: 2px solid #111;
}

.wf9000, .wf9000xlt {
	padding-left: 0;
	columns: 3;
}

.wf9000 li, .wf9000xlt li {
	display: block;
	text-align: center;
}

.hue-rotate {
    filter: hue-rotate(152deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1.4rem;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	nav.custom .fill {
	    background: rgb(2,37,95);
		box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 3px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	h1.hero {
		font-size: 3rem;
		line-height: 4.3rem;
	}

	.navbar {
		padding: 10px;
	}

	.navbar-brand {
		padding: 0;
	}

	nav.custom a img {
		max-width: 80%;
	}

	nav.custom.stuck {
		border-bottom: 5px solid rgb(2,37,95);
	}

	.navbar-dark .navbar-toggler-icon {
		font-size: 3rem;
	}

	nav.custom.stuck .fill {
		background: white;
		box-shadow: none;
	}

	nav.custom .nav-link {
		font-size: 2rem;
	}	
}

@media only screen and (max-width: 767px) {
	h1.hero {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}	

	.navbar {
		padding: 10px;
	}

	.navbar-brand {
		padding: 0;
	}

	nav.custom a img {
		max-width: 30%;
	}

	nav.custom .fill {
	    background: rgb(2,37,95);
		box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 3px;
	}

	nav.custom.stuck {
		border-bottom: 2px solid rgb(2,37,95);
	}

	nav.custom.stuck .fill {
		background: white;
		box-shadow: none;
	}

	nav.custom .nav-link {
		font-size: 1rem;
	}

	.screen-75 {
		height: 50vh;
	}

	.colpad {
		padding: 1rem;
	}

	.full-col-bg {
		height: 300px;
	}
}


/* General Demo Style */

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: https://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

.reference {
	text-align: center;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}


.sidebtn{
	margin:3rem 0;
	text-align: center;
}