@charset "utf-8";
/*    Website designed and created by Adam Nicholls    */
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap);

/* 
Swift Roofing And Property Maintenance
08007720489
#mobile
swifftroofing1992@gmail.com
-----------------
Swift Roofing And Property Maintenance, Unit 1, Sphere Industrial Estate, Campfield Road
St. Albans
Hertfords
AL1 5HT
------------------
Roofing
Roofers
Roof Repairs
Roof Installations/Replacements
Gutter Maintenance
Chimney Repairs
General Property Maintenance
------------------
14/03/2025
#domain
Whatsapp 44 first - https://wa.me/08007720489
------------------
<img src="media/images/logo.png" alt="">
 */

:root{
	--dark: #7b7b7b;
	--medium: #a1a1a1;
	--light: #c7c7c7;
	--accent: #b50c0e;

	--bigrad: 12px;
	--mediumrad: 8px;
	--smallrad: 4px;

	--bigpad: 60px;
	--mediumpad: 40px;
	--smallpad: 20px;

	--mainfont: 'Quicksand', sans-serif;
	--titlefont: 'Quicksand', sans-serif;	

	--logoheight: 140px;
	--logoheightmob: 90px;
}
@media screen and (max-width: 40em) {
	:root{
		--bigpad: 60px;
		--mediumpad: 30px;
		--smallpad: 15px;
	}
}
.logo img{
	max-height: var(--logoheight);
	display: inline-block;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	max-width: 400px;
}
@media screen and (max-width: 64em) {
	.logo{
		text-align: center;
		width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}
	.logo img{
		max-height: var(--logoheightmob);
		text-align: center;
		max-width: 100%;
	}
}
.logo p{
	font-size: 1.5rem;
	color: var(--dark);
	margin: 0;
	font-weight: 700;
	letter-spacing: -1px;
}
.top-section{
	padding-top: var(--smallpad);
	padding-bottom: var(--smallpad);
	position: relative;
	z-index: 25;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.widerow{
	max-width: 100rem;
}
header{
	position: relative;
	z-index: 5;
}
main{
	position: relative;
	z-index: 1;
}

/******** Essentials ********/
body{
	margin: 0;
	padding: 0;
	background-color: white;
	padding: 0px 0;
	font-family: var(--mainfont);
	overflow-x:hidden;
	scroll-behavior: smooth;
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 500;
	opacity: 0.92;
	font-family: var(--mainfont);
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: var(--titlefont);
	display: block;
	width: 100%;
}
/******** BN Kit ********/
.social a{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin-right: 8px;
	border-radius: var(--mediumrad);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.social a:hover{background-color: var(--medium)!important;}
.social span{color: white;margin: 0;}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	max-height: 750px;
	border-radius: var(--bigrad);
}
/******** Typegraphy ********/
.sub-title, blockquote span{
	font-size: 0.825rem;
	line-height: 1.1;
	font-weight: 300;
	color: var(--accent);
	display: block;
	position: relative;
	margin: 0;
	margin-bottom: 1rem;
	padding-left: 20px;
}
.sub-title::before, blockquote span::before{
	position: absolute;
	width: 16px;
	height: 1px;
	bottom: 4px;
	left: 0;
	content: " ";
	background-color: var(--accent);
}
main h1{
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--medium);	
}
main h2{
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--medium);	
}
main h3{
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--medium);	
}
main h4{
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	color: var(--medium);	
}
main h5{
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--light);	
}
main h6{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--light);	
}
main strong{font-weight: 700;;}
/******** Colour codes ********/
.light-text :is(p, h1, h2){color: white;}
.light-text :is(h3, h4, h5){color: var(--accent);}
.extradarkbg :is(p, h1, h2){color: var(--light);}
.extradarkbg :is(h3, h4, h5){color: var(--accent);}
.darkbg :is(p, h1, h2, li){color: white;}
.darkbg :is(h3, h4, h5){color: var(--accent);}
.medbg :is(p, h1, h2, li){color: white;}
.medbg :is(h3, h4, h5){color: var(--accent);}
.lightbg :is(p, h1, h2){color: var(--dark);}
.lightbg :is(h3, h4, h5){color: var(--medium);}
.caption :is(p, h1, h2){color: white;}
.caption :is(h3, h4, h5){color: var(--accent);}
/******** Buttons ********/
.button{
	line-height: 3rem;
	font-size: 0.825rem;
	padding: 0 24px;
	display: inline-block;
	font-weight: 700;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: var(--accent);
	color: white!important;
	border-radius: var(--smallrad);
	position: relative;
	z-index: 1;
	box-shadow: 
	0 -1px 2px rgba(0,0,0,0.05), 
    0 2px 4px rgba(0,0,0,0.05), 
    0 4px 8px rgba(0,0,0,0.05), 
    0 8px 16px rgba(0,0,0,0.02),
    0 16px 32px rgba(0,0,0,0.1);
	text-decoration: none!important;
	overflow: hidden;
	background-image:
	 -webkit-linear-gradient(left, var(--light), var(--accent));
	background-image:
	 -o-linear-gradient(left, var(--light), var(--accent));
	background-image:
	 linear-gradient(to right, var(--light), var(--accent));
}
.button span{margin-right: 6px;}
.button:hover{
	box-shadow: 
	0 2px 4px rgba(0,0,0,0.05), 
    0 4px 8px rgba(0,0,0,0.05), 
    0 8px 16px rgba(0,0,0,0.05), 
    0 16px 32px rgba(0,0,0,0.05),
    0 32px 64px rgba(0,0,0,0.15);
}
.button::after{
	position: absolute;
	bottom: 0px;
	left: -160px;
	content: " ";
	background-color: var(--dark);
	width: 600px;
	height: 600px;
	opacity: 0.4;
	z-index: -1;
	-webkit-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	transform-origin: bottom left;
	transform:rotate(-30deg);
}
.button:hover::after{
	transform:rotate(0deg);
}
.button2{
	background-image:
	 -webkit-linear-gradient(left, var(--dark), var(--medium));
	background-image:
	 -o-linear-gradient(left, var(--dark), var(--medium));
	background-image:
	 linear-gradient(to right, var(--dark), var(--medium));
}
.button2::after{
	background-color: var(--accent);
}
.button + .button{margin-left: 1rem;}
.cta{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	display: inline-block;
	color: var(--medium)!important;
	text-decoration: underline!important;
}
.cta:hover{color: var(--accent)!important;}
.caption-blur .cta{
	color: white!important;
	display: block;
	margin-top: 1rem;
}
.darkbg .cta{color: white!important;}
@media screen and (max-width: 40em) {
	.button{
		display: none;
		width: 100%;
		text-align: center;
	}
	.button + .button{
		margin: 0;
		margin-top: 0.5rem;
	}
}
/******** List ********/
main ul{
	margin-top: var(--smallpad);
	margin-bottom: var(--smallpad);	
}
main ul li{
	position: relative;
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 24px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 16px;
	width: 16px;
	height: 1px;
	line-height: 30px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
	background-color: var(--accent);
}
main ol{
	counter-reset: my-awesome-counter;
	padding: 0;
	margin-top: var(--smallpad);
	margin-bottom: var(--mediumpad);	
}
main ol li{
	position: relative;
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 10px;
	text-align: left;
	padding: var(--smallpad);
	display: inline-block;
	width: 100%;
	font-weight: 700;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
  counter-increment: my-awesome-counter;
}
main ol li a{
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--accent);
  font-weight: bold;
}
/******** Section sizes ********/
section{
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.next-section{
	padding-bottom: 120px;
	padding-top: 0;
	position: relative;
}
.next-inner-section{
	padding-bottom: 0;
	padding-top: 120px;
	position: relative;
}
.large-section{
	padding-top: 180px;
	padding-bottom: 180px;
	position: relative;
}
.medium-section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.small-section{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
@media screen and (max-width: 64em) {
	section{padding-top: 50px;padding-bottom: 50px;}
	.medium-section{padding-top: 25px;padding-bottom: 25px;}
	.small-section{padding-top: 15px;padding-bottom: 15px;}
	.next-section{padding-bottom: 50px;}
	.large-section{padding-bottom: 100px;padding-top: 100px;}
}
.card{
	border-radius: var(--mediumrad);
	padding: var(--mediumpad);
}
.card .bigbg{min-height: 200px; margin-bottom: 30px;}
/******** Text sections ********/
.left-text{padding: var(--bigpad);padding-left: 0;}
.right-text{padding: var(--bigpad);padding-right: 0;}
.text{padding: var(--bigpad);}
main .content:nth-child(even) .left-text{
	order: +1;
	padding-left: var(--bigpad);
	padding-right: 0;
}
@media screen and (max-width: 64em) {
	main .content:nth-child(even) .left-text{order: auto;padding: var(--bigpad) 1.15rem;}
	.left-text{padding: var(--bigpad) 1.5rem;}
	.right-text{padding: var(--bigpad) 1.5rem;}
	.text{padding: var(--bigpad) 1.15rem;}
}
/******** Navigations ********/
nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 3rem;
	padding: 0 10px;
	font-size: 1rem;
	font-weight: 500;
	color: white!important;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: capitalize;
}
nav ul li::after{
	position: absolute;
	bottom: 0;
	width: 0;
	left: 50%;
	z-index: 10;
	height: 2px;
	background-color: var(--accent);
	content: " ";
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav ul li:hover::after{
	width: 60%;
	left: 20%;
}
nav ul li > ul{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: var(--smallpad) var(--mediumpad);
	border-radius: var(--smallrad);	
	background-color: var(--dark);
	opacity: 0;
	z-index: 10;
	width: auto;
	transform: scale(0.5);
	pointer-events: none;
	transform-origin: top left;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	border-top: 3px solid var(--accent);
	box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
nav ul li > ul li{display: block;}
nav ul li > ul li a{
	padding: 0;
	color: white!important;
	line-height: 35px;
}
nav ul li > ul li a:hover{color: var(--accent)!important;}
nav ul li:hover > ul{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li:hover > ul{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li > a{margin-right: 10px;}
nav ul li > a:only-child{margin-right: 0px;}
nav ul li > a::after {
	background-image: url(../images/shapes/navdown.svg);
	position: absolute;
	right: -10px;
	top: 5px;
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
}
nav ul li > ul li::after{display: none!important;}
nav ul li > a:only-child::after { display: none;}
.toggler{display: none;}
.mob-call{display: none;}
.call-text{display: none;}
.nav-toggler p{display: none;}
.mobile-menu{display: none;}
.mob-con{display: none;}
@media screen and (max-width: 64em) {
	.mob-con{
		position: absolute;
		z-index: 100;
		display: block;
		width: 40px;
		height: 40px;
		top: 1.5rem;
		margin-top: 5px;
		right: 2.3rem;
		color: white;
		background: var(--accent);
		text-align: center;
		border-radius: var(--smallrad);
		-webkit-transition: ease-in-out 0.2s;
		-o-transition: ease-in-out 0.2s;
		transition: ease-in-out 0.2s;
	}
	.mob-con img{
		height: 24px;
		margin-top: 8px;
		padding: 4px;
		filter: invert(1);
	}
	.mobile-menu{
		position: fixed;
		top: 00%;
		left: -100%;
		display: block;
		max-height: 100vh; /*Fallback for dogshit browsers*/
		height: 100vh; /*Fallback for dogshit browsers*/
		height: calc(var(--vh, 1vh) * 100);
		width: 90%;
		opacity: 1;
		z-index: 300000;
		text-align: left;
		padding: 2rem;
		text-align: left;
		overflow-y: scroll;

		-webkit-transition:ease-out 0.4s;
		-o-transition:ease-out 0.4s;
		transition:ease-out 0.4s;
		background-color: rgba(255,255,255,0.9);
		backdrop-filter: blur(6px);
		background-image: url(../images/bg.png);

		background-size: cover;
		border-radius: 0 2rem 2rem 0;
		box-shadow: 
		0 -1px 2px rgba(0,0,0,0.05), 
	    0 2px 4px rgba(0,0,0,0.05), 
	    0 4px 8px rgba(0,0,0,0.05), 
	    0 8px 16px rgba(0,0,0,0.02),
	    0 16px 32px rgba(0,0,0,0.1);
		-ms-overflow-style: none;
    	scrollbar-width: none;
	}
	.mobile-menu::-webkit-scrollbar {
		display: none;
	}
	.mobile-menu::after{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0.7;
		content: " ";
		background-image:
		 -webkit-linear-gradient(top left, white 40%, transparent);
		background-image:
		 -o-linear-gradient(top left, white 40%, transparent);
		background-image:
		 linear-gradient(to right bottom, white 40%, transparent);	
		border-radius: 0 2rem 2rem 0;		
	}
	.mobile-menu .row{
		position: relative;
		z-index: 10;
	}
	.open-nav{
		opacity: 1;
		pointer-events: auto;
		left: 0;
	}
	.close-nav{
		cursor: pointer;
		width: 100%;
		text-align: left;
		margin-left: -0.5rem;
	}
	nav{
		display: block;
		position: relative;
		width: 100%;
		z-index: 10;
		border-bottom: none;
		background-color: unset;
		backdrop-filter: unset;
	}
	nav .row{
		max-width: 100%;
		width: 100%;
		display: block;
		padding: 0;
		margin: unset!important;
	}
	nav ul li{
		display: block;
		width: 100%;
	}
	nav ul{
		z-index: 10;
		position: relative;
		padding: 0;
	}
	nav ul li a, .mobile-nav-contact a, nav ul li > ul li a{
		line-height: 3;
		font-size: 1rem;
		display: block;
		cursor: pointer;
		color: var(--dark)!important;
		background-color: rgba(0,0,0,0.1);
		width: 100%;
		border-radius: var(--smallrad);
		margin-bottom: 0.5rem;
	}
	nav ul li a:hover{
		background-color: rgba(0,0,0,0.2);
		color: unset!important;
	}
	nav ul li a:is(:focus, :active){
		background-color: var(--accent)!important;
		color: white!important;
	}
	nav ul li::after{display: none;}
	nav ul li > ul{
		position: relative;
		display: block;
		top: 0;
		text-align: inherit;
		padding: 0px;
		background-color: unset;
		opacity: 1;
		width: 95%;
		left: 5%;
		transform: scale(1);
		pointer-events: auto;
		border-top: 0px;
		box-shadow: 0 0 80px rgba(0,0,0,0.0);
		display: none;
	}
	nav ul li > ul li a{
		background-color: var(--accent);
		color: white!important;
		font-size: 0.75rem;
		line-height: 3rem;
		padding: 0 1rem;
	}
	nav ul li > ul li a:hover{color: white!important;}
	nav ul li > ul li::before{
		left: -0.75rem;
		top: -0.5rem;
		width: 1.5rem;
		height: 2rem;
		text-align: center;
		border-radius: unset;
		content: " ";
		background-color: unset;
		-webkit-transition: ease 0.3s;
		-o-transition: ease 0.3s;
		transition: ease 0.3s;
		transform:scale(1);
		background-image: url(../images/shapes/sub.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.navigation{position: relative;z-index: 40;}
	.navigation .social{
		margin-top: 16px;
		padding: 16px 8px;
	}
	.nav-toggler{
		position: absolute;
		top: 1.5rem;
		left: 2.3rem;
		display: block;
		z-index: 1000;
		cursor: pointer;
		height: 50px;
		width: 50px;
		text-align: right;
	}
	.toggler-one{
		width: 30px;
		height: 3px;
		background-color: var(--accent);
		border-radius: 3px;
		position: absolute;
		left: 0;
		top: 12px;
		-webkit-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		-moz-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transform-origin: center center;
	}
	.toggler-two{
		width: 30px;
		height: 3px;
		left: 0;
		background-color: var(--accent);
		border-radius: 3px;
		position: absolute;
		top: 20px;
		-webkit-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		-moz-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transform-origin: center center;
	}
	.toggler-three{
		width: 20px;
		height: 3px;
		left: 0;
		background-color: var(--accent);
		border-radius: 3px;
		position: absolute;
		top: 28px;
		-webkit-transition: top 0.35s ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		-moz-transition: top 0.35s ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transition: top 0.35s ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transform-origin: center center;
	}
	.nav-toggler:hover .toggler-three{
		width: 30px;
	}
	.mobile-menu .columns{padding: 0;}
	.nav-title{
		font-size: 1.25rem;
		font-weight: 700;
		margin-top: 1rem;
	}
	.mobile-nav-contact{
		margin-top: 1rem;
		padding-top: 1.5rem!important;
		border-top: 2px solid rgba(0,0,0,0.2);
		display: block;
	}
	.mobile-nav-contact a{
		background-color: var(--dark);
		color: white!important;
		padding: 0 1rem;
		display: block;
		width: 100%;
		position: relative;
	}
	.mobile-nav-contact a:is(:focus, :active){
		background-color: var(--accent)!important;
	}
	.mobile-nav-contact a:nth-child(2){
		background-color: var(--accent)!important;
	}
	.mobile-nav-contact a:nth-child(2):is(:focus, :active){
		background-color: var(--light)!important;
	}
	.mobile-nav-contact a:nth-child(3){
		background-color: var(--light)!important;
	}
	.mobile-nav-contact a:nth-child(3):is(:focus, :active){
		background-color: var(--light)!important;
	}
	.mobile-menu .social{margin-top: 1rem;}


	.mobile-nav-contact a::after {
		background-image: url(../images/shapes/navdown.svg);
		position: absolute;
		right: 1rem;
		top: 0px;
		width: 25px;
		height: 3rem;
		line-height: 3;
		text-align: center;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		content: " ";
	}
	.mobile-nav-contact > a[href*="tel"]:after{background-image: url(../images/shapes/phone.svg);}
	.mobile-nav-contact > a[href*="form"]:after{background-image: url(../images/shapes/bookmark.svg);}


	nav ul li > a::after {
		background-image: url(../images/shapes/chevron-right.svg);
		position: absolute;
		right: 1rem;
		top: 0px;
		width: 25px;
		height: 3rem;
		line-height: 3;
		text-align: center;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		content: " ";
		transform:rotate(90deg); 
	}
	nav ul li > a:only-child::after { 
		display: block;
		transform:rotate(0deg); 
	}

	nav ul li > a[href*="index"]:after{background-image: url(../images/shapes/home.svg);}
	nav ul li > a[href*="gallery"]:after{background-image: url(../images/shapes/gallery.svg);}
	nav ul li > a[href*="project"]:after{background-image: url(../images/shapes/gallery.svg);}
	nav ul li > a[href*="review"]:after{background-image: url(../images/shapes/review.svg);}
	nav ul li > a[href*="testimonial"]:after{background-image: url(../images/shapes/review.svg);}
	nav ul li > a[href*="contact"]:after{background-image: url(../images/shapes/contact.svg);}

	nav ul li > a[href*="faq"]:after{background-image: url(../images/shapes/faq.svg);}
	nav ul li > a[href*="booking"]:after{background-image: url(../images/shapes/calendar.svg);}


}
@media screen and (max-width: 40em) {
	.mob-call{display: block;}
	.call-text{
		display: block;
		position: fixed;
		padding: var(--smallpad);
		bottom: 0;
		left: 0;
		z-index: 200;
		width: 100%;
		background-color: rgba(30,30,30,0.8);
		backdrop-filter: blur(2px);
	}
	.call-text .row{padding: 0 0.6rem;}
	.call-text .columns{padding: 0 0.3rem;}
	.call-text span{color: white;}
	.mob-call{cursor: pointer;}

}
.top-fix{position: fixed;}
/******** GALLERY ********/
.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}
.reviews{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}
.thumbs{
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: var(--smallrad);
	transform:scale(1);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.thumbs:hover{
	transform:scale(1.02);
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 3px;
}
.thumbs a{
	margin: 0!important;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 64em) {
	.thumbs{height: 240px;}
}
@media screen and (max-width: 40em) {
	.thumbs{height: 200px;}
	.gallery{
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 0.5rem;
	}
	.reviews{
	    grid-template-columns: repeat(1, 1fr);
	    grid-gap: 1rem;
	}
}
/******** BLOCKQUOTE ********/
blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	font-style: normal;
	position: relative;
	z-index: 10;
	color: white;
	border-radius: var(--mediumrad);
	background-color: var(--light1a);
	padding: var(--bigpad);
	padding-top: calc(var(--bigpad) + 100px);
	min-height: 360px;
	overflow: hidden;
}
blockquote span{margin-top: 1rem;}
blockquote::after{
	position: absolute;
	top: var(--bigpad);
	left: var(--bigpad);
	z-index: 2;
	height: 80px;
	width: 80px;
	background-color: var(--accent);
    border-radius: 50%;
	background-image: url(../images/shapes/quote.svg);
	background-position: center;
	background-size: 40%;
	background-repeat: no-repeat;
	content: " "; 
}
blockquote::before{
	width: 320px;
	height: 320px;
	position: absolute;
	content: " ";
	top: -200px;
	left: -140px;
    border-radius: 50%;
    background-color: var(--accent);
	z-index: -1;
	opacity: 0.15;
}
blockquote p{
	opacity: 1;
}
.smallquote{font-size: 1.25rem;line-height: 1.5;}
.midquote{font-size: 1.25rem;line-height: 1.5;}
.bigquote{font-size: 1.5rem;line-height: 1.5;}
@media screen and (max-width: 40em) {
	blockquote{min-height: unset;}
	blockquote{
		padding: var(--mediumpad);
		padding-top: calc(var(--mediumpad) + 80px);
		min-height:unset;
		margin-bottom: 1rem;
	}
	blockquote::after{
		top: var(--mediumpad);
		left: var(--mediumpad);
		z-index: 2;
		height: 60px;
		width: 60px;
	}
	blockquote::before{
		top: -250px;
	}
}

/******* Footer *******/

footer{
	width: calc(100% - 2rem);
	margin-left: 1rem;
	margin-bottom: 1rem;
	border-radius: var(--bigrad);
	overflow: hidden;
	background-color: var(--dark);
	background-image:
	 -webkit-linear-gradient(top left, var(--light), var(--accent));
	background-image:
	 -o-linear-gradient(top left, var(--light), var(--accent));
	background-image:
	 linear-gradient(to right bottom, var(--light), var(--accent));
	padding-top: 100px;
	position: relative;
	color: white;
	overflow: hidden;
	z-index: 2;
	margin-top: 1rem;
}
footer .row{position: relative;z-index: 5;}
footer h6{
	font-size: 1rem;
	line-height: 150%;
	font-weight: 300;
	color: #000000;
	text-transform: capitalize;
}
footer a{color: white!important;}
footer a, footer ul li a{
	display: block;
	font-weight: 500;
	line-height: 2rem;
	font-size: 0.875rem;
	text-transform: capitalize;
}
footer a:hover, footer ul li a:hover{
	color: var(--dark)!important;
}
.bigphone{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: var(--accent)!important;
}
footer .bigphone{
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-size: 1.5rem;
	color: var(--accent)!important;
}
.by{
	margin-top: 60px;
	border-top: 1px solid rgba(255,255,255,0.05);
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p{margin: 0;}
.by p{
	color: rgba(255,255,255,0.6);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 0.825rem;
}
footer .sub-menu{display: none;}
.footerlinks{display: block;}
.footerlinks a{
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	color: rgba(255,255,255,0.3)!important;
}
.footerlinks a::after{
	content: "/";
	margin-left: 10px;
}
.footerlinks a:last-of-type::after{display: none;}
.footerlinks a:hover{color: var(--light);}
footer .social{margin-top: 1rem;}
footer ul li > ul{display: none!important;}
footer a:not([href]){display: none;}
footer .social{margin-top: 2rem;}
footer ul li > ul{display: none!important;}
footer a:not([href]){display: none;}
footer img{
	max-height: 50px;
	margin-bottom: 2rem;
}
.main-foot p{font-size: 2rem;font-weight: 700;}
footer h5{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
	max-width: 450px;
	color: white;
}
footer .button:hover{
	color: white!important;
}
/******* Extras *******/
a.cred img{
	margin-bottom: 0;
	width: 64px;
	height: 64px;
	position: relative;
	top: 0;
}
a.cred p{
	color: white;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
	line-height: 120%;
	padding: 0 10px;
	text-shadow: 0 3px 5px rgba(0,0,0,0.4);
}
a.cred{
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	overflow: hidden;
	padding: 6px 12px;
	border-radius: var(--radius);
	align-items: center;
	display: flex;
	background-size: 10000px;
	height: 100%;
}
.members .column{margin-top: 1rem;}
a.cred .dark-text{
	color: black!important;
	text-shadow: unset!important;
}

.map{padding: 0;}
.map iframe{
	width: 100%;
	min-height: 400px;
}
.contact-boxes span{
	margin-bottom: 1rem;
	color: var(--accent);
}
.contact-boxes a{
	color: var(--accent);
	display: block;
	word-break: break-word;
}
address p{
	margin: 0;
	color: var(--accent);
}
address p:last-of-type{text-transform: uppercase;}
.today{color: var(--accent);}
/******* Site start *******/
.top-right .cta{
	margin-left: 2rem;
	float: right;
	line-height: 3rem;
}
.top-right .social{display: inline-block;}
.top-right .cta{color: white!important;}
.top-right .cta span{margin-right: 0.5rem;}

/******* Next section *******/
header{
	width: calc(100% - 2rem);
	margin-left: 1rem;
	margin-top: 1rem;
	border-radius: var(--bigrad);
	overflow: hidden;
}
.home-banner{position: relative;}
.home-banner::after, .other-banner::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top left, var(--dark), var(--light));
	background-image:
	 -o-linear-gradient(top left, var(--dark), var(--light));
	background-image:
	 linear-gradient(to right bottom, var(--dark), var(--light));	
  animation: banner-reveal 1.5s forwards;
  animation-delay: 0.5s;
}
@-webkit-keyframes banner-reveal {
    from {opacity: 0;}
    to {opacity: 0.5;}
}
.home-banner::before, .other-banner::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 3;
	opacity: 0;
	content: " ";
	background-image:
	 -webkit-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 -o-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 linear-gradient(to top, var(--dark), transparent);	

  animation: banner-reveal2 1.5s forwards;
  animation-delay: 0.5s;
}
@-webkit-keyframes banner-reveal2 {
    from {opacity: 0;}
    to {opacity: 0.7;}
}
.home-banner .banner{
	position: relative;
	z-index: 20;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 90vh;
	min-height: 700px;
}
.other-banner .banner{
	position: relative;
	z-index: 20;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 600px;
}
@media screen and (max-width: 40em) {
	.home-banner .banner{
		height: 70vh;
		min-height: 560px;
		max-height: 680px;
	}	
	.other-banner .banner{
		height: 50vh;
		min-height: 360px;
	}
}
.wide-banner{
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.other-banner{position: relative;}
.slide{
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	background-position: center;
	color: white;
	position: absolute;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	margin: 0;
	z-index: 2;
}
.slide .bigbg{
	width: 100%;
	height: 100%;
	max-height: unset;
	position: absolute;
	top: 0;
	border-radius: 0;
	right: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}
/******* Next section *******/
.banner-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
}
.banner-text .row{
	position: relative;
	z-index: 40;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-text{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 50;
	padding: var(--bigpad) 1.15rem;
	padding-top: calc(var(--bigpad) + var(--logoheight));
}
.home-banner h1{
	font-size: 4rem;
	line-height: 1;
	text-transform: capitalize;
	color: white;
	letter-spacing: -2px;
}
.banner-text p{
	font-size: 1.25rem;
	color: white;
	font-weight: 400;
}
.inner-text hr, .slide-text hr, main hr{
	width: 50px;
	display: inline-block;
	-webkit-transition: 0.3s ease 0.1s;
	-o-transition: 0.3s ease 0.1s;
	transition: 0.3s ease 0.1s;
}
.banner-text h1{
	font-weight: 700;
	line-height: 1;
	color: white;
	letter-spacing: -1px;
	font-family: var(--titlefont);
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.home-header .banner-text h1{font-size: 4rem;}
.banner-text h1::first-letter{text-transform: uppercase;}
@media screen and (max-width: 64em) {
	.home-header .banner-text h1{font-size: 3rem;}
	.banner-text h1{font-size: 2.5rem;}
	.top-right{display: none;}
	.home-header .top-right{display: block;}
}
@media screen and (max-width: 40em) {
	.home-header .banner-text h1{font-size: 2.5rem;}
	.home-banner h1{font-size: 2rem;}
	.home-banner p{font-size: 1rem;}
}
/******* Next section *******/
.home-service-slider, .home-service-slider .row{
	max-width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	display: block;
}
.home-service-slider .row{
	padding-left: 1rem;
}
.service-slide{
	min-height: 600px;
	overflow: hidden;
	background-position: center;
	color: white;
	overflow: hidden;
	margin: 2rem 1rem;
	z-index: 2;
	display: inline-block;
	width: 30%;
	border-radius: 0;
	position: relative;
	border-radius: var(--mediumrad);
}
@media screen and (max-width: 64em) {
	.service-slide{
		min-height: 500px;
		width: 44%;
	}
}
@media screen and (max-width: 40em) {
	.service-slide{
		min-height: 400px;
		width: 90%;
	}
}
.slide-text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
	width: 100%;
	z-index: 4;
}
.slide-text h2{
	color: white;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	margin: 0;
	font-size: 1.5rem;
}
.service-slide::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image:
	 -webkit-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 -o-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 linear-gradient(to top, var(--dark), transparent);
	opacity: 0.99;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	pointer-events: none;
}
.service-slide:hover::after{
	opacity: 0.6;
}
.service-slide:hover h2{
	margin-left: 30px;
}
.service-slide:hover hr{
	margin-left: 30px;
}


/*

.top-section{position: relative;}
.home-banner .banner{
	height: calc(70vh - var(--smallpad) - var(--smallpad) - var(--logoheight));
}
nav ul li a{color: var(--dark)!important;}
.top-right .cta{color: var(--dark)!important;}
.toggler-one{background-color: var(--dark);}
.toggler-two{background-color: var(--dark);}

*/



.intro .text{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.intro::after{
	position: absolute;
	width: 45%;
	height: calc(100% + 200px);
	background-color: var(--accent);
	top: 0px;
	right: -10px;
	content: " ";
	z-index: -1;
	opacity: 0.1;
	border-radius: var(--bigrad);
}
@media screen and (max-width: 64em) {
	.intro::after{
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
	}
	.top-right .cta{color: white!important;}
}
/******* Next section *******/
.preview-banner{
	min-height: 600px;
	position: relative;
}
.preview-section{
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 40em) {
	.preview-banner{min-height: 400px;}

}
/******* Next section *******/
.dark-section{
	margin-top: -240px;
	padding-top: 320px;
}
.dark-section img{max-height: 120px;}
.dark-section p{margin: 0;}
#preview-image{
	display: none;
	text-align: center;
}
#preview-image img{
	max-height: 80%;
	max-width: 80%;
}
#preview-image video{
	aspect-ratio: 16 / 9;
	max-height: 80%;
	max-width: 80%;
	min-height: 50%;
	min-width: 50%;
}
.fancybox-content{
	background: none!important;
	padding: 0;
}
.play-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    background-color: var(--accent);
    z-index: 3;
}
.play-button span{
	color: white!important
}
.play-button::after{
	width: 160px;
	height: 160px;
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
    border-radius: 50%;
    background-color: var(--accent);
	transform:scale(1); 
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: -1;
	opacity: 0.6;
}
.play-button:hover::after{
	transform:scale(1.2); 
}
@media screen and (max-width: 64em) {
	#preview-image img{
		max-height: 95%;
		max-width: 95%;
	}
	#preview-image video{
		aspect-ratio: 16 / 9;
		max-height: 95%;
		max-width: 95%;
		min-height: 70%;
		min-width: 70%;
	}
	.play-button{
	    width: 120px;
	    height: 120px;
	}
	.play-button::after{
		width: 120px;
		height: 120px;
	}
}

