.index {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
}

.index footer {
    bottom: 0;
    position: absolute;
    width: 35%;
    background-color: transparent;
    font-size: .7vw;
    margin-left: 5%;
}

.index html {
    height: 100%;
}

.index body {
    height: 100%;
    padding-bottom: 13%;
}

.contactPg {
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
	margin: 0px;
}

.servicesPg {
	background: linear-gradient(to bottom, white, #22b14c, #00a2e8);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
}

.servicesPg html {
	height: 100%;
}

.servicesPg body {
	margin: 0px;
	height: 100%;
}

.servicesPg footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 80%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .servicesPg footer {
        display: none;
    }
}

.formsPg footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 80%;
}

.quotePg footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-size: 80%;
}

.ordersPg {
	background: linear-gradient(to bottom, #00a2e8 0%,#00a2e8 70%,#00a2e8 30%,#22b14c 30%,#22b14c 100%); /* W3C */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.ordersPg body {
	margin: 0px;
}

.formsPg body {
    padding-bottom: 4%;
}

.ordersPg footer {
    margin-top: 1%;
    position: absolute;
    width: 100%;
    background-color: transparent;
    font-size: 80%;
    text-align: center;
}

.quotePg {
	background-image: url("../images/quoteb.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
}

.quotePg body {
    padding-bottom: 50px;
}

.formsPg {
	background-image: url("../images/formsb.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
}

.header {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 10%;
	text-align: center;
	width: 100%;
	height: 100px;
}

.header h1 {
	padding-top: 2%;
	font-family: Serif, "Times New Roman";
}

.navbar {
	overflow: hidden;
	background-color: transparent;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	text-align: center;
	margin-top: 1%;
}

.navbar #links a {
	margin-right: 5%;
	font-size: 1.1vw;
	color: #000000;
	text-decoration: none;
	font-family: Serif, "Times New Roman";
	font-weight: bold;
	letter-spacing: -1px;
}

.navbar #links a:active {
	color: #58b0e0;
}

.navbar8 {
	overflow: hidden;
	background-color: transparent;
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	text-align: center;
	margin-top: 1%;
}

.navbar8 #links8 a {
	margin-right: 5%;
	font-size: 1.1vw;
	color: #000000;
	text-decoration: none;
	font-family: Serif, "Times New Roman";
	font-weight: bold;
	letter-spacing: -1px;
}

.navbar8 #links8 a:active {
	color: #58b0e0;
}

.navbar5 {
	overflow: hidden;
	background-color: transparent;
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	text-align: center;
	margin: 0px;
	margin-top: 1%;
	padding-bottom: 1%;
}

.navbar5 #links5 a {
	margin-right: 5%;
	font-size: 1.1vw;
	color: #000000;
	text-decoration: none;
	font-family: Serif, "Times New Roman";
	font-weight: bold;
	letter-spacing: -1px;
}

.navbar5 #links5 a:active {
	color: #58b0e0;
}

.navbar3 {
	overflow: hidden;
	background-color: white;
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	text-align: center;
	margin: 0px;
	padding-bottom: 1%;
	position: fixed;
}

.navbar3 #links3 a {
	margin-right: 4%;
	font-size: 1.1vw;
	color: #000000;
	text-decoration: none;
	font-family: Serif, "Times New Roman";
	font-weight: bold;
	letter-spacing: -1px;
}

.navbar3 #links3 a:active {
	color: #58b0e0;
}

.navbar4 {
	overflow: hidden;
	background-color: white;
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	text-align: center;
	margin: 0px;
	padding-bottom: 1%;
	position: fixed;
}

.navbar4 #links4 a {
	margin-right: 4%;
	font-size: 1.2vw;
	color: #000000;
	text-decoration: none;
	font-family: Serif, "Times New Roman";
	font-weight: bold;
	letter-spacing: -1px;
}

.navbar4 #links4 a:active {
	color: #58b0e0;
}

#caption {
	margin-top: 17%;
	width: 35%;
	margin-left: 5%;
	font-size: 130%;
	font-family: Serif, "Times New Roman";
}

#caption hr {
    float: left;
	width: 20%;
}

#leftPanel hr {
	width: 30%;
	float: left;
	height: 2px;
	background: linear-gradient(to right, #22b14c, #00a2e8);
	border: 0;
}

#more {
	margin-left: 5%;
	font-size: 130%;
	width: 20%;
	font-family: Serif, "Times New Roman";
}

#more a {
	color: #000000;
	text-decoration: none;
}

#arrow {
	margin-left: 1%;
	color: #58b0e0;
	text-decoration: none;
}

