@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* --------------- Mobile Layout: 849px and below. --------------- */

@keyframes move-up {
	from {
    transform: translateY(500%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move-down {
	from {
    transform: translateY(-350%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move-left {
	from {
    transform: translateX(350%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
	
	@keyframes appear {
	from {
    transform: translateY(0);
    opacity: 0;
  }
		
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
	
	@keyframes slide {
    from {
        opacity: 0;
        transform: translateY(50%);
    } 
    to {
        opacity: 1;
        transform: translateY(0);
    } 
}
	
	@keyframes grow {
    from {
        opacity: 1;
        transform: scale(1)
    } 
    to {
        opacity: 1;
        transform: scale(1.2);
    } 
}

@keyframes jump {
    0% { transform: translate(0px, 1px) rotate(0deg); }
    10% { transform: translate(0px, 2px) rotate(0deg); }
    20% { transform: translate(0px, 5px) rotate(0deg); }
    30% { transform: translate(0px, 2px) rotate(0deg); }
    40% { transform: translate(0px, 1px) rotate(0deg); }
    50% { transform: translate(0px, 0px) rotate(0deg); }
    60% { transform: translate(0px, 1px) rotate(0deg); }
    70% { transform: translate(0px, 2px) rotate(0deg); }
    80% { transform: translate(0px, 5px) rotate(0deg); }
    90% { transform: translate(0px, 2px) rotate(0deg); }
    100% { transform: translate(0px, 1px) rotate(0deg); }
}

@keyframes fade-in {
    from {opacity: 0; transform: scale(.7,.7)}
    to {opacity: 1;}
}

.hidden {
  opacity: 0;
}

.fade-in-element {
  animation: fade-in 1s;
  animation-delay: fade-in 1.5s;
}

a:link {
	color: #333;
	text-decoration: none;
	font-weight: ;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: ;
}
a:hover {
	text-decoration: none;
	color: #91001B;
	font-weight: ;
}

a:active {
	text-decoration: none;
	font-weight: ;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 24pt;
	font-weight: 600;
	text-align: center;
	text-transform:uppercase;
	line-height: 25pt;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 20pt;
	font-weight: 600;
	text-align: ;
	text-transform: uppercase;
	line-height: 20pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 17pt;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
	line-height: 19pt;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 18pt;
	font-weight: 600;
	text-align: center;
	text-transform:uppercase;
	line-height: 22pt;
	letter-spacing: 0px;
}


p {
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	text-align: left;
	text-transform:none;
	line-height: 17pt;
	letter-spacing: 0px;
}

.middleAlign {
	margin-top: 20%;
	}

.italicText {
	font-family: 'Oleo Script', cursive;
	font-size: 14pt;
	font-weight:; 
	
}

.boldText {
font-weight: 800;	
}


.testimonialText {
	font-family: 'Oleo Script', cursive;
	font-size: 18pt;
	font-weight:;
	
}

.disclaimerText {
font-family: 'Raleway', sans-serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	line-height: 10pt;
	letter-spacing: 0px;
}
	
	#headerLogo {
	width: 70%;
	height: auto;
	min-width: 100px;
	padding-right: 20px;
	vertical-align: middle;
}

.smIconContainer {
	padding-top: 50px;
	text-align: left;
	
}


#smIcon {
	width: 35px;
	height: auto;
	padding-right: 10px;
	vertical-align: top;
}

#smIcon:hover {
	opacity: .5;
}

#smIconHeader {
width: 30px;
	height: auto;
	padding-right: 10px;
	vertical-align: middle;
}

#smIconHeader:hover {
	opacity: .5;
}

.headerContainer {
	background-image: url(images/home_hero_image_compressed.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position:-150px -90px;
	padding-left: 20px;
	padding-right: 20px;
	height: 680px;
	text-align: center;
	margin-top: -100px;
	z-index: 9;
}

.headerContainerInterior {
	background-image: url(images/interior_header.jpg);
	background-repeat: no-repeat;
	background-position: -80px -120px;
	background-size: 300%;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	text-align: center;
	margin-top: -100px;
	z-index: 9;
}

.headerLine {
		margin-top: 0px;
	margin-bottom: -30px;
	width: 70%;
	}

.waveContainer {
display: none;	
}

#mainLogo {
	display: none;
	animation: 
		appear 1s ease-in;
}

.superHeaderFont {
		font-family: 'Raleway', sans-serif;
		color:#FFFFFF;
		font-size: 28pt;
		font-weight: 600;
		line-height: 28pt;
		letter-spacing: 1pt;
		text-transform: uppercase;
		text-shadow: 2px 2px 10px #666;
		animation: 
		appear 1s ease-in;
	
}
		

.servicesContainer {
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}

}

hr {
	width: 50%;
}

ul {
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	text-align: left;
	text-transform:uppercase;
	line-height: 28pt;
	letter-spacing: 0px;
	list-style-type: square;
}

.allCaps {
text-transform: uppercase;	
}


.centered {
	text-align: center;
}

.leftJustify {
	text-align: left;
	padding-left: 0px;
}

.allCaps {
	text-transform: uppercase;
}

.whiteText {
	color: #FFFFFF;
}


#blackText {
	color: #100F0F;
}

#blackText:hover {
	color: #91001B;
}

.redText {
	color: #91001B;	
}

.redItalicText {
	color: #91001B;	
	font-weight: 300;
	font-style:italic;
}

.blueText {
	color: #3A55A4;	
}


.desktopNav {
	display: none;
	/* animation: 
		move-down 1s ease-in; */
}

#mobileLogo {
	padding-top: 30px;
	margin: auto auto;
	width: 75%;
	height: auto;
}

.topnav {
	padding-right: 0px;
}

.topnav a {display: none;}
  .topnav a.icon {
    float: ;
    display: block;
	color: #000;
	text-align: center;
	font-size: 28pt;
	padding-top: 20px;
	padding-bottom: 120px;
  }
  
  topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: ;
    right: 50%;
    top: 163px;
	font-size: 28pt;
  }
  
  .topnav.responsive a {
    font-family: 'Raleway', sans-serif;
	float: none;
    display: block;
	font-size: 18pt;
    text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	color: #000;
  }

