@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: -webkit-linear-gradient(270deg,rgba(83,65,91,0.71) 0%,rgba(213,196,251,0.73) 38.49%,rgba(213,198,255,0.20) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(83,65,91,0.71) 0%,rgba(213,196,251,0.73) 38.49%,rgba(213,198,255,0.20) 100%);
	background-image: -o-linear-gradient(270deg,rgba(83,65,91,0.71) 0%,rgba(213,196,251,0.73) 38.49%,rgba(213,198,255,0.20) 100%);
	background-image: linear-gradient(180deg,rgba(83,65,91,0.71) 0%,rgba(213,196,251,0.73) 38.49%,rgba(213,198,255,0.20) 100%);	
			
}

.container {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

header{
	height: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 3em;
	color: rgba(104,51,140,1.00);
	font-style: oblique;
	text-shadow: 8px 8px 3px rgba(70,49,90,1.00);
}

/* Begining of Nav */

/* nav {
	height: 75px;
	background-color: rgba(255,157,0,1.00);
}

nav ul {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 75%;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 10000;
}

nav ul li {
	display: block;
	width: 14%;
	float: left;
	height: 75px;
}
nav ul li a {
	display: block;
	width: 100%;
	height: 50px;
	background-color: rgba(115,0,1,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-decoration: none;
	padding-top: 25px;
}
nav ul li a:hover {
	background-color: rgba(30,255,0,1.00);
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul {
	width: 100%;
	display: none;
}

nav ul li ul li {
	width: 100%;
	float: none;
}

nav ul li ul li a {
	background-color:rgba(253,205,255,1.00);
}

nav ul li ul li a:hover {
	background-color:rgba(148,213,124,1.00);
} */


nav {
	width: 100%;
	height: 75px;
	background-color: rgba(120,57,162,1.00);
	margin-top: 80px;
	margin-bottom: 0;
	display: block;
	text-align: center;
	position: relative;
} 

nav ul {
	list-style-type: none;
	padding: 0;
	width: 85%;
	margin-left: auto;
	margin-right: auto;	
	list-style-image: none;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 10000;
}

nav ul li{
	width: 12.5%;
	height: 75px;
	display: block;
	float: left;
}

nav ul li a {
	display: block;
    color: white;
    text-align: center;
    padding: 25px;
    text-decoration: none;
	width: 100%;
	height: 25px;
	font-weight: bold;
}
	

nav ul li a:hover {
	background-color: rgba(103,5,207,0.89);
	text-shadow: 6px 6px rgba(126,99,145,1.00);
	color: rgba(13,60,67,0.67);
}

/*End of Nav */

/*Begining of Dropdown*/

nav ul li:hover ul {
	display: block;
}

nav ul li ul {
	width: 100%;
	display: none;
}

nav ul li ul li {
	width: 100%;
	float: none;
}

nav ul li ul li a {
	background-color: rgba(71,109,115,1.00);
}

nav ul li ul li a:hover {
	background-color: rgba(27,72,79,1.00);
}

nav ul li ul li ul

main {
	background-color: rgba(93,0,181,1.00);
}

/*End of Dropdown*/

section {

	position: relative;
	min-width: 400px;
}

section h2 {
	color: rgba(10,131,151,1.00);
	text-align: center;
	font-size: 2.5em;
	text-shadow: 1px 1.5px 5px rgba(94,48,191,1.00);
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

section h3 {
	color: rgba(10,131,151,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	text-shadow: 2.5px 2.5px rgba(94,48,191,1.00);
}

article {
	/* margin-left: 220px; 
	margin-right: 320px;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	color: rgba(77,17,117,1.00);
	width: 85%;
	margin-left: auto; 
	margin-right: auto;
} 

article img {
	width: 175px;
	padding-left: 9px;
	margin-top: 14px;
	height: 165px;
}

article p {
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
	text-indent: 17px;
	display: block;
	font-size: 1em;
	white-space: normal;
}

article div {
	color: rgba(162,149,175,1.00);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
}

form {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 40;
	background-color: rgba(186,162,247,0.91);
	border-radius: 15px;
	border: 1px dotted rgba(104,51,140,1.00);
	width: 75%;
	-webkit-box-shadow: 3px 3px 15px 2px rgba(117,70,159,1.00);
	box-shadow: 3px 3px 15px 2px rgba(117,70,159,1.00);
}
fieldset {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 25px;
	border: 3px double rgba(190,168,241,1.00);
	border-radius: 25px;
}
legend {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 1.5em;
	color: rgba(116,55,151,1.00);
}
label {
	display: block;
	float: left;
	color: rgba(114,47,159,1.00);
	font-size: 1em;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: bold;
	text-align: right;
	width: 12%;
}

input[type="text"] {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	border: 2px solid rgba(150,50,208,1.00);
	color: rgba(69,7,180,1.00);
	width: 80%;
}
input[type="text"]:focus {
	color: rgba(69,7,180,1.00);
	border-color: rgba(150,50,208,1.00);
	background-color: rgba(255,255,255,1.00);
}
input[type="text"]:hover {
	color: rgba(69,7,180,1.00);
	border-color: rgba(10,131,151,1.00);
}

input[type="email"] {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	border: 2px solid rgba(178,154,228,1.00);
	color: rgba(10,131,151,1.00);
	width: 80%;
}
input[type="email"]:focus {
	color: rgba(0,112,93,1.00);
	border-color: rgba(0,112,93,1.00);
	background-color: rgba(255,255,255,1.00);
}
input[type="email"]:hover {
	color: rgba(0,112,93,1.00);
	border-color: rgba(0,112,93,1.00);
}

input[type="checkbox"] {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	border: 2px solid rgba(10,131,151,1.00);
	color: rgba(10,131,151,1.00);
	background-attachment: fixed;
	width: 80%;
}
input[type="checkbox"]:focus {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
	background-color: rgba(255,255,255,1.00);
}
input[type="checkbox"]:hover {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
}

input[type="tel"] {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	border: 2px solid rgba(10,131,151,1.00);
	color: rgba(10,131,151,1.00);
	background-attachment: fixed;
	width: 80%;
}
input[type="tel"]:focus {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
	background-color: rgba(255,255,255,1.00);
}
input[type="tel"]:hover {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
}

select {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	border: 2px solid rgba(10,131,151,1.00);
	color: rgba(10,131,151,1.00);
	
	background-attachment: fixed;
	width: 80%;
}
select:focus {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
	background-color: rgba(255,255,255,1.00);
}
select:hover {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
}
option {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(10,131,151,1.00);
}

textarea {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	border: 2px solid rgba(10,131,151,1.00);
	color: rgba(10,131,151,1.00);
	
	background-attachment: fixed;
	width: 80%;
	height: 200px;
}
textarea:focus {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
	background-color: rgba(255,255,255,1.00);
}
textarea:hover {
	color: rgba(10,131,151,1.00);
	border-color: rgba(10,131,151,1.00);
}



input[type="submit"] {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	border: 2px solid rgba(255,255,255,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	border-radius: 10px;
	text-shadow: 3px 3px 6px rgba(0,38,33,1.00);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(165,146,113,1.00);
	box-shadow: 3px 3px 6px 1px rgba(165,146,113,1.00);
	cursor: pointer;
}
input[type="submit"]:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(153,255,222,1.00) 0%,rgba(0,147,119,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(153,255,222,1.00) 0%,rgba(0,147,119,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(153,255,222,1.00) 0%,rgba(0,147,119,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(153,255,222,1.00) 0%,rgba(0,147,119,1.00) 100.00%);
}

input[type="reset"] {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	border: 2px solid rgba(255,255,255,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(229,131,252,1.00) 0%,rgba(67,0,99,1.00) 100%);
	border-radius: 10px;
	text-shadow: 3px 3px 6px rgba(0,38,33,1.00);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(184,185,249,1.00);
	box-shadow: 3px 3px 6px 1px rgba(184,185,249,1.00);
	cursor: pointer;
}
input[type="reset"]:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(185,173,204,1.00) 5.16%,rgba(0,147,119,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(185,173,204,1.00) 5.16%,rgba(0,147,119,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(185,173,204,1.00) 5.16%,rgba(0,147,119,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(185,173,204,1.00) 5.16%,rgba(0,147,119,1.00) 100%);
}


footer {
	height: 75px;
	display: block;
}

footer div {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 1em;
	text-align: center;
	color: rgba(9,75,86,1.00);
}

section article p {
	font-size: 1.5em;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-indent: 17px;
	text-shadow: 0px 0px rgba(79,174,190,1.00);
} 



@media only screen and (max-width: 700px) {
	
	header {
	
	}
	
	nav ul li a {
		font-size: 0.95em;
	}
}

@media only screen and (max-width: 500px) {
	
	nav {
		height: 375px;
	}
	
	nav ul {
		width: 100%;
		height: 375px;
	}
	
	nav ul li {
		width: 100%;
		float: none;
		height: 75px;
	}
	
	nav ul li a {
		height: 75px;
		font-size: 2em;	
	}
}

@media only screen and (min-width: 1200px) {
	
	header {
	
	}	
}

@media only screen and (orientation: landscape) {
	
}

@media only screen and (max-width: 1200px){
	
	article {
		/* margin-right: 220px; */
	}
	
	.right_quote {
	width: 200px;
	}
}


/* Common Styles */

.clear {
	clear: both;
}

/* End of Common Styles */

/* Home Button Styles */

ul li a.home {
	width: 149px;
	background-position: 0px 0px;
}

ul li a.home:hover {
	width: 149px;
	background-position: 0px -50px;	
}

ul li a.home:active {
	width: 149px;
	background-position: 0px -100px;	
}

/* End Home Button Styles */	


/* About Button Styles */	
ul li a.about {
	width: 177px;
	background-position: -149px 0px;	
}

ul li a.about:hover {
	width: 177px;
	background-position: -149px -50px;	
}

ul li a.about:active {
	width: 177px;
	background-position: -149px -100px;	
}

/* End About Button Styles */

/* Products Button Styles */
ul li a.products {
	width: 169px;
	background-position: -326px 0px;
}

ul li a.products:hover {
	width: 169px;
	background-position: -326px -50px;
}

ul li a.products:active {
	width: 169px;
	background-position: -326px -100px;
}

/* End Products Button Styles */

/* Safety Button Styles */

ul li a.safety {
	width: 225px;
	background-position: -495px 0px;
}

ul li a.safety:hover {
	width: 225px;
	background-position: -495px -50px;
}

ul li a.safety:active {
	width: 225px;
	background-position: -495px -100px;
}

/* End Safety Button Styles */

/* Help Button Styles */
ul li a.help {
	width: 144px;
	background-position: -720px 0px;
}

ul li a.help:hover {
	width: 144px;
	background-position: -720px -50px;
}

ul li a.help:active {
	width: 144px;
	background-position: -720px -100px;
}
/* End Help Button Styles */

/* Contact Button Styles */
ul li a.contact {
	width: 164px;
	background-position: -864px 0px;
}

ul li a.contact:hover {
	width: 164px;
	background-position: -864px -50px;
}

ul li a.contact:active {
	width: 164px;
	background-position: -864px -100px;
}
/* End Contact Button Styles */
