9:47 PM 9/12/2018/*/*----------------------------------------------------------------------------

	LEWIS & COMPANY WEBSITE
	2014

----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------

	Resets

----------------------------------------------------------------------------*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, html, div, blockquote, img, label, p, a, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, fieldset, input, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	color: #484848;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1em;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}
video {
	height: auto;
	max-width: 100%;
}
a, :focus {
	outline: 0;
}
a {
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	    -ms-transition: all 0.25s ease-in-out 0s;
	     -o-transition: all 0.25s ease-in-out 0s;
}
a, a:visited {
	color: #00549c;
	text-decoration: none;
}
a:hover, a:active {
	color: #00549c;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
::-moz-selection {
	color: #333;
	background-color: #e3e3e3;
}
::selection {
	color: #333;
	background-color: #e3e3e3;
}

/*----------------------------------------------------------------------------

	Utility Classes

----------------------------------------------------------------------------*/

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/*----------------------------------------------------------------------------

	Header

----------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	max-height: 6em;
	width: 100%;
	background-color: #0e9cd9;
	padding: 0.5em;
	border-bottom: 0.5em solid #00549c;
}
.logo {
	display: inline-block;
}
.logo img {
	height: 5em;
}
nav {
	float: right;
	display: inline-block;
	margin-top: 2em;
}
.menu-item {
	color: #f9f9f9;
	font-size: 1em;
	float: left;
	list-style: none;
	margin-right: 2em;
	font-weight: 300;
}
.menu-item a {
	color: #f9f9f9;
}
.menu-item a:hover {
	color: #00549c;
}
#menu-toggle {
	display: none !important;
}
/*----------------------------------------------------------------------------

	Hero

----------------------------------------------------------------------------*/
.hero {
	height: auto;
	text-align: center;
	background-image: url(images/cubes.png);
	border-bottom: 0.5em solid #e9e9e9;
	padding-top: 5.5em;
}
.hero-text {
	width: 45em;
	margin: auto;
}
.hero-text h1 {
	padding-top: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0.7em;
	font-weight: 600;
}
/*----------------------------------------------------------------------------

	Image Carousel

----------------------------------------------------------------------------*/
.carousel { 
	position: relative;
	clear: both;
}
.carousel img { 
	position: absolute; 
	left: 0; 
	top: 28px;
	width: 100%;
}
/*----------------------------------------------------------------------------

	Team

----------------------------------------------------------------------------*/
.team {
	border-top: 0.5em solid #0e9cd9;
	background-image: url(images/cubes.png);
	border-bottom: 0.5em solid #0e9cd9;
	height: auto;
}

.who-we-are {
	width: 40em;
	margin: auto;
}
.who-we-are h2 {
	color: #484848;
	font-weight: 300;
	padding-top: 1.2em;
}
.who-we-are p {
	line-height: 1.6em;
}
.team-members {
	background-color: #f9f9f9;
	padding-top: 3em;
	padding-bottom: 3em;
	border-bottom: 0.5em solid #0e9cd9;
	height: 100%;
	width: 100%;
}
.member {
	margin: auto;
	width: 45em;
	padding-top: 1.5em;
	padding-bottom: 3em;
}
.member img {
	width: 8em;
	height: 8em;
	border-radius: 0.15em;
	background-color: #e9e9e9;
	margin-bottom: 0.8em;
	border: none;
	float: left;
	margin-right: 2.1em;
/*	box-shadow: 1px 1px 3px 2px #CBC7C7;*/
}
.member h3 {
	color: #0e9cd9;
	margin-bottom: 0.3em;
	font-weight: 300;
}
/*----------------------------------------------------------------------------

	Manufacturers

----------------------------------------------------------------------------*/
.manufacturers {
	background-color: #f9f9f9;
	height: 50em;
	border-bottom: 0.5em solid #00549c;
}
.manu-text {
	width: 40em;
	margin: auto;
	padding-top: 3em;
}
.manu-text h2 {
	font-weight: 300;
}
.manus {
	margin: auto;
	width: 70%;
}
.manus-2 {
	display: none;
}
figure {	
	margin: auto;
}
.manu img {
	margin: auto;
	max-width: 10em;
	padding-top: 3.5em;
	padding-bottom: 3em;
}
/*----------------------------------------------------------------------------

	Contact

----------------------------------------------------------------------------*/
#contact {
	background-color: #0e9cd9;
	height: 30em;
	color: #f9f9f9;
	padding-top: 3em;
	width: 100%;
}
.contact-text {
	width: 25%;
	margin-left: 5%;
	margin-right: 0%;
	float: left;
}
.contact-text h3 {
	font-weight: 300;
	margin-bottom: 0.1em;
}
.contact-text h5 {
	font-weight: 300;
	margin-bottom: 1.5em;
}
.contact-text p {
	margin-bottom: 1.4em;
	font-weight: 300;
	font-size: 0.8em;
}
.contact-form {
	width: 60%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}