.dropbtn {

  font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
  background-color: transparent;
  color: #FFF;
  padding: 0px;
  font-size: 11pt;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
	background-image:url(images/red_stripes_quote_topper.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 12px;
  min-width: 310px;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
	text-align: left;
}

.dropdown-content a:hover {
	
	background-color: #f1f1f1;
	color: #91001B;

}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
  color: #91001B;
}

.columnService {
		/* float: left; */
		display: inline-block;
		width: 10%;
		margin: 10px auto;
		min-width: 300px;
		padding: 00px 00px 00px 00px;
		vertical-align: top;
}

.buttonText {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20pt;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border: #FFFFFF;
	border-width: 2pt;
	border-style: solid;
	border-radius: 10px;
	margin: auto auto;
}

.buttonText:hover {
	opacity: .5;
}


.quoteButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	padding: 20px;
	background-color:#91001B;
	border-radius: 10px;
	display: block;
	margin-bottom: 20px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.quoteButton:hover {
	opacity: .7;
	animation: grow .3s;
	animation-fill-mode: forwards;
}

.serviceButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
	font-size: 20px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 10px;
	max-width: 100px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.serviceButton:hover {
	opacity: .7;
	animation: grow .2s;
	animation-fill-mode: forwards;
}

.redBackground {
	background-color:#91001B;
}

.redBackground:hover {
	opacity: .8;
}

.blueBackground {
	background-color:#3A55A4;
}

#RAQbuttonLink {
	color:#FFFFFF;
	font-weight: 600;
}

#RAQbuttonLink:hover {
	opacity: .7;
	color:#FFFFFF;
	font-weight: 600;
}

.blackButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	width: 300px;
	margin: auto auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	background-color:#000000;
	text-align: center;
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.blackButton:hover {
	
	opacity: .7;
	animation: grow .3s;
	animation-fill-mode: forwards;
}



.footerContainer {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background-color: #E6E6E6;

}

#logoFooter {
	
	width: 275px;
	height: auto;
}


#dcdesignsLink {
	color:#100F0F;
	font-weight: 400;
}

#dcdesignsLink:hover {
	color:#91001B;
	font-weight: 400;
}

.twoColumnContainer {
		background-color:none;
		margin-top: 00px;
		width: 100%;
		text-align: center;
		padding-bottom: 00px;
		padding-top: 00px;
	}
	
	.columnStyle {
		/* float: left; */
		display: block;
		width: 80%;
		margin: auto auto;
		padding: 00px 00px 00px 00px;
		vertical-align: top;
	}
	
	.columnStyleRAQ {
		/* float: left; */
		background-color:#F2F2F2;
		background-image: url(images/red_stripes_quote_topper.gif);
		background-position:top;
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		width: 50%;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
		min-width: 280px;
		padding: 40px 20px 80px 20px;
		vertical-align: top;
	}

