@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body {
	margin: 0 auto;
	min-width: 1000px;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
}

header {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: 2px #d2c500 solid;
}

.wrapper {
	position: relative;
	max-width: 1060px;
	padding: 30px 20px;
	margin: 0 auto;
}

header .wrapper {
	padding: 0px 20px;
}

header nav {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

nav a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	padding: 0 15px;
	font-weight: 500;
}

button {
	background-color: #D2C500;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}

.logo {
	height: 90px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

input,
button,
textarea {
	font-family: 'Quicksand', sans-serif;
}

.banner {
	background-image: url('../images/banner2.jpg');
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 550px;
	background-size: 100%;
	background-position: center;
	overflow: hidden;
}

.banner-text {
	max-width: 1060px;
	padding: 0 20px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

.banner-text h1 {
	font-size: 4.5em;
	margin-bottom: 0px;
	margin-top: 0;
}

.banner-text p {
	font-size: 1.8em;
	margin-top: 0;
}

.banner-text img {
	display: none;
}

.left,
.right {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 500px;
	overflow: hidden;
}

.who {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;

	.left {
		background-color: #C6BC00;
		color: #191818;
		width: 50%;
	}
}


.left>div,
.procurement .right>div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.left h2,
.left p {
	margin-left: 10%;
	padding-right: 10%;
}

.left h2 {
	font-size: 3em;
	margin-top: 0;
}

.left p {
	font-size: 1.2em;
	line-height: 150%;
}

.who .right {
	background-image: url('../images/oily.jpg');
	background-position: center;
	background-size: cover;
	width: 50%;
}

.services h2,
footer h2 {
	text-align: center;
	font-size: 3em;
}

.services .left h2,
.services .left p {
	margin-left: 0;
	margin-right: 0;
}

.line {
	position: relative;
	display: block;
	width: 80px;
	margin: 15px auto 30px;
	height: 2px;
	background-color: #C6BC00;
}

.icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 20px;
	vertical-align: middle;
	border: 1px #C0C0C0 solid;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
}

.icon>div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.icon i {
	font-size: 3em;
}

.icon span {
	display: block;
	margin-top: 10px;
}

.procurement {
	background-color: #E6E6E6;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.procurement .right p {
	font-size: 1.15em;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 150%;
}

.procurement .right h2 {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 3em;
	margin-top: 0;
}

button:hover {
	cursor: pointer;
}

button:active {
	opacity: .9;
}

.services .right,
.services .left {
	height: 400px;
	width: 50%;
}

.services .right {
	border-left: 1px #eee solid;
	width: 49%;
}

.procurement .right,
.procurement .left {
	height: 550px;
	width: 50%;
	display: inline-block;
}

.procurement button {
	background-color: #C6BC00;
	color: #fff;
	border: none;
	width: 300px;
	padding: 20px 0;
	margin: 20px auto;
	margin-left: 10%;
}

.procurement .left {
	background-image: url('../images/procure.jpg');
	background-size: cover;
	overflow: hidden;
}

.procurement .right {
	background: none;
	overflow: hidden;
}

footer {
	padding: 20px 0;
	position: relative;
	width: 100%;
	background-color: #333333;
	color: #FFF;
	overflow: hidden;
	margin-top: -4px;

	.flex {
		display: flex;
		align-self: flex-start;
		
		.left, .right {
			width: 50%;
		}
	}
}

footer .left h3,
footer .right h3 {
	font-size: 2em;
}

footer .left,
footer .right {
	height: auto;
}

footer .left p {
	margin-left: 0;
	margin-right: 0;
}

footer .left p strong {
	font-weight: 500;
}

footer .long-line {
	position: relative;
	display: block;
	background-color: #414141;
	height: 1px;
	margin: 30px auto;
}

form input,
textarea {
	width: 380px;
	margin-bottom: 15px;
	border: none;
	padding: 10px 15px;
	font-style: italic;
	text-transform: lowercase;
}

form button {
	padding: 20px;
	border: none;
	width: 200px;
	display: block;
}

form textarea {
	height: 80px;
}

.credit {
	display: inline-block;
	float: right;
}