.input {
	height: 3em;
	border-radius: 0.2em;
	border: 0.2em solid #e9e9e9;
	font-size: 1em;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 1em;
}
.input-half {
	height: 3em;
	border-radius: 0.2em;
	border: 0.2em solid #e9e9e9;
	font-size: 1em;
	padding: 0.5em;
	width: 49.5%;
	margin-bottom: 1em;
}
textarea {
	min-height: 10em;
	max-height: 10em;
	font-size: 1em;
}
button {
	width: 6em;
	height: 2.5em;
	color: #f9f9f9;
	font-size: 1em;
	border-radius: 0.2em;
	border: solid 0.1em #084376;
	background-color:  #00549c;
}
button:hover {
	background-color:  #084376;
}
/*----------------------------------------------------------------------------

	Resources

----------------------------------------------------------------------------*/
.resources {
	padding-top: 6em;
	width: 70%;
	margin: auto;
}
.row {
	clear: both;
}
.third-page {
	width: 33.3%;
	float: left;
}
.resources h3 {
	margin-top: 1em;
}
.resources ul {
	margin-bottom: 2em;
}
.resources li {
	margin-left: 2em;
}
/*----------------------------------------------------------------------------

   Small screen query

----------------------------------------------------------------------------*/
@media only screen and (max-width: 1150px) {
	.third-page {
		width: 50%;
		float: left;
	}	
	.row {
		clear: right;
	}
}
@media only screen and (max-width: 825px) {
	.resources {
		width: 90%;
	}
	.third-page {
		width: 100%;
		float: left;
	}	
	.row {
		clear: right;
	}
}

@media only screen and (max-width: 753px) {
	.logo img {
		height: 4.5em;
	}
	#menu-toggle {
		display: inline-block !important;
		float: right;
		color: #f9f9f9;
		font-size: 2em;
		margin-top: 0.6em;
		margin-right: 0.6em;
	}
	nav {
		display: none;
	}
	.menu-item {
		font-size: 0.9em;
	}
	.manus {
		width: 100%;
	}
	#contact {
		height: 51em;
	}
	.contact-text {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.contact-form {
		width: 100%;
	}
	.input-half, .input {
		width: 90%;
	}
}
@media only screen and (max-width: 555px) {
	.logo img {
		height: 3.5em;
	}
	#menu-toggle {
		display: inline-block !important;
		float: right;
		color: #f9f9f9;
		font-size: 1.5em;
		margin-top: 0.6em;
		margin-right: 0.6em;
	}
	nav {
		display: none;
	}
	.menu {
		margin: auto;
	}
	.menu-item {
		font-size: 0.9em;
		margin-right: 0.8em;
	}
	.hero {
		height: 28em;
	}
	.hero-text {
		width: 17em;
	}
	.hero-text h1 {
		font-size: 2em;
	}
	.hero-text h4 {
		font-size: 0.8em;
	}
	.team {
		height: 48em;
	}
	.who-we-are {
		width: 90%;
		margin: auto;
	}
	.team h2 {
		font-size: 1.6em;
	}
	.team p, .team-members p {
		font-size: 0.9em;
	}
	.team-members {
		margin: auto;
		height: 70em;
	}
	.member {
		width: 90%;
		padding-bottom: 0.5em;
	}
	.team-members h3 {
		font-size: 1.2em;
		width: 90%;
	}
	.team-members p {
		width: 90%;
	}
	.member img {
		float: none;
	}
	.manufacturers {
		height: 82em;
	}
	.manu-text {
		width: 90%;
	}
	.manu-text h2 {
		font-size: 1.6em;
	}
	.manu-text p {
		font-size: 0.8em;
	}
	.manu figure {
		height: 130px;
	}
	#contact {
		height: 51em;
	}
	.contact-text {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.contact-form {
		width: 100%;
	}
	.input-half, .input {
		width: 90%;
	}
	.manus-2 {
		display: block;
		margin: auto;
		width: 50%;
	}
	.manus {
		display: none;
	}
}
@media only screen and (max-width: 467px) {
	
}