body,html{
	margin:0;
	width:100%;
}

body{	
	font-family:"verdana";
	font-size:16px;	
	background:#333;
}

#homeWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    margin:auto;
    max-width:1900px;
    min-height: 100vh; /* Full viewport height */
    height: auto;
    background-image: url("../images/crop.jpg"); 
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    z-index: 5;
    position: relative; /* Added for z-index to work properly */
    overflow: visible; /* Ensure content isn't clipped */
}

#septicWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    margin:auto;    
    max-width:1900px;
    min-height: 100vh; /* Full viewport height */
    height: auto;
    background-image: url("../images/septicLand.jpg"); 
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    z-index: 5;
    position: relative; /* Added for z-index to work properly */
    overflow: visible; /* Ensure content isn't clipped */
}

.taRight{
	text-align:right;
	margin-right:40px;
}

.alertify{
	z-index:600;	
}
.alertify nav{	
	background:#fff;
}
.alertify-logs {
    z-index: 600;
}
.alertify button{
	border:1pt solid #ccc;
}

.parallax {
  /* Set a specific height for the parallax section */
  min-height: 100vh;

  /* Center the background image */
  background-position: center;

  /* Prevent the background image from repeating */
  background-repeat: no-repeat;

  /* Ensure the background image covers the entire section */
  background-size: cover;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}

#header{
	position:relative;
	top:0;
	width:100%;
	padding:10px 0;
	right:3px;
}
#header img{	
	width:40px;
	float:right;
	margin-right:5px;	
	z-index:100;
}

.ib{
	display:inline-block;
}

.hideMe{
	display:none;
}

#bannerWrapper{
	width:80%;
	margin:auto;	
}

.btn{
	width:100px;
	color:#000;
	background:#eee;
	height:30px;
	border:1pt solid #efefef;
	border-radius:3px;	
	line-height:30px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.ssImg{
	width:100%;
}

.ss50{
		width:80%;
		margin-left:10%;
}

.hcenter {
  display: flex;
  align-items: center; /* Vertically centers */
  justify-content: center; /* Horizontally centers (optional) */
  min-height: 100px; /* Example min-height */
  padding: 0;
}

.greenBlock{
		background:#3a461a;
		color:#fff;
		font-size:1.3em;
		width:70%;
		min-height:270px;
		padding:20px;
		margin:auto;
		border-radius:5px 5px 0 0;
		text-align:center;
		line-height:30px;
		field-sizing: content;
}
.greenBlockTag{
		background:#3a461a;
		color:#fff;
		font-size:1.2em;
		width:70%;
		min-height:50px;
		padding:10px 20px 10px 20px;
		margin:auto;
		border-radius:0 0 5px 5px;
		text-align:center;		
		field-sizing: content;
}

#footer{
	position:fixed;
	bottom:0;
	width:100%;
	padding: 10px 10px 10px 10px;
	color:#fff;
	font-size:1.2em;
	z-index:100;
	background:#333;
}
.phoneIco{
	width:72px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}

.circle-image {
    width: 250px;  /* Set your desired width */
    height: 250px; /* Set the same height as width */     
    margin-left:calc(50% - 125px);
    border-radius: 50%; /* Makes it a circle */
    object-fit: cover; /* Ensures the image fills the circular space */
    border: 3pt solid black; /* Adds a 3pt black border */
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.circle-image:hover{	
	transform: scale(1.2); /* Increases size by 20% */	
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); /* Adds a subtle shadow */
}	

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.flx{
	display:flex;
}

.flxBlock{
	display:inline-block;
	vertical-align:top;
}

.plainA{
	color:#fff;
	text-decoration:none;
}

.half{
	display:inline-block;
	padding:10px;
	width:50%;
	vertical-align:top;
}
.halfc {
  display: flex; /* Use flexbox */
  align-items: center; /* Vertically center content */
  padding: 10px;
  width: 50%;
}
.third{
	display:inline-block;
	padding:10px;
	width:33%;
	vertical-align:top;
}
.fourth{
	display:inline-block;
	padding:10px;
	width:25%;
	vertical-align:top;
}

#desktopSpacer{
	 clear:both;
	 height:200px;	 
}
#mobileSpacer{
		display:none;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/loader.gif') 
                50% 50% 
                no-repeat;
    background-size:100px;            
}


.flexItemContainer {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    text-align: left
}

.lbl{
		display:inline-block;
		width:150px;
		text-align:right;
		padding-right:10px;
}

.mdInput {
    height: 36px;
    width: 80%;
}

.lgInput {
    height: 200px;    
    width: 80%;
}

.recap {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}

#capadd{
	width:50px;
}

@media only screen and (max-width : 768px) {
		
		.flx{
			display:block;
		}

		.half, .third, .fourth, .halfc {
		    display: block;
		    width: 100%;
		}
		
		#mobileSpacer{
				clear:both;
				height:100px;
		}
		#desktopSpacer{
			display:none;
		}

		#footer{
			position:relative;
			background:#000;
		}
		
		#header{
			display:none;
		}

		.taRight{
			text-align:left;
			margin-right:0;
		}

}