.main-text-contact .sub-title{margin-bottom: 0.5rem;}

.white-section::after{
	position: absolute;
	width: 45%;
	height: 40%;
	background-color: var(--accent);
	bottom: -10px;
	left: -10px;
	content: " ";
	z-index: -1;
	opacity: 0.1;
	border-radius: var(--bigrad);
}
@media screen and (max-width: 64em) {
	.white-section::after{
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		bottom: 0px;
		left: 0px;
	}
}

.home-reviews{
	padding: 160px;
	margin-top: 60px;
	border-radius: var(--bigrad);
	color: white;
	overflow: hidden;
}
.review-circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    z-index: 3;
    color: var(--accent);
}
.review-circle::after{
	width: 160px;
	height: 160px;
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
    border-radius: 50%;
    background-color: white;
	transform:scale(1); 
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: -1;
	transform:scale(1.5); 
	opacity: 0.5;
	animation: pulsing 5s infinite;
}
@-webkit-keyframes pulsing {
    from {
    	transform:scale(1);
    	opacity: 0.5;
    }
    to {
    	transform:scale(1.8);
    	opacity: 0;
    }
}
.review-circle::before{
	width: 660px;
	height: 660px;
	position: absolute;
	content: " ";
	right: -120px;
    border-radius: 50%;
    background-color: white;
	transform:scale(1); 
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: -1;
	opacity: 0.15;
}