.waterReportForm {
		/* float: left; */
		background-color:#F2F2F2;
		background-image: url(images/red_stripes_quote_topper.gif);
		background-position:top;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: center;
		padding: 20px 20px 80px 20px;
		vertical-align: top;
		max-width: 800px;
	}

#waterReportIcon {
		width: 70px;
		height: auto;
		padding-top: 20px;
	}

.padding {
	padding-left: 20px;
	padding-right: 20px;
}
	
	.redLines {
	width: 100%;
	height: auto;
	margin-left: -120px;
	margin-right: -120px;
	margin-top: -120px;
	margin-bottom: 0;
	
}

.formContainer {
			text-align: center;
		}	

	
	input {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color:#939393;
    width: 80%;
    height: 10px;
	padding: 15px;
	margin: 10px;
 }
	
	textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 300;
    color:#939393;
	width: 80%;
    height: 100px;
	padding: 15px;
	margin: 10px;
 }
	
	.fsSubmitButton {
	border-width: 0pt;
	border-style: solid;
	border-radius: 10px;
	padding:		25px 20px 50px !important;
	font-family: 'Raleway', sans-serif;
	font-size:		16pt !important;
	background-color: #91001B;
	color: #FFF;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
		margin-top: 50px;
}

 .fsSubmitButton:hover
{
	opacity: .5;
}

.serviceTitle {
	background-color: #E6E6E6;
	padding: 3px;
	margin-top: -5px;
	border-bottom: 6px solid #91001B;
	color: #060505;
	
	}

.acknowledgeButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	width: 300px;
	margin: auto auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	color: #FFFFFF;
	background-color:#91001B;
	text-align: center;
	
}

.acknowledgeButton:hover {
	
	opacity: .7;
	
}

.headerSuccess {
	text-align: center;
	
}

#logoHeaderSuccess {
	padding-top: 50px;
	width: 250px;
	height: auto;
	
}

.acknowledgeContainer {
	text-align: center;

}

.missionText {
	font-size: 24px;
	line-height: 25px;
}

.RAQcontainer {
		background-color:#F2F2F2;
		background-image: url(images/red_stripes_quote_topper.gif);
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 50%;
		margin: 70px auto auto auto;
		min-width: 280px;
		padding: 40px 40px 80px 40px;
		vertical-align: top;
	}
	
#fiveStars {
width: 100px;
height: auto;
padding:10px;
}
	
.altFont {
	font-family: 'Muli', sans-serif;
}

	.serviceTruckContainer {
		text-align: center;
		}
		
.serviceTruck {
width: 100%;
height: auto;
}

.certLogoContainer {
	text-align: center;
}

#certLogo {
width: 120px;
height: auto;
padding: 15px;
}

#certLogoFooter {
width: 80px;
height: auto;
}



.googleReviewContainer {
	display: none;
		width: 100%;
		position: inherit;
		padding-right: 0px !important;
	}

#googleReviewButton {
	width: 300px;
	height: auto;
	float: right; 
	margin-right: -80px !important;
	
}

#googleReviewButton:hover {
opacity: .7;
}
	
	.introContainer {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
	
	
	.livingWaterContainer {
		background-image:url(images/Joes_Daughter_Background.png);
		/*
		background-color: rgb(255,255,255);
		background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(195,212,227,1) 100%);
		*/
		background-position: -400px;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
		padding-top: 50px;
		padding-bottom: 70px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		display: inline-block;
	}
	
	#droplet {
	width: 150px;
	height: auto;
	padding: 20px;	
	}
	
	.waterAnalysisContainer {
		background-image:url(images/AllSafewater_Inspection_Background.jpg); 
		background-position: bottom;
	background-attachment:scroll;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		
	}
	
	.reportButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 15px;
	background-color:#91001B;
	border-radius: 10px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.reportButton:hover {
	opacity: .7;
	/* animation: grow .3s; 
	animation-fill-mode: forwards; */
}
		
	
	
	.buttonText {
	padding-left: 100px;
	padding-right: 100px;
	
}

.columnService {
		/* float: left; */
		width: 15%;
}

.missionText {
	font-size: 24px;
	line-height: 25px;
}

	
	.mainContainer{
		
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.bodyContainer{
		
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#smallLink {
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		color: #999;
			
			}
			
	#smallLink:hover {
	color: #91001B;	
	}
			
.testimonialContainer {
text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;	
}

#quoteMarks {
width: 100px;
height: auto;
margin: auto auto;

}
			
