#nav-logo {
	width: 300px;
}

.position-sticky {
	position: sticky;
}

#menu-main-top {
	text-transform: uppercase;
	font-size: 0.8rem;

	.dropdown-menu {
		width: 15%;
		top: 35% !important;
	}

	&.scrolled {
		top: -57px !important;
	}

	> li {
		border-right: 2px solid var(--primary-colour);
		border-radius: 85px;
	}
}

#nav-area {
	border-bottom: 2px solid var(--primary-colour);

	.nav-link:hover {
		text-decoration: underline var(--primary-colour) 2px;
	}
}

.nav-button {
	text-transform: uppercase;
	margin: 0 10px;
}

#menu-main {

	.nav-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.dropdown-menu {
		padding: var(--bs-dropdown-padding-y) 5px;
		top: 90% !important;
	}

	.dropdown-item:hover {
		text-decoration: underline var(--primary-colour) 2px;
		background-color: unset;
	}

	li:first-child::before, li:first-child ul li::before {
		content: url('https://lakelands.dev.seventy9.co.uk/wp-content/uploads/Lakelands-icon-blue-small.png');
		height: 20px;
		margin-left: 5px;
	}

	li:nth-child(2)::before, li:nth-child(2) ul li::before {
		content: url('https://lakelands.dev.seventy9.co.uk/wp-content/uploads/Lakelands-icon-red-small.png');
		height: 20px;
		margin-left: 5px;
	}
}

.green-bg {
	background-color: var(--primary-colour);

	color: var(--page-colour);
}

#content-area {
	overflow: hidden;
}

.home-hero {
	position: relative;
	padding-inline: 0;

	.row {
		margin-inline: 0;
	}

	.home-slider, .page-slider {
		position: relative;
		overflow: hidden;
		height: 60vh;


		.col {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: none;
			padding: 0;


			&:first-child {
				display: block;
			}

			figure {
				height: 100%;
				width: 100%;

				img {
					object-fit: contain;
					object-position: center;
					height: 100% !important;
					width: 100%;
				}
			}
		}
	}

	.hero-overlay {
		height: 100%;
		width: 100%;
		gap: 3em;

		h1 {
			color: var(--light-colour);
			margin: 0;
			z-index: 1;
			letter-spacing: 10px;
			text-transform: uppercase;
			position: relative;
			text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
			max-width: 65vw;
		}

		p {
			color: var(--light-colour);
			z-index: 1;
			font-size: 1.5rem;
			position: relative;
			text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
			margin: 0;
			text-align: center;
			width: 65vw;
		}

		.span-title {
			width: 70vw;
		}

		.btn-wrappers {
			display: flex;
			justify-content: center;
			z-index: 1;
		}
	}
}

#footer-top-area {
	a {
		color: var(--footer-top-text-colour);
	}

	.social-media {
		a {
			font-size: 1.5rem;
			margin: 0 15px;
		}

		a:first-child {
			margin-left: 0;
		}
	}
}