@media screen and (max-width: 64em) {
	.home-reviews{
		padding: 64px;
		padding-bottom: 100px;
		margin-top: 64px;
		margin-bottom: 64px;
	}	
	.review-circle{margin-bottom: 3rem;}
	.review-circle{
	    width: 120px;
	    height: 120px;
	}
	.review-circle::after{
		width: 120px;
		height: 120px;
	}
	.flickity-prev-next-button.previous {transform:scale(0.6);}
	.flickity-prev-next-button.next {transform:scale(0.6);}
	.flickity-prev-next-button {bottom: 1rem;}
}

.home-reviews h4{
	color: white;
}
.review-slide p{
	font-size: 1.25rem;
	line-height: 1.6;
}
.review-slide p::before{
	content: "❝";
	margin-right: 5px;
}
.review-slide p::after{
	content: "❞";
	margin-left: 5px;
}
.home-reviews hr{background-color: white;}



.accentbg .sub-title{color: white;}
.accentbg .sub-title::before{background-color: white;}
.lightbg .sub-title{color: white;}
.lightbg .sub-title::before{background-color: white;}


.flickity-prev-next-button.previous {
    left: 0;
    transform:scale(0.8);
}
.flickity-prev-next-button.next {
    right: unset;
    left: 3rem;
    transform:scale(0.8);
}
.flickity-prev-next-button {
    top: unset;
    bottom: -4rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}
