* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body {
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: 'tex gyre heros', arial, helvetica;
	background-color: #e5eaef;
	scroll-behavior: smooth;
	/* overflow: hidden; */
}
body {
	overflow-y: scroll;
}
/* Text Styling */
h1 {
	margin: 0 !important;
	font-size: 3.2rem;
	font-size: 3.13vw;
	line-height: 3.6rem;
	line-height: 3.52vw;
}
h2 {
	font-size: 2.4rem;
	font-size: 2.34vw;
	line-height: 2.7rem;
	line-height: 2.64vw;
}
h3 {
	font-size: 1.872rem;
	font-size: 1.83vw;
	line-height: 2.1rem;
	line-height: 2.05vw;
}
h4,p,span,a,li,q {
	font-size: 1.6rem;
	font-size: 1.56vw;
	line-height: 1.8rem;
	line-height: 1.76vw;
}
h5 {
	font-size: 1.328rem;
	font-size: 1.3vw;
	line-height: 1.5rem;
	line-height: 1.46vw;
}
h6 {
	font-size: 1.072rem;
	font-size: 1.05vw;
	line-height: 1.2rem;
	line-height: 1.17vw;
}
ul,li {
	list-style: none;
}
a,a:link,a:visited,a:hover,a:active,a:link:active,a:visited:active {
	text-decoration: none;
	color: #0a2a5a;
}
nav h2 {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
q.quote {
	margin: 2vw 0 1vw;
	padding: 4.5vw;
	width: 45vw;
	clear: both;
	display: inline-block;
	background-color: rgba(0, 120, 194, 0.7);
	color: #e5eaef;
	font-size: 2.4rem;
	font-size: 2.34vw;
	line-height: 3.6rem;
	line-height: 3.52vw;
	font-weight: bold;
	text-align: center;
	position: relative;
}
q.quote::before,q.quote::after {
	content: "";
}
q.quote.full {
	margin: 20vw 0;
	width: 100vw;
}
q.right.quote::before {
	content: "“";
	font-size: 18vw;
	position: absolute;
	top: 2.8vw;
	left: -2.5vw;
}
q.left.quote::after {
	content: "”";
	font-size: 18vw;
	position: absolute;
	bottom: -4.5vw;
	right: -2.4vw;
}
q.full.quote::before {
	content: "";
	width: 2.5vw;
	height: 2.5vw;
	border: 0 solid #0a2a5a;
	border-width: 0 0 0.25vw 0.25vw;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size: 6rem;
	display: block;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	right: 50%;
}
q.full.quote::after {
	content: "";
	width: 2.5vw;
	height: 2.5vw;
	border: 0 solid #0a2a5a;
	border-width: 0 0 0.25vw 0.25vw;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size: 6rem;
	display: block;
	position: absolute;
	bottom: -5vw;
	left: 50%;
	right: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tel::before {
	content: "Phone: ";
}
.tel::after {
	content: " | ";
}
.fax::before {
	content: "Fax: ";
}
.email::before {
	content: "Email: ";
}
.content h2,.content h3,.content h4,.content p {
	margin: 1.5vw 0;
}
.content h2,.content h3,.content h4,.content .contactInfo * {
	font-size: 1.872rem;
	font-size: 1.83vw;
	line-height: 2.1rem;
	line-height: 2.05vw;
	text-transform: uppercase;
	color: #0a2a5a;
	font-style: normal;
	font-weight: bold;
}
.content p {
	text-align: justify;
}
/* Text Styling */
/* Layout Styling */
#return-to-home {
	width: 2.5vw;
	height: 2.5vw;
	border: 0 solid #0a2a5a;
	border-width: 0.25vw 0.25vw 0 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size: 6rem;
	display: block;
	position: fixed;
	z-index: 1;
	right: 3vw;
	bottom: 2vw;
}
header,section,footer {
	min-width: 100vw;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.logogram {
	width: 22.6vw;
	height: auto;
}
.content {
	margin: 2vw 0 0 0;
	padding: 2.5vw 12vw;
	border: 0 solid #f0a202;
	border-top-width: 1vw;
	width: 100vw;
	background-color: #e5eaef;
	text-align: left;
	clear: both;
	display: inline-block;
}
.content .focus,.content .started{
	display: inline-block;
	vertical-align: top;
}
.content .focus {
	width: 60%;
}
.content .started {
	margin: 0 0 0 3.375vw;
	padding: 0 0 0 3.375vw;
	border: 0 dashed #f0a202;
	border-left-width: 0.25vw;
	width: 35%;
}
.otf {
	width: 23vw;
	height: auto;
}
/* Layout Styling */
/* Section Styling */

/* Home */
#home {
	min-height: 100vh;
	background-image: url(../images/hands.jpg);
	z-index: 99;
	text-align: center;
}
#home h1 {
	padding: 6vw 0 0 0;
}
#home p {
	padding: 4vw 0 0 0;
}
#home nav {
	padding: 2vw 0 3vw;
	clear: both;
}
#hove nav ul,#home nav ul li {
	display: inline-block;
}
#home nav li {
	margin: 0.5vw;
	border: 0.1vw solid #f0a202;
	width: 45vw;
}
#home nav li a {
	padding: 2vw;
	display: block;
	font-size: 1.872rem;
	font-size: 1.83vw;
	line-height: 2.1rem;
	line-height: 2.05vw;
	background-size: cover;
	background-position: center center;
	background-color: #0a2a5a;
	position: relative;
	color: #e5eaef;
	transition: all 0.3s ease-in-out;
}
#home nav li a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