.mapContainer {
background-image:url(images/newjersey_vintage_map_03_light.jpg); 
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
padding-top: 50px;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
}

.serviceBenefitsBox {
	text-align: center;
	background-color: #F3F3F3;
max-width: 500px;
padding-top: 30px;	
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
margin-top: -50px;
}

.fastServiceBox {
background-color: #3A55A4;
color: #FFF;
text-align: center;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 50px;
max-width: 100%;	
z-index: 9999999;
}

#truckIcon {
width: 130px;
height: auto;
margin-bottom: -20px;
}

.callOutText {
	font-family: 'Raleway', sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 55px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}


/* --------------- Tablet Layout: 850px - 924px. Inherits styles from: Mobile Layout. --------------- */


@media only screen and (min-width: 725px) {
	
	
	h3 {
		font-size: 20pt;
	line-height: 26pt;
	}
	
	p {
		font-size: 13pt;
		line-height: 20pt;
	}
	
#headerLogo {
	display: inline-block;
	width: 10%;
	height: auto;
	min-width: 80px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

#mainLogo {
	display: inline-block;
	width: 15%;
	height: auto;
	min-width: 250px;
	padding-top: 130px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.desktopNav {
	display: none;
}

#headerPhone {
	margin-left: 50px;
	padding-right: 30px;

}


	
#mobileLogo {
	width: 50%;
	padding-top: 50px;
}

	/* 
.topnav {
	display: none;
}
	
	*/
	
	.headerContainer {
	background-image: url(images/home_hero_image_compressed.jpg);
	display: block;
	background-size: 150%;
	background-position: -250px -100px;
	background-attachment: scroll;
	text-align: center;
	height: auto;
	padding-top: 0px;
	z-index: -1;
	margin-top: -50px;
	padding-bottom: 150px;
		/* 
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
}
	
	.headerContainerInterior {
	background-image: url(images/interior_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	background-size: 100%;
	padding-top: 70px;
	padding-left: 250px;
	padding-right: 250px;
	text-align: center;
		margin-top: 0;
	z-index: 9;
}
	
	.superHeaderFont {
		font-family: 'Raleway', sans-serif;
		color:#FFFFFF;
		font-size: 53pt;
		font-weight: 600;
		line-height: 56pt;
		text-transform: uppercase;
		text-shadow: none;
		animation: 
		appear 1s ease-in;
		text-shadow: 2px 2px 10px #666;
		}
	
	.quoteButton {
		margin: 20px auto;
		max-width: 400px;
	}
	
	.twoColumnContainer {
		background-color:none;
		margin-top: 00px;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.columnStyle {
		/* float: left; */
		display: inline-block;
		width: 35%;
		margin: auto auto;
		padding: 00px 20px 20px 20px;
		vertical-align: top;
	}
	
	.introContainer {
	text-align: center;
	padding-top: 00px;
	padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: -30px;
}

.serviceButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
	font-size: 20px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 10px;
	max-width: 260px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.buttonText {
	padding-left: 100px;
	padding-right: 100px;
	
}

.mainContainer{
		
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.bodyContainer{
		
		padding-left: 40px;
		padding-right: 40px;
	}

.serviceBenefitsBox {
	text-align: center;
	background-color: #F3F3F3;
max-width: 500px;
padding-top: 30px;	
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
margin: auto auto;
}

.fastServiceBox {
background-color: #3A55A4;
color: #FFF;
text-align: center;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
padding-top: 80px;
padding-left: 120px;
padding-right: 120px;
padding-bottom: 80px;
max-width: 700px;	
z-index: 9999999;
}

#truckIcon {
width: 170px;
height: auto;
margin-bottom: -20px;
}
	
	.callOutText {
	font-family: 'Raleway', sans-serif;
	font-size: 22pt;
	line-height: 28pt;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 85px;
	text-align: center;
	padding-left: 250px;
	padding-right: 250px;
}
	
	.columnStyleRAQ {
		/* float: left; */
		background-color:#F2F2F2;
		background-image: url(images/red_stripes_quote_topper.gif);
		background-position:top;
		background-repeat: no-repeat;
		background-size: 100%;
		display: inline-block;
		width: 39%;
		margin-top: 70px;
		min-width: 280px;
		padding: 40px 20px 80px 20px;
		vertical-align: top;
	}
	
	.serviceTruckContainer {
		text-align: center;
		margin-top: -150px;
		}
		
.serviceTruck {
width: 70%;
height: auto;
}