#contactTitle h1 {
	margin-top: 2%;
	margin-right: 2%;
}

.navbar2 {
	overflow: hidden;
	background-color: transparent;
	background-image: linear-gradient(to right, #00a2e8, #22b14c);
	top: 0; /* Position the navbar at the top of the page */
	width: 103%; /* Full width */
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	display: block;
	margin-left: -2%;
}

.navbar2 #links2 a {
	margin-right: 4%;
	font-size: 1.1vw;
	color: #000000;
	text-decoration: none;
	font-family: Serif, "Times New Roman";
	font-weight: bold;
	letter-spacing: -1px;
}

#map {
	margin-top: 1%;
}

#leftPanel {
	margin-left: 8%;
	margin-top: 3%;
	width: 30%;
	float: left;
	line-height: 14px;
	border-right-style: solid;
	border-image: 
    linear-gradient(
      to bottom,
      #00a2e8, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
	margin-bottom: 1%;
}


#leftPanel a:visited {
    color: #22b14c;
}

#leftPanel a {
    color: #22b14c;
}

#leftPanel p {
	margin-right: 8%;
}

#leftPanel h3 {
	font-size: 100%;
}

.rightPanel {
	width: 57%;
	float: left;
	margin-top: 3%;
}

#addressIcon, #phoneIcon, #fax, #hours {
	margin-right: 1%;
}

#fax {
	margin-left: 4%;
}

#whitney {
	float: left;
	line-height: 14px;
	width: 20%;
}

.rightPanel h3 {
    font-family: Serif, "Times New Roman";
	margin-left: 7%;
	float: left;
	font-size: 100%;
	margin-top: -1%;
}

#lisa {
	float: left;
	line-height: 14px;
	margin-left: 12%;
	width: 20%;
}

#brandi {
	float: left;
	line-height: 14px;
	margin-left: 15%;
	width: 20%;
}

#renee {
	float: left;
	line-height: 14px;
	margin-top: 3%;
	width: 20%;
}

#alicia {
    margin-top: 3%;
    margin-left: 13%;
	float: left;
	line-height: 14px;
	width: 20%;
}

#tim {
    margin-top: 3%;
    margin-left: 15%;
	float: left;
	line-height: 14px;
	width: 20%;
}

.quote {
	margin-top: 2%;
	margin-left: 13%;
	border-radius: 25px;
	width: 74%;
	background-color: white;
	box-shadow: 0 0 10px 5px grey;
	margin-bottom: 1%;
}

.quote h1 {
	color: #3A3B3C;
	text-align: center;
}

#backArrow {
	float: left;
	margin-left: 4%;
	text-decoration: none;
	color: #3A3B3C;
}

#date {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 4%;
	margin-top: 2%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
	cursor: pointer;
}

#name {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 2%;
	margin-top: 2%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
}

#company {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 4%;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
}

#address {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 2%;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
}

#city {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 4%;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
}

#state {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 2%;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
	cursor: pointer;
}

select {
	text-align: center;
	text-align-last: center;
}

#phone {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 4%;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
}

#email {
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 45%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 2%;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	background-color: #d3d3d3;
}

#checks {
    width: 100%;
    margin-top: 3%;
    font-size: .9vw;
}

#ww {
	margin-left: 30%;
	cursor: pointer;
}

#dw {
	cursor: pointer;
}

#solid {
	cursor: pointer;
}

#sw {
	cursor: pointer;
}

#other {
	cursor: pointer;
}

#message {
	margin-top: 3%;
	width: 50%;
	margin-left: 25%;
	padding-bottom: 8%;
	padding-top: 2%;
	border-radius: 10px 10px 10px 10px;
	text-indent: 3%;
}

#submit {
	border-radius: 10px 10px 10px 10px;
	margin-top: 2%;
	width: 25%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 2%;
	margin-left: 38%;
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	background-image: linear-gradient(to right, #22b14c , #00a2e8);
	font-weight: bold;
	cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.white_content {
  display: none;
  position: fixed;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  box-shadow: 0 0 10px 5px grey;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

#servicesTitle h1 {
	text-align: center;
	line-height: 200px;
	font-size: 5vw;
	background-image: linear-gradient(to top, #22b14c , #00a2e8);
	color: white;
}

#servicesTitle {
	height: 200px;
	width: 100%;
	margin-top: 11%;
}

#drinking {
	margin-left: 14%;
	float: left;
	width: 29%;
	text-align: left;
	margin-bottom: 6%;
}

#drinkLink {
	color: white;
}

#stormLink {
	color: white;
}

#storm {
	float: left;
	width: 29%;
	text-align: left;
}

