.carousel-inner {
	max-height: 500px !important;
}

/* fonts */
.large-bi {
	font-size: 4em;
}

.splitter {
	height: 10em;
	margin-top: 5em;
}

.text-decoration-none {
	color: #f1f2f3 !important;
}

.text-decoration-none:hover {
	color: #727374 !important;
}

.custom-gutter {
	--bs-gutter-x: 0rem !important;
	/* Adjust the gutter size as needed */
}


html {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	font-style: normal;
	color: rgb(70, 70, 70);
	text-decoration: none;
}

.hero-image {
	max-height: 20em;
	overflow: hidden;
	background-position: bottom;
}

p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	font-style: normal;
	color: rgb(70, 70, 70);
	text-decoration: none;
}

a {
	text-decoration: none !important;
	/*color: rgb(17, 24, 39) !important;*/
}

.alink {
	color: #f1f2f3 !important;
}

.alink:hover {
	transition: 1;
	color: #121212 !important;
}

.blink {
	color: #121212 !important;
}

.blink:hover {
	transition: 1;
	color: #E93756 !important;
}

.clink {
	color: #E93756 !important;
}

.clink:hover {
	transition: 1;
	color: #121212 !important;
}

.bi .bi-arrow-right {
	font-size: 20px;
}

.c1 {
	color: #E93756 !important;
}

.c2 {
	color: #ffffff !important;
}

.heading0 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.heading1 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.heading2 {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	line-height: 23px;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.heading3 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
}

/* END fonts */


/* Nav Bar*/

.navbar-brand img {
	width: 80px;
}

.navbar-nav {
	align-items: center;
}

.navbar .navbar-nav .nav-link {
	/*color: #fff;
	font-size: 1.1em;*/
	padding: 0.5em 1em;
}

@media screen and (min-width: 768px) {
	.navbar-brand img {
		width: 150px;
	}

	.navbar-brand {
		/*margin-right: 0;*/
		padding: 0 1em;
	}
}

/* END Navbar*/

.light-grey {
	background-image: linear-gradient(#f5f6f7), #ffffff);
	background: linear-gradient(#f5f6f7, #ffffff);
}

.greyback {
	background: #f5f6f7;
}

.blueback {
	background: #4d95b5;
}

.redback {
	background: #e93756;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}


.redback-solid {
	background: #e93756;
}

.navback {
	background: #ffffff;
}

.bg-body-photo {
	background-image: url("../images/site/motorway.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 10em;

}

.wbback {
	background-image: url("../images/areas/wb.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	min-height: 20em;
}

.clback {
	background-image: url("../images/backgrounds/cl.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	min-height: 20em;
}

.pkback {
	background-image: url("../images/backgrounds/pk.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	border-radius: 1em;
	/* Use border-radius instead of targeting left borders */
	min-height: 20em;
	overflow: hidden;
}



a.navbar-brand.d-md-none.logo {
	margin: auto;
	margin-right: 3em;
}

.bi-star-fill .checked {
	color: orange;
}

.aboutimg {
	max-width: 100%;
	border-radius: 0.5em;
}

.aboutimg:hover {
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}