.hero h1 {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}


h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.hero {
	height: 75vh;
	min-height: 667px;
	padding: 0rem !important;
}

.hero-content {
    position: relative;
    width: 100%;
    z-index: 99;
    padding: 2rem;
    padding-top: 9rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 7rem;
    height: fit-content;
}


/* Slideshow container */

.slideshow-container {
	position: relative;
	width: 100%;
	height:75vh;
	min-height: 667px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}



/* Hide the images by default */

.mySlides {
	display: none;
	position: absolute;
	top: 0;
	padding: 3rem 1rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 100%;
	background-color: rgba(77, 77, 77, 0.5);

}



/* Next & previous buttons */

.prev, .next {
	display: none;
}



/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;

}



/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
	background-color: rgba(17,17,17,0.5);
}



/* Caption text */

.text {
	color: #fff;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}



/* Number text (1/3 etc) */

.numbertext {
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}



/* The dots/bullets/indicators */



.dot-nav {
	position: relative;
	top: -2rem;
}



.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
	display: inline-block;
	transition: background-color 0.6s ease;

}



.active, .dot:hover {
	background-color: #fff;
}



/* Fading animation */

.fade {
	animation-name: fade;
	animation-duration: 2.5s;
}



@keyframes fade {
	from {opacity: 0}
	to {opacity: 1}
}


.hero-banner {
	padding: 1rem;
	background-color: #4d4d4d;
	color: #fff;
}

.banner-cta {
	width: fit-content;
	margin: 1.5rem auto;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	display: flex;
	padding: 0.5rem 1rem
}

.banner-cta p {
	margin-bottom: 0;
}

.home-about {
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 0 !important;
}


.home-about-wrapper {
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 100%);
	padding: 4rem 2rem;
	padding-bottom: 6rem;
}

.services {
	padding: 0;
}

.services-main {
	overflow: hidden;
	padding-bottom: 2rem;
}

.services-content h2 {
	margin: 2rem;
}

.services-text {
	background-color: #efefef;
	padding: 2rem;
	padding-bottom: 5rem;
}

.services-grid {
	grid-template-columns: repeat(2, 1fr) ;
	margin: auto;
	grid-gap: 1rem;
	max-width: 340px;
	margin-top: -5rem;
}



.services-item .item {
	position: relative;
	overflow: hidden;
	width: 10rem;
	height: 10rem;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: solid 4px #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.25rem;
}

.services-item .item.color-yellow {
  	box-shadow: 10px 10px 0px #faaf40;
}

.services-item .item.color-green {
  	box-shadow: 10px 10px 0px #006838;
}

.services-item .item.color-blue {
	box-shadow: 10px 10px 0px #1b75bb;
}

.services-item .item.color-gold {
  	box-shadow: 10px 10px 0px #c1986a;
}

.services-item .item.color-pink {
  	box-shadow: 10px 10px 0px #ec297b;
}

.services-item .item.color-purple {
	box-shadow: 10px 10px 0px #90278e;
}

.services-item:hover .item.color-yellow {
  	box-shadow: 5px 5px 0px #faaf40;
}

.services-item:hover .item.color-green {
  	box-shadow: 5px 5px 0px #006838;
}

.services-item:hover .item.color-blue {
	box-shadow: 5px 5px 0px #1b75bb;
}

.services-item:hover .item.color-gold {
  	box-shadow: 5px 5px 0px #c1986a;
}

.services-item:hover .item.color-pink {
  	box-shadow: 5px 5px 0px #ec297b;
}

.services-item:hover .item.color-purple {
	box-shadow: 5px 5px 0px #90278e;
}

.services-item:hover .item {
	transform: translateY(-10px);
}

.grid-link-title {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0.25rem 0rem;
	color: #fff;
	z-index: 1;
	width: 100%;
}

.reviews .page-title {
	margin-top: 5rem;
}

.reviews-wrapper {
    padding-top: 5rem;
}

.reviews-grid {
	grid-template-columns: auto;
	grid-gap: 1rem;
	margin-top: 2rem;
}

.reviews-grid-item {
	padding: 2rem;
	border-radius: 0.5rem;
	max-width: 480px;
	margin: auto;
}


@media only screen and (min-width:735px) {
	.hero, .slideshow-container {
		min-height: unset;
	}

	.hero h1, .hero h2 {
		font-size: 3rem;
	}

	.hero h1 {
		text-align: left;
		margin-bottom: 0.5rem;
	}

	/* Next & previous buttons */

	.prev, .next {
		cursor: pointer;
	 	position: absolute;
		top: 50%;
		width: auto;
		margin-top: -22px;
		padding: 16px;
		color: white;
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease;
		border-radius: 0 3px 3px 0;
		user-select: none;
	}

	.prev, .next {
  		display: none;
	}

	.hero-content {
		top: calc(100vh / 6);
		border-top-right-radius: 3rem;
		border-bottom-right-radius: 3rem;
		padding-top: 2rem;
		padding-left: 14rem;
		background-position: 2rem center;
		background-size: 10rem;
		min-height: 12rem;
		justify-content: center;
		display: flex;
		flex-direction: column;
		width: auto;
	}

	.banner-wrapper {
		justify-content: space-between;
		align-items: center;
	}

	.banner-wrapper p {
		margin-bottom: 0;
	}

	.banner-cta {
		margin: auto auto;

	}

	.divider {
		display: block;
		border-top: 2px solid #fff;
		height: 1px;
		width: 8%;
	}

	.home-about-wrapper {
		padding: 6rem 2rem;
		padding-bottom: 10rem;
	}

	.services-text {
		padding-bottom: 2rem;
		padding-top: 0.5rem;
	}

	.services-grid {
		position: absolute;
    	left: 58%;
    	margin-top: -30rem;
    	grid-row-gap: 2rem;
	}


	.reviews .page-title {
		margin-top: unset;
	}

	.reviews-grid {
		grid-template-columns: auto auto auto;
	}

	
	
}



@media only screen and (min-width:1069px) {
	
	.services-content h2 {
		margin-left: 4rem;
	}
	
	.services-text {
		padding-left: 4rem;
	}

	.services-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1.5rem;
		max-width: unset;
		padding-right: 1rem;
        left: 40%;

	}


	.services-item .item {
		width: 12rem;
		height: 12rem;
	}
}


@media only screen and (min-width:1479px) {
	
	.services-content h2 {
		margin-left: 8rem;
	}
	
	.services-text {
		padding-left: 8rem;
	}

	.services-grid {
		grid-gap: 2rem;
		left: 48%
	}

	.services-item .item {
		width: 15rem;
		height: 15rem;
	}

}