#hazard {
	float: left;
	width: 28%;
	text-align: left;
}

#sp {
	float: left;
	width: 29%;
	text-align: left;
	margin-left: 14%;
}

#ss {
	float: left;
	width: 29%;
	text-align: left;
	margin: auto;
}

#sample {
	float: left;
	width: 28%;
	text-align: left;
}

#pet {
	float: left;
	width: 29%;
	margin-left: 14%;
	text-align: left;
	margin-top: 5%;
}

#dry {
	float: left;
	margin-top: 5%;
	width: 29%;
	text-align: left;
}

#liquid {
	float: left;
	margin-top: 5%;
	width: 28%;
	text-align: left;
	margin-bottom: 5%;
}

.mainContent {
	color: white;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 5%;
}

.mainContent #light2 {
	color: black;
}

.mainContent dl, dt, dd {
	margin: 0;
}

.mainContent dd {
	line-height: 30px;
}

.mainContent2 {
	color: white;
	display: block;
	width: 100%;
}

.mainContent2 dl, dt, dd {
	margin: 0;
}

.mainContent2 dd {
	line-height: 30px;
}

.mainContent3 {
	color: white;
	display: block;
	width: 100%;
}

.mainContent3 dl, dt, dd {
	margin: 0;
}

.mainContent3 dd {
	line-height: 30px;
}

#drinking dt {
	font-size: 120%;
	margin-top: 1%;
}

#storm dt {
	font-size: 120%;
	margin-top: 3%;
}

#hazard dt {
	font-size: 120%;
	margin-top: 2%;
}

#sp dt {
	font-size: 120%;
	margin-top: 2%;
}

#ss dt {
	font-size: 120%;
	margin-top: 2%;
}

#sample dt {
	font-size: 120%;
	margin-bottom: 3%;
}

#pet dt {
	font-size: 120%;
	margin-top: 2%;
	margin-bottom: 3%;
}

#dry dt {
	font-size: 120%;
	margin-bottom: 2%;
}

#liquid dt {
	font-size: 120%;
	margin-bottom: 2%;
}

#box {
	background-color: white;
	width: 50%;
	margin: auto;
	margin-top: 14%;
	box-shadow: 0 0 10px 5px grey;
	border-radius: 25px;
}

#box h2 {
	text-align: center;
	color: #22b14c;
}

#boxLeft {
	margin-top: 1%;
	float: left;
	width: 50%;
}

#boxLeft h3 {
    color: #22b14c;
    margin-left: 15%;
}

#boxRight h3 {
    color: #22b14c;
}

#boxRight {
	margin-top: 1%;
	float: left;
	width: 50%;
}

#clientName {
	margin-top: -3%;
	margin-left: 17%;
	margin-bottom: 4%;
	width: 80%;
	height: 3vh;
}

#number, #person, #email2 {
	margin-bottom: 4%;
	margin-left: 17%;
	width: 80%;
	height: 3vh;
}

#description {
	width: 80%;
	padding-bottom: 35%;
	margin-top: -2%;
	margin-bottom: 7%;
	margin-left: 2%;
}

#delivery {
	margin-left: 8%;
	float: left;
	width: 82%;
	height: 1vh;
	background-image: linear-gradient(to right, #22b14c , #00a2e8);
}

#options {
    width: 100%;
}

#optionsText {
    width: 100%;
    float: left;
    margin-top: 4%;
    margin-left: 8%;
}

#buttonSubmit {
    width: 100%;
}

#placeOrder {
    border-radius: 10px 10px 10px 10px;
	width: 25%;
	padding-top: 1%;
	padding-bottom: 1%;
	outline: none;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	background-image: linear-gradient(to right, #22b14c , #00a2e8);
	font-weight: bold;
	cursor: pointer;
	margin-top: 6%;
	margin-left: 37%;
	margin-bottom: 2%;
}

#formBox {
	background-color: white;
	width: 70%;
	margin-top: 2%;
	margin-left: 15%;
	display: block;
	border-radius: 25px;
}

#formBox h2 {
	display: block;
	text-align: center;
	font-size: 160%;
}

#arrowDownIcon {
	margin-left: 1%;
}

#linkBox {
	background-image: linear-gradient(to bottom, #22b14c, #00a2e8);
	width: 96%;
	margin-left: 2%;
	border-radius: 25px;
}

#linkBox ol {
	list-style-type: disc;
	font-size: 160%;
	margin-left: 3%;
}

#linkBox a {
	text-decoration: none;
	color: black;
}

#linkBox a:visited {
	text-decoration: none;
	color: black;
}

#cPDF:hover {
	color: white;
}

#bPDF:hover {
	color: white;
}