.flickity-button:hover {
    background: unset;
    cursor: pointer;
}
.flickity-button {
    color: white;
}




#side-bar{display: none;}
#side-bar.fancybox-content{
	background-color: var(--dark)!important;
	padding: var(--bigpad);
	border-radius: var(--bigrad);
}
.booking .card .row{
	position: relative;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-card {
  min-height: 500px;
  width: 600px;
  margin: 0 auto;
  animation: fade 250ms ease-in-out forwards;
}
@media screen and (max-width: 40em) {
	#side-bar.fancybox-content{padding: var(--mediumpad);}
	.form-card { width: 100%;}
}
.multi-booking input, .multi-booking select, .multi-booking textarea{
	color: white!important;
	min-width: 320px;
}
.multi-step-form ::-webkit-input-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
.multi-step-form ::-moz-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
.multi-step-form :-ms-input-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
.multi-step-form :-moz-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
select:active {
	background-color: var(--medium)!important;
	color: white!important;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: .5rem;
  gap: .25em;
}
.form-group:last-child {
  margin: 0;
}
.form-group > label {
  font-weight: bold;
  font-size: .75rem;
  color: white;
  font-weight: 300;
}
.step-title {
  margin: 0;
  margin-bottom: 1rem;
  color: white;
}
#side-bar p{color: white;}
.form-card.active {
  animation: slide 250ms 125ms ease-in-out both;
}
.multi-step-form {
  overflow: hidden;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.card .button + .button{float: right;}
.hide {display: none;}
@keyframes slide {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.75);
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.inner-booking .cta{
	margin-left: 1rem;
}
.inner-booking strong{color: white;}
.inner-booking .sub-title{color: white;}
.inner-booking .row{margin: 0;}
.multi-booking .button2{background-color: var(--medium);}
.multi-booking{scroll-margin-top: 120px;}
#btn-location{scroll-margin-top: 132px;}
.fancybox-slide--html .fancybox-close-small {
	color: white;
}

.tac .sub-title{display: inline-block;}

.services .bigbg{margin-bottom: 2rem;}


.card span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background-color: var(--accent);
    z-index: 3;
    color: white;	
    margin-bottom: 2rem;
}
.card span::before{
	width: 320px;
	height: 320px;
	position: absolute;
	content: " ";
	top: -260px;
	left: -180px;
    border-radius: 50%;
    background-color: var(--accent);
	z-index: -1;
	opacity: 0.15;
}
.card p{margin-top: 0;}
.cards h3{color: var(--dark);}
@media screen and (max-width: 64em) {
	.card span{
	    width: 60px;
	    height: 60px;
	}
	.card span::before{
		top: -280px;
	}
}


.biglogo{
	text-align: center;
	border-radius: var(--bigrad);
    min-height: 400px;
}
.biglogo img{
    position: absolute;
    z-index: 5;
    max-width: 80%;
    max-height: 80%;
}
.biglogo-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-icon{
	overflow: hidden;
	z-index: 1;
	position: relative;
	background-image: url(../images/icon.svg);
	background-size: auto 100%;
	background-position: bottom 0px right 32px;
	background-repeat: no-repeat;
}
.big-icon::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 2;
	background-color: var(--dark);
	opacity: 0.95;
}
.big-icon .row{
	position: relative;
	z-index: 2;
}

