/*General ============================*/
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "Verdana";
	color: #231f20;
}
.h1 {
	font-size: 2.5em;
}
.padT100 {
	padding-top: 100px;
}
.padB100 {
	padding-bottom: 100px;
}
.center {
	text-align: center;
}
.center-auto {
	margin: 0px auto;
}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
.h1, .wing {
	display: inline-block;
}
.wing {
	padding: 0em 0.5em 1.3em 0.5em;
	width: 90px;
}
.h1, h5, p, .title {
	color: #231f20 !important;
	font-family: "Verdana" !important;
}
.blueButtons {
	padding: 15px 20px;
	color: #fff;
	background: #0580c1;
	font-size: 1.2em;
}
.blueButtons:hover {
	color: #fff;
	text-decoration: underline;
}
.dropdown-pane1 {
	left: 50% !important;
	transform: translate(-50%, 0%) !important;
}
.dropdown-pane {
	max-width: 900px !important;
}
ul.bxslider {
	margin-left: 0px;
}
/*Navigation Bar ======================*/ 
nav .navItems li {
	display: inline-block;
	padding: 10px 15px;
}
nav .navItems li a {
	color: #0580c1;
	font-size: 1em;
	font-family: "Verdana";
}
nav .navItems li a:hover {
	text-decoration: none;
	color: #000;
	transition: 0.25s;
}
nav {
	color: #0580c1;
}
/*Hero ==============================*/
#hero {
	position: relative;
	margin-top: 125px;
}
.hero-bg-image {
	width: 100%;
	height: 700px;
	background-image: url("../images/hero-bg-2.jpg");
	background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.hero-text {
	color: #fff;
	font-size: 2.5em;
	width: 600px;
	text-shadow: 1px 1px rgba(0, 0, 0, .4);
}
.hero-placement {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
/*Products ==========================*/
.product-list {
	width: 100%;/*border: 2px solid red;*/
}
.product-list p {
	font-size: 0.9em;
}
.product-item {
	width: 200px;
	height: 200px;
	border: 2px solid #0580c1;
}
.product-item:hover {
	cursor: pointer;
	border: 2px solid lightgreen;
}
.dropdown-pane {
	font-size: 0.8em;
}
.neg15 {
	margin-top: -10px;
}
/*Services ===========================*/
.title {
	font-size: 1.2em;
}
/*Supply =============================*/
.supply-list-button:hover {
	cursor: pointer;
}
/*About ===============================*/
#news .medium-6 {
	width: 46%;
}
/*Contact ============================*/
.contact-box {
	border: 2px solid #0580c1;
	position: relative;
	max-width: 240px;
	padding: 15px;
	font-family: "Verdana";
}
.contact-box img {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, 0%);
}
input[type=text] {
	border: 1px solid lightgray;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	margin-bottom: 38px;
	padding: 0px 20px;
}
textarea[rows] {
	height: 138px !important;
}
#email {
	background-image: url(../images/email-icon-01.svg);
	background-size: 30px;
	background-position: 16px 8px;
	background-repeat: no-repeat;
	text-indent: 30px;
}
#fullname {
	background-image: url(../images/fullname-icon-01.svg);
	background-size: 25px;
	background-position: 18px 10px;
	background-repeat: no-repeat;
	text-indent: 30px;
}
#message {
	background-image: url(../images/message-icon-01.svg);
	background-size: 25px;
	background-position: 10px 8px;
	background-repeat: no-repeat;
	text-indent: 40px;
}
#message {
	border: 1px solid lightgray;
}
.textarea[rows] {
	height: 125px;
}
#submit {
	padding: 15px 20px;
	color: #0580C1;
	background-color: transparent;
	border: 1px solid #0580C1;
	margin: .25em;
	padding: .75em 1.5em;
}
/*Footer ================================*/
footer {
	background: #0580c1;
	color: #fff;
}
.credits {
	font-size: 0.7em;
}
/*Thank You Page ==============================*/
.thanks {
	height: 40vh;
}

@media only screen and (max-width: 75em) and (min-width: 40em) {
.navItems {
	display: none;
}
.wing {
	display: none;
}
.hero-text {
	margin: 0 auto;
}
.hero-placement {
	width: 80%;
	font-size: 1.2em;
}
.hero-bg-image {
	height: 500px;
}
#news .medium-6 {
	width: 46%;
}
.bluebuttons {
	font-size: 1.2em;
}
}

@media only screen and (max-width: 39.99999em) {
.contact-box img {
	display: none;
}
.contact-box {
	padding-bottom: 40px;
	margin-bottom: 15px;
}
.wing {
	display: none;
}
.navItems {
	display: none;
}
.wing {
	width: 10%;
}
.hero-placement {
	width: 80%;
	font-size: 1.2em;
}
.hero-text {
	margin: 0 auto;
	width: 80%;
}
.hero-bg-image {
	height: 400px;
}
#news .medium-6 {
	width: 100%;
	padding: 0px 10px;
}
.bluebuttons {
	font-size: 1em;
}
}