#home nav li a:hover::before {
	opacity: 0.63;
}

#home nav li a:hover {
	color: #e5eaef;
	z-index: 1;
}
/* Home */
/* Who We Are & Introduction */
#introduction,#wwa::before {
	background-image: url(../images/introduction.jpg);
}
#who-we-are {
	background-image: url(../images/wwa.jpg);
}
/* Who We Are & Introduction */
/* Ferrous and Non Ferrous Scrap */
#ferrous-and-non-ferrous-scrap,#fanfs::before {
	background-image: url(../images/fanfs.jpg);
}
#ferrous-and-non-ferrous-scrap .logogram {
	padding: 1em 0 0 1em;
}
#ferrous-and-non-ferrous-scrap .fanfs {
	border: 0;
	padding-top: 5em;
	padding-bottom: 10em;
	background: 0;
	text-align: center;
}
#ferrous-and-non-ferrous-scrap .fanfs * {
	color: #ffffff;
}
#ferrous-and-non-ferrous-scrap .fanfs p {
	text-align: center;
}
#ferrous-and-non-ferrous-scrap .grid {
	display: grid;
	grid-template: "title title"  "column column";
	justify-content: center;
}
#ferrous-and-non-ferrous-scrap .grid-title {
	grid-area: title;
}
#ferrous-and-non-ferrous-scrap .grid div {
	text-align: left;
	padding: 0 5em 1em;
}
#ferrous-and-non-ferrous-scrap .grid ul li {
	list-style: circle;
}
/* Scrap Metal Sourcing */
/* Architectural Float Glass */
#architectural-float-glass,#afg::before {
	background-image: url(../images/afg.jpg);
}
/* Architectural Float Glass */
/* Energy Management Solutions */
#energy-management-solutions,#ems::before {
	background-image: url(../images/ems.jpg);
}
/* Energy Management Solutions */
/* Industrial Maintenance & Relocation */
#industrial-maintenance-and-relocation,#imr::before {
	background-image: url(../images/imr.jpg);
}
/* Industrial Maintenance & Relocation */
/* Industrial Tools & Supplies */
#industrial-tools-and-supplies,#its::before {
	background-image: url(../images/its.jpg);
}
/* Industrial Tools & Supplies */
/* Epoxy Floor Repairs */
#epoxy-floor-repairs,#efr::before {
	background-image: url(../images/efr.jpg);
}
/* Epoxy Floor Repairs */
/* Transport Warehousing & Logistics */
#transport-warehousing-and-logistics,#twl::before {
	background-image: url(../images/twl.jpg);
}
/* Transport Warehousing & Logistics */
#get-started,#gs::before {
	background-image: url(../images/hands2.jpg);
}
/* Transport Warehousing & Logistics */

/* Footer */
.vcard div {
	display: none;
}
.vcard div.split {
	display: block;
}
.vcard span:first-child:after {
	content: " |"
}
.vcard div:last-child span:after {
	content: " ";
}
.vcard .tel .main:before {
	content: "Phone: "
}
.vcard .tel .toll-free:before {
	content: "Toll-Free: "
}
/* Footer */

/* Section Styling */

/* Smaller Screen Styling */

