@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Roboto+Slab:400,700');

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font: 1rem/1.25rem 'Roboto Condensed', Times, sans-serif;
	color: #575757;
}

section {
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 960px;
	width: 75%;
	margin: 0 auto;
	padding: 0 2rem;
}

.flex {
    display: flex;
    justify-content: flex-start;
}

p {
	margin: 0 0 2rem;
}

a, a:visited {
	text-decoration: none;
	color: #7985a3;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
}

h1 {
	font-size: 3rem;
	line-height: 3.1rem;
}

/* HEADER STYLES */
.logo {
	width: 12%;
	height: 5%;
	display: block;
}

nav {
	margin-left: 3rem;
	margin-top: 1.2rem;
}

nav ul {
	list-style: none;
	padding: 0;
}

nav ul li {
	margin-right: .9rem;
}

nav ul li a, nav ul li a:visited {
	padding: .25rem .35rem;
	text-decoration: none;
	color: #aeb5ba;
}

nav ul li a:hover, nav ul li a:visited:hover {
	background: #aeb5ba;
	color: #575757;
	text-decoration: none;
}

.social ul li a:hover .social ul li a:visited:hover {
	background: none;
}

.centerText {
	text-align: center;
}

/* HERO SECTION */

.hero {
	background: url("../images/production.jpg") no-repeat;
	background-size: cover;
	min-height: 40rem;
}

.hero .container {
	width: 48%;
    justify-content: flex-start;
    margin: 3rem;
    margin-left: 12%;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.7rem;
	padding: 2rem;
	background: rgba(136,170,197,.85);
}

/* HOME SECTIONS */
.homesection {
	height: 60vh;
	margin: 0 auto;
}

.homesection .mainImage {
	display: block;
	width: 52%;
}

.homesection .container {
	text-align: center;
	width: 25%;
	align-self: center;
}

.homesection .icon {
	width: 8.875rem;
}