#logo {
	max-height: 144px;
	padding: 24px 0;
}

#badge {
	max-height: 144px;
	padding: 24px 0;
}

.topnav {
	overflow: hidden;
	background-color: #0077bb;
}

.topnav a {
	padding: 14px 16px;
	color: #f2f2f2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	float: left;
	display: block;
}

.topnav a:hover {
	background-color: #0071bc;
	color: #f2f2f2;
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}

	.hero {
		height: 320px;
	}
}

@media screen and (min-width: 601px) {
	.topnav {
		display: flex;
 		justify-content: center;
	}

	.topnav a:not(:first-child) {
		margin-left: 0;
		padding: 14px 16px;
		width: auto;
	}
}

.topnav.responsive {
	position: relative;
}

.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}

.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}

.hero {
	position: relative;
	width: 100%;
	height: 480px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0)), url('https://www.tlcprofessionalcleaning.co.uk/wp-content/uploads/windowcleaning.jpg');
	background-size: cover;
	background-position: center;
}

.hero-content {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0, -50%);
	text-align: left;
	color: #ffffff;
}

.hero-content h1 {
	font-size: 40px;
	margin: 0;
}

.hero-content h2 {
	font-size: 24px;
	margin: 10px 0 0;
}

@media screen and (max-width: 600px) {
	.hero-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
}

#body {
	padding: 2vh;
	text-align: center;
}

#body h1 {
	color: #029AFF;
	font-size: 24px;
	font-weight: 700;
}

#body strong {
	color: #005B99;
	font-size: 18px;
	font-weight: 700;
}

#body p {
	color: #1C1C1C;
	font-size: 16px;
}

#body p:last-of-type {
	margin-bottom: 0;
}

#quote {
	background-color: #0071bc;
	padding: 28px 0;
	color: white;
}

#quote h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
}

#quote a {
	font-weight: 600;
}

#customers h3 {
	margin: 0;
	color: #002d4c;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

#customers .w3-card {
	padding: 32px;
	background-color: #f2f3f9;
	color: #7B7B7B;
	font-style: italic;
	line-height: 1.8;
	text-align: center;
	border-radius: 16px;
	box-shadow: none;
}

.fas {
	padding: 1px;
}

#contact {
	background-image: linear-gradient(to right, #0071BC, #0071BC);
	padding-top: 2rem;
	color: white;
}

#contact h2 {
	font-size: 2.5em;
	line-height: 1.3;
}

#footer {
	background-color: #002D4C;
	padding-top: 3rem;
	color: white;
}

@media screen and (max-width: 600px) {
	#footer {
		text-align: center;
	}
}

#footer h3 {
	margin-top: 0;
	font-size: 17px;
}

#footer p {
	font-weight: 300;
}

#footer p:last-of-type {
	margin-bottom: 0;
}

#footer a {
	text-decoration: none;
}

footer {
	margin: 2rem 0;
	text-align: center;
}