.livingWaterContainer {
		background-image:url(images/Joes_Daughter_Background.png);
		/*
		background-color: rgb(255,255,255);
		background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(195,212,227,1) 100%);
		*/
		background-position: bottom 150px;
		background-repeat: no-repeat;
		background-attachment:scroll;
		background-size: cover;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 180px;
		padding-right: 180px;
		text-align: center;
		display: inline-block;
	}
	
	
	.waterAnalysisContainer {
		background-image:url(images/AllSafewater_Inspection_Background.jpg); 
		background-position: bottom;
	background-attachment:scroll;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 150px;
		padding-bottom: 150px;
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
		
	
		
}
	
	.googleReviewContainer {
	display: none;
		width: 100%;
		position: inherit;
		padding-right: 0px !important;
	}

#googleReviewButton {
	width: 300px;
	height: auto;
	float: right; 
	margin-right: -20px !important;
	
}
	
}


/* --------------- Desktop Layout: 1225px - 1600px. Inherits styles from: Mobile Layout. --------------- */

@media only screen and (min-width: 1225px) {
	
	
	h1 {
		font-size: 24pt;
		line-height: 28pt;
	}
	
	h2 {
		font-size: 24pt;
		line-height: 28pt;
	}
	
	h3 {
		font-size: 17pt;
	line-height: 22pt;
	}
	
	p {
		font-size: 12pt;
		line-height: 20pt;
	}
	
	hr {
	width: 50%;
}

.middleAlign {
	margin-top: 0%;
	}

	
	.testimonialText {
	font-family: 'Oleo Script', cursive;
	font-size: 25pt;
	font-weight:;
	
}

	#headerLogo {
	display: inline-block;
	width: 13%;
	height: auto;
	min-width: 80px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

#mainLogo {
	display: inline-block;
	width: 15%;
	height: auto;
	min-width: 250px;
	padding-top: 130px;
	padding-bottom: 10px;
	vertical-align: middle;
}
	
    

.desktopNav {
	font-family: 'Raleway', sans-serif;
	display: block;
	position:fixed;
	width: 100%;
	height: auto;
	font-size: 11pt;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	text-align:center;
	background-color:#FFF;
	background: rgba(238,238,238,0.95);
	/* box-shadow: 0px 1px 4px #666; */
	padding: 10px;
	z-index: 11;
}

#headerPhone {
	margin-left: 50px;
	padding-right: 30px;

}

#mobileLogo {
	display: none;
}

.topnav {
	display: none;
}
	
	.headerContainer {
	background-image: url(images/home_hero_image_compressed.jpg);
	display: block;
	background-size: cover;
	background-position: bottom;
	background-attachment: scroll;
	text-align: center;
	height: auto;
	padding-top: 00px;
	padding-bottom: 370px;
	z-index: -1;
	margin-top: 0px;
		/*
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
}
	
	.headerContainerInterior {
	background-image: url(images/interior_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	background-size: 100%;
	padding-top: 150px;
	padding-left: 300px;
	padding-right: 300px;
	text-align: center;
		margin-top: 0;
	z-index: 9;
	height: 600px;
}
	
	.headerLine {
		margin-top: -320px;
	}
	
	.twoColumnContainer {
		background-color:none;
		margin-top: 00px;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.columnStyle {
		/* float: left; */
		display: inline-block;
		width: 35%;
		margin: auto auto;
		padding: 00px 20px 20px 20px;
		vertical-align: top;
	}
	
	.columnStyleRAQ {
		/* float: left; */
		background-color:#F2F2F2;
		background-image: url(images/red_stripes_quote_topper.gif);
		background-position:top;
		background-repeat: no-repeat;
		background-size: 100%;
		display: inline-block;
		width: 39%;
		margin-top: 70px;
		min-width: 280px;
		padding: 40px 20px 80px 20px;
		vertical-align: top;
	}

.waveContainer {
display: block;
width: 100%;
margin-top: -280px;	
}
	
	.superHeaderFont {
		position: relative;
		left: 200px;
		font-family: 'Raleway', sans-serif;
		color:#FFFFFF;
		font-size:50pt;
		font-weight: 600;
		line-height: 45pt;
		letter-spacing: 2pt;
		text-transform: uppercase;
		text-shadow: none;
		animation: 
		appear 1s ease-in;
		padding: 0;
		margin: 0;
	}
	
	.quoteButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	width: 270px;
	margin: 10px;
	padding-top: 00px;
	padding-bottom: 20px;
	padding: 20px;
	background-color:#91001B;
	position: relative;
	left: 200px;
	border-radius: 10px;
	display: inline-block;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}
	
	.redBackground {
	background-color:#91001B;
}