@media screen and (max-width: 768px) {
	h1 {
		font-size: 4.35vw;
		line-height: 4.89vw;
	}

	h2 {
		font-size: 3.26vw;
		line-height: 3.67vw;
	}

	h3 {
		font-size: 2.54vw;
		line-height: 2.85vw;
	}

	h4,p,span,a,li {
		font-size: 2.17vw;
		line-height: 2.45vw;
	}

	h5 {
		font-size: 1.8vw;
		line-height: 1.5rem;
		line-height: 2.04vw;
	}

	h6 {
		font-size: 1.46vw;
		line-height: 1.63vw;
	}
	#return-to-home {
		width: 3.48vw;
		height: 3.48vw;
		border-width: 0.27vw 0.27vw 0 0;
		right: 2.78vw;
		bottom: 1.39vw;
	}
	logogram {
		max-width: 31.39vw;
		width: 31.39vw;
	}
	q.quote {
		padding: 6.26vw;
		width: 62.61vw;
		font-size: 3.26vw;
		line-height: 4.89vw;
	}
	q.right.quote::before {
		font-size: 25vw;
		top: 3.9vw;
		left: -3.48vw;
	}
	q.left.quote::after {
		font-size: 25vw;
		bottom: -6.26vw;
		right: -3.34vw;
	}
	q.full.quote::before {
		content: "";
		width: 3.48vw;
		height: 3.48vw;
		border: 0 solid #f0a202;
		border-width: 0 0 0.27vw 0.27vw;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size: 6rem;
		display: block;
		position: absolute;
		bottom: -4vw;
		left: 50%;
		right: 50%;
	}
	q.full.quote::after {
		content: "";
		width: 3.48vw;
		height: 3.48vw;
		border: 0 solid #f0a202;
		border-width: 0 0 0.27vw 0.27vw;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size: 6rem;
		display: block;
		position: absolute;
		bottom: -6vw;
		left: 50%;
		right: 50%;
	}
	.content {
		padding: 3.48vw 16vw;
		border-top-width: 1.39vw;
		width: 100vw;
		clear: both;
		background-color: #e5eaef;
		overflow: hidden;
	}
	.content h2,.content h3,.content h4,.content p 	{
		margin: 2.09vw 0;
	}
	.content h2,.content h3,.content h4,.content .contactInfo * {
		font-size: 2.54vw;
		line-height: 2.85vw;
	}
	.content .focus {
		width: 56%;
	}
	.content .started {
		margin: 0 0 0 4.7vw;
		padding: 0 0 0 4.7vw;
		border: 0 dashed #f0a202;
		border-left-width: 0.27vw;
		width: 35%;
	}
	#home p {
		padding: 5.57vw 0 0 0;
	}
	#home p img {
		width: 95%;
	}
	#home nav li {
		width: 91vw;
		margin: 0.7vw 0 0;
		border: 0.14vw solid #f0a202;
	}
	#home nav li a {
		padding: 2.78vw;
		font-size: 2.54vw;
		line-height: 2.85vw;
	}
	.otf {
		max-width: 19.02vw;
		width: 19.02vw;
	}
}
@media screen and (max-width: 507px) {
	h1 {
		margin: 0 !important;
		font-size: 10vw;
		line-height: 11.25vw;
	}

	h2 {
		font-size: 7.5vw;
		line-height: 8.44vw;
	}

	h3 {
		font-size: 5.85vw;
		line-height: 6.56vw;
	}

	h4,p,span,a,li {
		font-size: 5vw;
		line-height: 5.63vw;
	}

	h5 {
		font-size: 4.15vw;
		line-height: 4.69vw;
	}

	h6 {
		font-size: 3.35vw;
		line-height: 3.75vw;
	}
	#return-to-home {
		width: 8vw;
		height: 8vw;
		border-width: 0.63vw 0.63vw 0 0;
		right: 6.4vw;
		bottom: 3.2vw;
	}
	.logogram {
		max-width: 72.19vw;
		width: 72.19vw;
		float: none !important;
		visibility: hidden;
	}
	q.quote {
		padding: 14.4vw;
		width: 100vw;
		font-size: 7.5vw;
		line-height: 11.25vw;
	}
	q.right.quote::before {
		font-size: 57.5vw;
		top: 8.96vw;
		left: -8vw;
	}
	q.left.quote::after {
		font-size: 57.5vw;
		bottom: -14.4vw;
		right: -7.68vw;
	}
	q.full.quote::before {
		content: "";
		width: 8vw;
		height: 8vw;
		border: 0 solid #f0a202;
		border-width: 0 0 0.63vw 0.63vw;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size: 6rem;
		display: block;
		position: absolute;
		bottom: -5vw;
		left: 50%;
		right: 50%;
	}
	q.full.quote::after {
		content: "";
		width: 8vw;
		height: 8vw;
		border: 0 solid #f0a202;
		border-width: 0 0 0.63vw 0.63vw;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		font-size: 6rem;
		display: block;
		position: absolute;
		bottom: -7vw;
		left: 50%;
		right: 50%;
	}
	.content {
		padding: 8vw 8vw;
		border-top-width: 3.13vw;
		min-width: 100vw;
		clear: both;
		background-color: #e5eaef;
		overflow: hidden;
		text-align: center;
	}
	.content h2,.content h3,.content h4,.content p 	{
		margin: 4.8vw 0;
	}
	.content h2,.content h3,.content h4,.content .contactInfo * {
		font-size: 5.85vw;
		line-height: 6.56vw;
	}
	.content .focus,.content .started{
		display: inline;
		vertical-align: baseline;
	}
	.content .focus {
		width: 100%;
	}
	.content .started {
		margin: 0;
		padding: 0;
		border: 0 dashed #0a2a5a;
		border-left-width: 0;
		width: 100%;
	}
	.content .contactInfo .tel {
		margin: 2.55vw 0 0 0;
		display: block;
	}
	.tel::after {
		content: ""
	}
	#home .logogram {
		visibility: visible;
	}
	#home h1 {
		display: none;
	}
	#home h2 {
		padding: 6.4vw 0 0 0;
	}
	#home p{
		padding: 6.4vw 0 0 0;
	}
	#home nav li {
		width: 84vw;
		margin: 1.6vw 0;
		border: 0.31vw solid #0a2a5a;
	}
	#home nav li a {
		padding: 6.4vw;
		font-size: 5.85vw;
		line-height: 6.56vw;
	}
	.otf {
		max-width: 73.75vw;
		width: 73.75vw;
	}
	#getStarted .logogram {
		visibility: visible;
	}
}

/* Smaller Screen Styling */