﻿
*, *::before, *::after {
	box-sizing: border-box; /* makes width and height include padding and border */
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body { 
	background-color: var(--page-background-colour); 
}
body { width: 100%; margin: 0px; }
div { margin: 0px; border: 0px; padding: 0px; }
table { border-collapse: collapse; }
img { max-width: 100%; height: auto; margin: 0px; border: 0px; padding: 0px; float: top;}
ul { 
	list-style-position: outside; 
	list-style-type: disc; 
	padding: 1rem 1rem 1rem 4rem;
}




/* ################################################################################################################################ */
/* ### font-family ### */
/* ################################################################################################################################ */

h1, h2, h3, h4, h5, p, ul, li, a, th, td, span, strong, label, select, input, textarea, button, div
{ 
	/*
	font-family: "Open Sans", Verdana, Tahoma, sans-serif;
	font-family: "Open Sans Light", Verdana, Tahoma, sans-serif;
	font-family: 'Montserrat', sans-serif;
	*/
	font-family: 'Montserrat', sans-serif;
}

/* ################################################################################################################################ */
/* ### font-size / weight / margin / border / padding ### */
/* ################################################################################################################################ */

p, ul, li, a, th, td, span, strong, label, select, input, textarea, button
{ 
	font-size: 1rem; 
	font-weight: 300;
	line-height: 140%;
	color: var(--page-text-colour);
	text-align: left;
}


p
{ 
	margin: 0.75rem 0 0.75rem 0;
}
h1
{ 
	font-size: 2.875rem;
	font-weight: 600;
	line-height: 120%;
	margin: 2.5rem 0 1rem 0;
	color: var(--page-text-colour);
	text-align: left;
}
	.h1
	{ 
		font-size: 2.875rem;
		font-weight: 600;
		line-height: 120%;
		margin: 2.5rem 0 1rem 0;
		color: var(--page-text-colour);
		text-align: left;
	}



h2
{ 
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 120%;
	margin: 2.5rem 0 1rem 0;
	color: var(--page-text-colour);
	text-align: left;
}
h3, h4, h5
{ 
	font-size: 1rem;
	font-weight: 600;
	line-height: 120%;
	margin: 0.5rem 0 0.5rem 0;
	color: var(--page-text-colour);
	text-align: left;
}
a, a:link, a:visited, a:hover, a:active  
{ 
	color: var(--page-link-colour); 
	font-weight: 300; 
	text-decoration: none; 
} 
strong { color: var(--page-text-strong-colour); font-weight: 600; }






.button {
	background: var(--submit-button-background); 
	color: var(--submit-button-text);
	padding: 10px 30px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	
		line-height: 200%;
	}
.button:hover {
	opacity: 0.7;
}
a.button {
	color: var(--submit-button-text);
	font-weight: normal;
}





.light-button {
	background: var(--submit-button-text); 
	color: var(--submit-button-background);
	padding: 10px 30px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	
		line-height: 200%;
	}
.light-button:hover {
	opacity: 0.7;
}
a.light-button {
	color: var(--submit-button-background);
	font-weight: normal;
}








iframe { padding: 0px; margin: 0px; width: 100% !important; }





/* ################################################################################################################################ */
/* ### page structure ### */
/* ################################################################################################################################ */
/* ================================================================================================================================ */
.bto-page-section { background: transparent; clear: both; } /* clear: both; terminates any image floats in a section */
	.bto-page-section > div { width: 100%; } /* use for full width backdrop filters */
		.bto-page-section > div > div { width: 100%; margin: 0px; padding: 1.25rem 0.625rem; text-align: left; }
/* ================================================================================================================================ */
#bto-footer-detail { background: var(--footer-detail-colour); }
	#bto-footer-detail > div > div { display: flex; justify-content: center; flex-wrap: wrap; }
		#bto-footer-detail > div > div > div { width: 100%; text-align: center; display: inline-block; }
		#bto-footer-detail > div > div > div:first-child { margin-top: 13px; }
		#bto-footer-detail > div > div > div:first-child img { width: 100px; }
		#bto-footer-detail img.social { width: 35px; }
		#bto-footer-detail a { font-weight: normal; }
		#bto-footer-detail h3 { text-align: center; }
		#bto-footer-detail p { text-align: center; }
/* ================================================================================================================================ */
#bto-footer-ssl { background: var(--footer-ssl-colour); }
	#bto-footer-ssl > div > div { padding-top: 0.6rem; padding-bottom: 0.4rem; display: flex; justify-content: center; }
		#bto-footer-ssl > div > div > div img { width: 7.5rem; }
/* ================================================================================================================================ */
#bto-footer-copyright { background: var(--footer-copyright-colour); }
	#bto-footer-copyright > div > div { padding-top: 0.2rem; padding-bottom: 0.2rem; }
		#bto-footer-copyright > div > div p { font-size: 0.625rem; padding: 0rem; color: var(--footer-copyright-text-colour); text-align: center; }
		#bto-footer-copyright > div > div a { font-size: 0.625rem; color: var(--footer-copyright-link-colour); }
/* ================================================================================================================================ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@ */
@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
}
@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
}
@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
}
@media (min-width: 1200px) { /* Extra large devices (large desktops, 1200px and up) */
	/* ================================================================================================================================ */
	.bto-page-section { background: transparent; clear: both; } /* clear: both; terminates any image floats in a section */
		.bto-page-section > div { width: 100%; } /* use for full width backdrop filters */
			.bto-page-section > div > div { width: 75rem; margin: 0rem auto; padding: 1.25rem 0.625rem; text-align: left; }
	/* ================================================================================================================================ */
	#bto-footer-detail { background: var(--footer-detail-colour); }
		#bto-footer-detail > div > div { display: flex; justify-content: space-between; }
			#bto-footer-detail > div > div > div { text-align: left; }
			#bto-footer-detail > div > div > div:first-child { width: 120px; margin-top: 13px; }
			#bto-footer-detail > div > div > div:nth-child(2) { width: 280px; }
			#bto-footer-detail > div > div > div:nth-child(3) { width: 220px; }
			#bto-footer-detail > div > div > div:nth-child(4) { width: 350px; }
			#bto-footer-detail > div > div > div:first-child img { width: 100px; }
			#bto-footer-detail img.social { width: 35px; }
			#bto-footer-detail a { font-weight: normal; }
			#bto-footer-detail h3 { text-align: left; }
			#bto-footer-detail p { text-align: left; }
	/* ================================================================================================================================ */
	#bto-footer-ssl { background: var(--footer-ssl-colour); }
		#bto-footer-ssl > div > div { padding-top: 0.6rem; padding-bottom: 0.4rem; display: flex; justify-content: flex-end; }
		#bto-footer-ssl > div > div > div img { width: 7.5rem; }
	/* ================================================================================================================================ */
	#bto-footer-copyright { background: var(--footer-copyright-colour); }
		#bto-footer-copyright > div > div { padding-top: 0.2rem; padding-bottom: 0.2rem; }
			#bto-footer-copyright > div > div p { text-align: right; font-size: 0.625rem; padding: 0rem; color: var(--footer-copyright-text-colour); }
			#bto-footer-copyright > div > div a { font-size: 0.625rem; color: var(--footer-copyright-link-colour); }
	/* ================================================================================================================================ */
}
/* @@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */




	.grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem 0; }
	.c2 > div { width: 100%; }
	.c3 > div { width: 100%; }
	.c4 > div { width: 100%; }
	/* ------------------------------------------------------------------ */
	.grid-rejuvenate-your-pavers > div { display: inline-block; width: 100%; }
		.grid-rejuvenate-your-pavers > div div { padding: 10px 10px 10px 10px; }
	/* ------------------------------------------------------------------ */
	.grid-contact-us > div { display: inline-block; width: 100%; }
		.grid-contact-us > div div { padding: 10px 10px 10px 10px; }
	/* ------------------------------------------------------------------ */
	.grid-our-locations > div { display: inline-block; width: 100%; }
		.grid-our-locations > div div { padding: 10px 10px 10px 10px; }
	/* ------------------------------------------------------------------ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
	.c2 > div { width: 100%; }
	.c3 > div { width: 49%; }
	.c4 > div { width: 49%; }
}
@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
	/* ------------------------------------------------------------------ */
	.grid-rejuvenate-your-pavers > div:first-child { width: 35%; }
	.grid-rejuvenate-your-pavers > div:nth-child(2) { width: 60%; }
		.grid-rejuvenate-your-pavers > div div { padding: 10px 10px 10px 10px; }
	/* ------------------------------------------------------------------ */
	.grid-contact-us > div:first-child { width: 35%; }
	.grid-contact-us > div:nth-child(2) { width: 60%; }
		.grid-contact-us > div div { padding: 10px 0px 10px 0px; }
	/* ------------------------------------------------------------------ */
	.grid-our-locations > div:first-child { width: 35%; }
	.grid-our-locations > div:nth-child(2) { width: 60%; }
		.grid-our-locations > div div { padding: 10px 0px 10px 0px; }
	/* ------------------------------------------------------------------ */

	.c2 > div { width: 49%; }
	.c3 > div { width: 32%; }
	.c4 > div { width: 32%; }
}
@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
}
@media (min-width: 1200px) { /* Extra large devices (large desktops, 1200px and up) */
	.c2 > div { width: 49%; }
	.c3 > div { width: 32%; }
	.c4 > div { width: 24%; }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */





/* ################################################################################################################################ */

/*
	background: linear-gradient( hsla(80, 25%, 44%, 0.85), hsla(80, 25%, 44%, 0.85) ), 
	background: linear-gradient( hsla(81, 27%, 52%, 0.85), hsla(81, 27%, 52%, 0.85) ), 
	background: linear-gradient( hsla(111, 5%, 48%, 0.85), hsla(111, 5%, 48%, 0.85) ), 





*/






.bto-page-section-title {
	background: linear-gradient( hsla(209.4, 63.5%, 57.1%, 0.55), hsla(209.4, 63.5%, 57.1%, 0.55) ), 
	url('/images/backgrounds/technology.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	margin-bottom: 3.125rem;
	}
	.bto-page-section-title > div > div { padding-top: 4.375rem; padding-bottom: 6.25rem; }
	.bto-page-section-title h1 { color: white; font-size: 50px; font-weight: bold; text-align: center; }
	.bto-page-section-title h2 { color: white; font-size: 40px; text-align: center; }
	.bto-page-section-title h3 { color: white; font-size: 26px; text-align: center; }
	.bto-page-section-title p { color: white; font-size: 16px; text-align: center; }
	.bto-page-section-title strong { color: white; font-weight: bold; }

.bto-page-section-main { }
	.bto-page-section-main > div > div { padding-top: 0rem; padding-bottom: 0rem; }

.bto-page-section-banner-dark {
	background: linear-gradient( hsla(204.1, 100%, 39%, 0.65), hsla(204.1, 100%, 39%, 0.65) ), 
	url('/images/backgrounds/technology.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	}
	.bto-page-section-banner-dark > div > div { padding-top: 1.875rem; padding-bottom: 2.5rem; }
	.bto-page-section-banner-dark h2 { color: white; text-align: center; }
	.bto-page-section-banner-dark h3 { color: white; text-align: center; }
	.bto-page-section-banner-dark p { color: white; text-align: center; }
	.bto-page-section-banner-dark strong { color: white; font-weight: bold; }

.bto-page-section-banner-light { background: var(--footer-detail-colour); }
	.bto-page-section-banner-light > div > div { padding-top: 1.875rem; padding-bottom: 2.5rem; }
	.bto-page-section-banner-light h2 { color: var(--page-text-colour); text-align: center; }
	.bto-page-section-banner-light h3 { color: var(--page-text-colour); text-align: center; }
	.bto-page-section-banner-light p { color: var(--page-text-colour); text-align: center; }
	.bto-page-section-banner-light strong { color: var(--page-text-colour); font-weight: bold; }


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}
@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}
@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}
@media (min-width: 1200px) { /* Extra large devices (large desktops, 1200px and up) */
	/* ------------------------------------------------------------------ */
	.bto-page-section-title {
		background: linear-gradient( hsla(209.4, 63.5%, 57.1%, 0.55), hsla(209.4, 63.5%, 57.1%, 0.55) ), 
		url('/images/backgrounds/technology.jpg');
		background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
		}
		.bto-page-section-title > div > div { padding-top: 4.375; padding-bottom: 6.25rem; }
		.bto-page-section-title h1 { color: white; font-size: 50px; font-weight: bold; text-align: left; }
		.bto-page-section-title h2 { color: white; font-size: 40px; text-align: left; }
		.bto-page-section-title h3 { color: white; font-size: 26px; text-align: left; }
		.bto-page-section-title p { color: white; font-size: 16px; text-align: left; }
		.bto-page-section-title strong { color: white; font-weight: bold; }
		/* ------------------------------------------------------------------ */
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



/* ################################################################################################################################ */




/*
	background: linear-gradient( hsla(0,0%,45%,0.45), hsla(0,0%,45%,0.45) ), 
	background: linear-gradient( hsla(209.4, 63.5%, 57.1%, 0.55), hsla(209.4, 63.5%, 57.1%, 0.55) ), 

*/

.bto-building-background { 
	background: linear-gradient( hsla(209.4, 63.5%, 57.1%, 0.55), hsla(209.4, 63.5%, 57.1%, 0.55) ), 
	url('/images/backgrounds/building-11.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	}
	.bto-building-background > div { 
		backdrop-filter: grayscale(0%);
		}

		.bto-building-background h1,
		.bto-building-background h3
		{ 
			text-shadow: 0px 0px 20px var(--image-button-text-shadow);
		}




.bto-legal-background { 
	background: linear-gradient( hsla(0,0%,68%,0.75), hsla(0,0%,68%,0.75) ), 
	url('/images/backgrounds/legal-documents.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	filter: grayscale(100%);
}

		


.bto-green-background { 
	background: hsla(204.1, 100%, 39%, 1); 
	}
	
	
/*

	background: hsla(204.1, 100%, 39%, 1); 


*/

.bto-roof-tiles-background { 
	background: linear-gradient( hsla(111, 5%, 28%, 0.60), hsla(111, 5%, 28%, 0.60) ), 
	url('/images/backgrounds/roof-tiles-3.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}
@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}
@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}
@media (min-width: 1200px) { /* Extra large devices (large desktops, 1200px and up) */
	/* ------------------------------------------------------------------ */
	/* ------------------------------------------------------------------ */
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */















/* ################################################################################################################################ */

.button-residential { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/residential-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-residential:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/residential-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-residential > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-residential h2 { color: white; text-align: center; margin: 50px 5px; font-size: 32px; }
.button-residential:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-commercial { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/commercial-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-commercial:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/commercial-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-commercial > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-commercial h2 { color: white; text-align: center; margin: 50px 5px; font-size: 32px; }
.button-commercial:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }







/* ### service lines buttons ############################################################################################################################# */

/*
position: relative;
z-index: -2;

background: linear-gradient( hsla(0,0%,68%,0.87), hsla(0,0%,68%,0.87) ), 
url('/images/backgrounds/building-11.jpg');
background-repeat: no-repeat; background-attachment: fixed; background-size: cover;

filter: grayscale(100%);

	background: linear-gradient( hsla(0,0%,55%,0.75), hsla(0,0%,55%,0.75) ), 
	url('/images/button-backgrounds/soft-washing.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);



	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/soft-washing.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);





*/


/* ================================================================================================================================ */
	
.button-soft-washing { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/soft-washing.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
}
.button-soft-washing:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/soft-washing.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-soft-washing > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-soft-washing h2 { color: white; text-align: center; margin: 50px 5px; }
.button-soft-washing:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-pressure-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-power-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/power-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-power-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/power-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-power-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-power-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-power-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }



/* ================================================================================================================================ */














/* ### our services buttons ############################################################################################################################# */







/*
.button-external-window-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }





.picture-button { 
	overflow: hidden;
}
.picture-button > a > div { 
	width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; 
	opacity: 0.7;
	transition: all .8s;
}
.picture-button > a > div:hover { 
	opacity: 1;
	transform: scale(1.1);
	transition: all .8s;
}
.picture-button h2 { color: white; text-align: center; margin: 50px 5px; }







.button-external-window-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; 
	background: linear-gradient( hsla(111, 5%, 28%, 0.55), hsla(111, 5%, 28%, 0.55) ), 
	url('/images/button-backgrounds/external-window-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;

}



*/


/* ================================================================================================================================ */
	
.button-external-window-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/external-window-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-external-window-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/external-window-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-external-window-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-external-window-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-external-window-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }



/* ================================================================================================================================ */
	
.button-driveway-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/driveway-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-driveway-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/driveway-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-driveway-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-driveway-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-driveway-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-paving-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/paving-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-paving-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/paving-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-paving-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-paving-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-paving-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-patio-and-pergola-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/patio-and-pergola-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-patio-and-pergola-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/patio-and-pergola-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-patio-and-pergola-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-patio-and-pergola-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-patio-and-pergola-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */

.button-jetty-pressure-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/jetty-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-jetty-pressure-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/jetty-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-jetty-pressure-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-jetty-pressure-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-jetty-pressure-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-limestone-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/limestone-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-limestone-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/limestone-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-limestone-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-limestone-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-limestone-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-footpath-and-curb-pressure-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/footpath-and-curb-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-footpath-and-curb-pressure-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/footpath-and-curb-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-footpath-and-curb-pressure-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-footpath-and-curb-pressure-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-footpath-and-curb-pressure-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-boat-hull-pressure-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/boat-hull-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-boat-hull-pressure-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/boat-hull-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-boat-hull-pressure-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-boat-hull-pressure-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-boat-hull-pressure-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }


/* ================================================================================================================================ */
	
.button-roof-pressure-cleaning { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/roof-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-roof-pressure-cleaning:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/roof-pressure-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-roof-pressure-cleaning > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-roof-pressure-cleaning h2 { color: white; text-align: center; margin: 50px 5px; }
.button-roof-pressure-cleaning:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }











/* ### package deal buttons ############################################################################################################################# */
	
.button-exterior-vacate-clean { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/exterior-vacate-clean.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-exterior-vacate-clean:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/exterior-vacate-clean.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-exterior-vacate-clean > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-exterior-vacate-clean h2 { color: white; text-align: center; margin: 50px 5px; }
.button-exterior-vacate-clean:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-holiday-home-external-clean { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/holiday-home-external-pressure-clean.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-holiday-home-external-clean:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/holiday-home-external-pressure-clean.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-holiday-home-external-clean > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-holiday-home-external-clean h2 { color: white; text-align: center; margin: 50px 5px; }
.button-holiday-home-external-clean:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-ready-for-sale-external-clean { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/ready-for-sale-external-pressure-clean.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-ready-for-sale-external-clean:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/ready-for-sale-external-pressure-clean.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-ready-for-sale-external-clean > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-ready-for-sale-external-clean h2 { color: white; text-align: center; margin: 50px 5px; }
.button-ready-for-sale-external-clean:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }











/* ================================================================================================================================ */
	
.button-pressure-cleaning-bouvard { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-bouvard.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-position: center;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-bouvard:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-bouvard.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-position: center;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-bouvard > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-bouvard h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-bouvard:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-clifton { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-clifton.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-clifton:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-clifton.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-clifton > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-clifton h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-clifton:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-coodanup { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-coodanup.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-coodanup:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-coodanup.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-coodanup > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-coodanup h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-coodanup:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-dawesville { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-dawesville.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-dawesville:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-dawesville.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-dawesville > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-dawesville h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-dawesville:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-dudley-park { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-dudley-park.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-dudley-park:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-dudley-park.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-dudley-park > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-dudley-park h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-dudley-park:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }
/* ================================================================================================================================ */
	
.button-pressure-cleaning-erskine { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-erskine.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-erskine:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-erskine.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-erskine > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-erskine h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-erskine:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }
/* ================================================================================================================================ */
	
.button-pressure-cleaning-falcon { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-falcon.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-falcon:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-falcon.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-falcon > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-falcon h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-falcon:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }
/* ================================================================================================================================ */
	
.button-pressure-cleaning-greenfields { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-greenfields.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-greenfields:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-greenfields.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-greenfields > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-greenfields h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-greenfields:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-halls-head { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-halls-head.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-halls-head:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-halls-head.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-halls-head > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-halls-head h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-halls-head:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-herron { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-herron.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-herron:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-herron.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-herron > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-herron h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-herron:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-lakelands { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-lakelands.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-lakelands:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-lakelands.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-lakelands > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-lakelands h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-lakelands:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-madora-bay { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-madora-bay.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-madora-bay:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-madora-bay.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-madora-bay > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-madora-bay h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-madora-bay:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-perth { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-perth.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-perth:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-perth.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-perth > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-perth h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-perth:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-meadow-springs { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-meadow-springs.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-meadow-springs:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-meadow-springs.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-meadow-springs > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-meadow-springs h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-meadow-springs:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-parklands { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-parklands.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-parklands:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-parklands.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-parklands > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-parklands h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-parklands:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-san-remo { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-san-remo.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-position: center;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-san-remo:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-san-remo.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-position: center;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-san-remo > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-san-remo h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-san-remo:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-silver-sands { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-silver-sands.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-position: center;
	filter: grayscale(100%);
	}
.button-pressure-cleaning-silver-sands:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-silver-sands.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-position: center;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-silver-sands > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-silver-sands h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-silver-sands:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ================================================================================================================================ */
	
.button-pressure-cleaning-wannanup { 
	background: linear-gradient( hsla(0,0%,45%,0.65), hsla(0,0%,45%,0.65) ), 
	url('/images/button-backgrounds/pressure-cleaning-wannanup.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(100%);
}
.button-pressure-cleaning-wannanup:hover { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.55), hsla(111, 5%, 48%, 0.55) ), 
	url('/images/button-backgrounds/pressure-cleaning-wannanup.jpg');
	background-repeat: no-repeat; background-attachment: scroll; background-size: cover;
	filter: grayscale(0%);
	}
.button-pressure-cleaning-wannanup > a > div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.button-pressure-cleaning-wannanup h2 { color: white; text-align: center; margin: 40px 5px; font-size: 20px; }
.button-pressure-cleaning-wannanup:hover h2 { text-shadow: 1px 1px 1px var(--image-button-text-shadow); }

/* ################################################################################################################################ */



	  


/* ################################################################################################################################ */


#contactform input[type=text], 
#contactform textarea { 
	width: 100%; 
	margin: 0px; padding: 5px 0px 5px 5px;
	}

#contactform #ffody5sgh6bk7erd,
#contactform #ibii29554i3gfadr,
#contactform #Lhthys4sqq5BBh8q { 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;	
	}

#contactform > div:last-child { margin-top: 30px; margin-bottom: 30px; }
	
/* ################################################################################################################################ */

.bto-external-window-cleaning {

	background: linear-gradient( hsla(111, 5%, 48%, 0.75), hsla(111, 5%, 48%, 0.75) ), 
	url('/images/button-backgrounds/external-window-cleaning.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	
}




/* ================================================================================================================================ */
	
.background-wannanup { 
	background: linear-gradient( hsla(111, 5%, 48%, 0.75), hsla(111, 5%, 48%, 0.75) ), 
	url('/images/button-backgrounds/pressure-cleaning-wannanup.jpg');
	background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
	}

/* ================================================================================================================================ */




/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */

/* https://www.codingnepalweb.com/mega-menu-and-dropdown-menu-html-css/ */


nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  
  background: #242526;



}

		nav ul { 
			margin: 0;
			padding: 0;
			}
	


nav .wrapper{
  position: relative;
  max-width: 1200px;
  padding: 0px 30px 0px 10px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo {
					padding-top: 1.8rem;
  }
	

.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }

  #showMega2:checked ~ .mega-box{
    max-height: 100%;
  }




  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}
.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

