.redBackground:hover {
	opacity: .8;
}

.blueBackground {
	background-color:#3A55A4;
}

#RAQbuttonLink {
	color:#FFFFFF;
	font-weight: 600;
}

#RAQbuttonLink:hover {
	opacity: .7;
	color:#FFFFFF;
	font-weight: 600;
}
		
		
		
		.serviceTruckContainer {
		text-align: center;
		z-index: 10;
		margin-top: -330px;
		margin-bottom: -150px;
		
		}
		
.serviceTruck {
max-width: 750px;
height: auto;
animation: 
		move-left 1.5s ease-in;
	z-index: 10;
}

.certLogoContainer {
	position: absolute;
	left: 90%;
	margin-top: -190px;
	z-index: 9;
}

#certLogo {
width: 90px;
height: auto;
padding: 15px;
	z-index: 9;
}

#certLogoFooter {
width: 80px;
height: auto;
}


.googleReviewContainer {
	display: block;
	top: 66px;
	right: -25px;
	position:fixed;
	padding-left: 35px;
	z-index: 10;
	/* animation: 
		move-left 1.5s ease-in; */
}

#googleReviewButton {
	width: 240px;
	height: auto;
}

#googleReviewButton:hover {
opacity: .7;
}
	
	.introContainer {
    background-color: white;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
	padding-left: 360px;
	padding-right: 360px;
	margin-top: 50px;
}
	
	.servicesContainer {
		padding-top: 00px;
		padding-bottom: 100px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}
	
	.serviceButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
	font-size: 20px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	margin: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 10px;
	max-width: 350px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}
	
	
	.livingWaterContainer {
		background-image:url(images/Joes_Daughter_Background.png);
		/*
		background-color: rgb(255,255,255);
		background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(195,212,227,1) 100%);
		*/
		background-position: bottom;
		background-repeat: no-repeat;
		background-attachment:scroll;
		background-size: 150%;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 280px;
		padding-right: 280px;
		text-align: center;
		display: inline-block;
	}
	
	#droplet {
	width: 150px;
	height: auto;
	padding: 20px;	
	}
	
	.waterAnalysisContainer {
		background-image:url(images/AllSafewater_Inspection_Background.jpg); 
	background-attachment:scroll;
		background-position: top;
		background-repeat: no-repeat;
		background-size: 110%;
		padding-top: 150px;
		padding-bottom: 150px;
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
		
	}
		
	
	
	.buttonText {
	padding-left: 100px;
	padding-right: 100px;
	
}

.columnService {
		/* float: left; */
		width: 15%;
}

.missionText {
	font-size: 24px;
	line-height: 25px;
}

	
	.mainContainer{
		
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.bodyContainer{
		
		padding-left: 50px;
		padding-right: 50px;
	}
	
	
	#smallLink {
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		color: #999;
			
			}
			
.testimonialContainer {
text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 250px;
	padding-right: 250px;	
}

#quoteMarks {
width: 100px;
height: auto;
margin: auto auto;

}
			
.mapContainer {
background-image:url(images/newjersey_vintage_map_03_light.jpg); 
background-position: right;
background-repeat: no-repeat;
background-size: 120%;
text-align: center;
padding-top: 135px;
padding-left: 320px;
padding-right: 320px;
min-height: 280px;
}

.largeText {
font-weight: 700;	
}

.callOutText {
	font-family: 'Raleway', sans-serif;
	font-size: 22pt;
	line-height: 28pt;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 85px;
	text-align: center;
	padding-left: 250px;
	padding-right: 250px;
}

.serviceBenefitsBox {
	text-align: center;
	background-color: #F3F3F3;
max-width: 500px;
padding-top: 30px;	
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
margin: auto auto;
}

.fastServiceBox {
background-color: #3A55A4;
color: #FFF;
text-align: center;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
padding-top: 80px;
padding-left: 120px;
padding-right: 120px;
padding-bottom: 80px;
max-width: 700px;	
z-index: 9999999;
}

#truckIcon {
width: 170px;
height: auto;
margin-bottom: -20px;
}
	
}


/* --------------- Super Desktop Layout: 1601px. Inherits styles from: Mobile Layout. --------------- */