.ctWidget {
	margin: 0 auto;
	max-width: 360px;
	padding: 1.5em 1.3em;
	background-color: #F0F0F3;
	border-radius: 0.4em;
	overflow: hidden;
	box-shadow: 5px 7px 10px rgba(0,0,0,0.1);
}
.ctWidget .inner{
	display: block;
	overflow: hidden;
}
.ctWidget .inner img{
	position: relative;
	margin-bottom: -22%;
	margin-top: -36%;
	width: 100%;
	mix-blend-mode: darken;
}
.ctWidget a:hover{
	background-color: #0569ff;
}
.ctWidget a{
	transition: background-color 0.44s linear;
	border-radius: 0.2em;
	display: block;
	margin: 1.6em 0.6em 0 0.6em;
	padding: 1em 1.2em;
	background-color: red;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.gas{background-color: black;color: yellow;}
.gas h4{color: yellow;font-size: 2.5rem;}
@media screen and (max-width: 64em) {
	.gas h4{color: yellow;font-size: 1.5rem;}
}


header + footer{margin-top: 1rem;}

@media screen and (max-width: 64em) {
	html{font-size: 95%;}
	.fancybox-container{height: 100vh;top: 0px;}
	footer{padding-left: 1.15rem;padding-right: 1.15rem;
		padding-top: 3rem;}
	footer .columns{padding: var(--smallpad) 1.15rem;}
	footer .by .columns{padding: var(--smallpad) 0;}
	.inner-text .cta{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
		margin-top: 1rem;
	}
	.inner-text .button{
		display: block;
		text-align: center;
	}
	.inner-text{
		bottom: 0;
		padding: var(--mediumpad) 1.15rem;
	}
	.bottom-box{margin-top: 2rem;}
	.reviews{padding-left: 0;padding-right: 0;}
	.gallery{padding-left: 0;padding-right: 0;}
}




@media screen and (max-width: 40em) {
	.before-section{order: -1;}
	.after-section{order: +1;}
	.dark-section .text{
		padding-top: 1rem;
		padding-bottom: 0;
	}
	.dark-section .tac{
		text-align: left;
		padding-bottom: 2rem;
	}
	.intro .columns .bigbg{margin-top: 2rem;}
	.main-text-contact .bigphone{display: block;margin-bottom: 2rem;}
	.mid-box{margin-top: 2rem;}
	.services .columns{margin-bottom: 2rem;}
}