@media only screen and (min-width: 1601px) {

	h1 {
	font-size: 45px;
	line-height: 40pt;
}
	
	h2 {
		font-size: 32pt;
		line-height: 36pt;
	}
	
	h3 {
	font-size: 19pt;
	line-height: 24pt;
	text-transform: none;
	font-weight: 600;
	}
	
	p {
		font-size: 13pt;
		line-height: 23pt;
		
	}
	
	hr {
	width: 50%;
	
}
	
	.testimonialText {
	font-family: 'Oleo Script', cursive;
	font-size: 25pt;
	font-weight:;
	
}
	
#headerLogo {
	width: 8%;
	height: auto;
	min-width: 80px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

#mainLogo {
	display: inline-block;
	width: 15%;
	height: auto;
	min-width: 80px;
	padding-top: 200px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.desktopNav {
	font-family: 'Raleway', sans-serif;
	display: block;
	position:fixed;
	width: 100%;
	height: auto;
	font-size: 12pt;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	text-align:center;
	background-color:#FFF;
	background: rgba(238,238,238,0.95);
	box-shadow: 0px 1px 4px #666;
	padding: 10px;
	z-index: 99999999;
}

#headerPhone {
	font-family: 'Muli', sans-serif;
	margin-left: 150px;
	padding-right: 30px;
}
	
	.dropbtn {
  font-size: 12pt;
}

.dropdown-content {
  min-width: 350px;
}


#mobileLogo {
	display: none;
}

.topnav {
	display: none;
}
	
	.headerContainer {
	background-image: url(images/home_hero_image_compressed.jpg);
	display: block;
	background-size: 100%;
	background-position: cover;
	background-attachment: scroll;
	text-align: center;
	z-index: -1;
	padding-top: 70px;
	margin-top: 0px;
	padding-bottom: 400px;
	top: 0px;
		/*
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
	
}
	
	.headerContainerInterior {
	background-image: url(images/interior_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px -350px;
	background-size: 100%;
	padding-top: 150px;
	padding-left: 300px;
	padding-right: 300px;
	text-align: center;
	z-index: 9;
		height: 600px;
		margin-top: 0;
}
	
	.headerLine {
		margin-top: -280px;
	}
	
	.headerLineBottom {
	margin-top: 0px;
	}

.waveContainer {
display: block;
width: 100%;
margin-top: -250px;	
}
	
	.superHeaderFont {
		position: relative;
		left: 350px;
		font-family: 'Raleway', sans-serif;
		color:#FFFFFF;
		font-size:73pt;
		font-weight: 600;
		line-height: 78pt;
		letter-spacing: 2pt;
		text-transform: uppercase;
		text-shadow: none;
		animation: 
		appear 1s ease-in;
		}
		
		.quoteButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	width: 335px;
	margin: 10px;
	padding: 30px;
	background-color:#91001B;
	position: relative;
	left: 350px;
	border-radius: 10px;
	display: inline-block;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.quoteButton:hover {
	opacity: .7;
	animation: grow .3s;
	animation-fill-mode: forwards;
}

.reportButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	width: 280px;
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 20px;
	background-color:#91001B;
	border-radius: 10px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.reportButton:hover {
	opacity: .7;
	/* animation: grow .3s; 
	animation-fill-mode: forwards; */
}

.serviceButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
	font-size: 25px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	margin: 50px;
	padding: 60px;
	border-radius: 10px;
	/* animation: 
		appear 1s ease-in; */
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.serviceButton:hover {
	opacity: .7;
	animation: grow .2s;
	animation-fill-mode: forwards;
}

.redBackground {
	background-color:#91001B;
}

.redBackground:hover {
	opacity: .8;
}

.blueBackground {
	background-color:#3A55A4;
}

#RAQbuttonLink {
	color:#FFFFFF;
	font-weight: 600;
}

#RAQbuttonLink:hover {
	opacity: .7;
	color:#FFFFFF;
	font-weight: 600;
}

.blackButton {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	width: 300px;
	margin: auto auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	background-color:#000000;
	text-align: center;
	/*
	-webkit-clip-path: polygon(100% 100%, 80% 0, 10% 0%, 0% 100%);
	clip-path: polygon(70% 150%, 80% 0, 10% 0%, 0% 100%); */
	
}

.blackButton:hover {
	
	opacity: .7;
	animation: grow .3s;
	animation-fill-mode: forwards;
}



.footerContainer {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background-color: #E6E6E6;

}

#logoFooter {
	
	width: 350px;
	height: auto;
}


#dcdesignsLink {
	color:#100F0F;
	font-weight: 400;
}

#dcdesignsLink:hover {
	color:#91001B;
	font-weight: 400;
}
		
.serviceTruckContainer {
		text-align: center;
		z-index: 9999999;
		margin-top: -500px;
		margin-bottom: -150px;
}
		
.serviceTruck {
max-width: 1000px;
height: auto;
animation: 
		move-left 1.5s ease-in;
}

.certLogoContainer {
	position: absolute;
	left: 90%;
	margin-top: -370px;
}

#certLogo {
width: 120px;
height: auto;
padding: 15px;
}

#certLogoFooter {
width: 80px;
height: auto;
}

.googleReviewContainer {
	display: block;
	right: -20px;
	top: 70px;
	position:fixed;
	padding-left: 30px;
	z-index: 10;
	/* animation: 
		move-left 1.5s ease-in; */
}

#googleReviewButton {
	width: 240px;
	height: auto;
}

#googleReviewButton:hover {
opacity: .7;
}
	
	.introContainer {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 770px;
	padding-right: 770px;
}
	
	.servicesContainer {
		padding-top: 00px;
		padding-bottom: 70px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}
	
	
	.livingWaterContainer {
		background-image:url(images/Joes_Daughter_Background.png);
		/*
		background-color: rgb(255,255,255);
		background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(195,212,227,1) 100%);
		*/
		background-position: bottom;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 750px;
		padding-right: 750px;
		text-align: center;
		display: inline-block;
	}
	
	#droplet {
	width: 150px;
	height: auto;
	padding: 20px;	
	}
	
	.waterAnalysisContainer {
		background-image:url(images/AllSafewater_Inspection_Background.jpg); 
	background-attachment:fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 150px;
		padding-bottom: 150px;
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
		
	}
		
	
	
	.buttonText {
	padding-left: 100px;
	padding-right: 100px;
	
}

.columnService {
		/* float: left; */
		width: 15%;
}

.missionText {
	font-size: 29px;
	line-height: 32px;
}

	
	.mainContainer{
		
		padding-left: 40px;
		padding-right: 40px;
		background-color: none;
		margin: auto auto;
		max-width: 2000px;
	}
	
	.bodyContainer{
		
		padding-left: 40px;
		padding-right: 40px;
		background-color: none;
		margin: auto auto;
		max-width: 1400px;
	}
	
	.twoColumnContainer {
		background-color:none;
		margin-top: 00px;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.columnStyle {
		/* float: left; */
		display: inline-block;
		width: 30%;
		margin: auto auto;
		padding: 40px 40px 40px 40px;
		vertical-align: top;
	}
	
	.columnStyleRAQ {
		/* float: left; */
		background-color:#F2F2F2;
		background-image: url(images/red_stripes_quote_topper.gif);
		background-position:top;
		background-repeat: no-repeat;
		background-size: 100%;
		display: inline-block;
		width: 39%;
		margin-top: 70px;
		min-width: 280px;
		padding: 40px 20px 80px 20px;
		vertical-align: top;
	}
	
	#smallLink {
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		color: #999;
			
			}
			
.testimonialContainer {
text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 600px;
	padding-right: 600px;	
}

#quoteMarks {
width: 100px;
height: auto;
margin: auto auto;

}
			
.mapContainer {
background-image:url(images/newjersey_vintage_map_03_light.jpg); 
background-position: center;
background-repeat: no-repeat;
background-size: 120%;
text-align: center;
padding-top: 200px;
padding-left: 600px;
padding-right: 600px;
min-height: 400px;
}

.largeText {
font-weight: 700;	
}

.callOutText {
	font-family: 'Raleway', sans-serif;
	font-size: 28pt;
	line-height: 36pt;
	font-weight: 600;
	padding-top: 125px;
	padding-bottom: 125px;
	text-align: center;
	padding-left: 700px;
	padding-right: 700px;
}


.serviceBenefitsBox {
	text-align: center;
	background-color: #F3F3F3;
max-width: 500px;
padding-top: 30px;	
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
margin: auto auto;
}

.fastServiceBox {
background-color: #3A55A4;
color: #FFF;
text-align: center;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
padding-top: 80px;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 80px;
max-width: 900px;	
z-index: 9999999;
}

#truckIcon {
width: 170px;
height: auto;
margin-bottom: -20px;
}

.middleAlign {
margin-top: 0px;
	}
	

	
}

@media only screen and (min-width: 1901px) {
	
	.headerContainerInterior {
	
	padding-left: 500px;
	padding-right: 500px;
	
}
	
}


@media only screen and (min-width: 2401px) {
	
	.headerContainerInterior {
	
	padding-left: 700px;
	padding-right: 700px;
	
}
	
}