body {
	background-color:#f3f3f3;
	font-family: "Open Sans";
	color:#333333;
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1.25rem;
}

ul, ol {
	margin-bottom: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

.container {
	max-width: 61.75rem;
}

.row {
	--bs-gutter-x: 2rem;
}


/* header */

.logo-block {
	display:block !important;
}

header a {
	color:#ffffff;
	font-family: "Lobster";
	font-size: 20px;
	text-decoration: none;
}

header a:hover {
	color:#000000;
}

.orange-header {
	color:#ffffff;
	font-family: "Lobster";
	font-size: 20px;
	margin-top:-100px;
}

.orange-menu {
	background-color:#e03611;
	color:#ffffff;
	font-family: "Lobster";
	padding-top:60px;
	padding-bottom:70px;
	font-size: 20px;
}

.orange-header-medium {
	color:#ffffff;
	font-family: "Lobster";
	font-size: 20px;
	margin-top:-65px;
}

.orange-menu-medium {
	background-color:#e03611;
	color:#ffffff;
	font-family: "Lobster";
	padding-top:60px;
	padding-bottom:70px;
	font-size: 20px;
}

.orange-header-small {
	color:#ffffff;
	font-family: "Lobster";
	font-size: 20px;
	background-color:#e03611;
}

.orange-header-small img {
	max-width: 250px;
}

.orange-menu-small {
	background-color:#e03611;
	color:#ffffff;
	font-family: "Lobster";
	padding-top:10px;
	padding-bottom:10px;
	font-size: 20px;
}


/* homepage body */

.orange-quote {
	font-family: "Lobster";
	font-size: 26px;
	color:#e03611;
	padding-top:20px;
	padding-bottom:10px;
}

.book-here-button {
	padding-top:20px;
	padding-bottom:20px;
}

.book-here-img {
	background:url('../img/bookhere-hover2.png') no-repeat 0 0;
	width:170px;
	height:94px;
	display:inline-block;
}

.book-here-img:hover {
	background:url('../img/bookhere-hover2.png') no-repeat -175px 0;
}

.read-more-title {
	font-family: "Lobster";
	font-size: 26px;
	color:#e03611;
	padding-top:20px;
	padding-bottom:10px;
}

.read-more-title a {
	color:#e03611;
	text-decoration: none;
}

.read-more-title a:hover {
	color:#333333;
}

.read-more-img {
	border: 3px solid;
	border-color: #ffffff;
	box-shadow: 2px 2px 5px #333333;
}

.read-more-text {
	font-size: 14px;
	padding-top:10px;
	text-align: left;
	min-height: 185px;
}

.read-more-text-small {
	font-size: 14px;
	padding-top:20px;
	padding-bottom:20px;
	text-align: left;
}

.read-more-button {
	color:#ffffff;
	text-transform: uppercase;
	background: linear-gradient(#acd72a, #86b103);
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	border: none;
	border-radius: 1000px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: normal;
}

.read-more-button:hover {
	color:#ffffff;
	background: linear-gradient(#86b103, #acd72a);
	padding:10px;
	padding-left:30px;
	padding-right:30px;
}


/* about page body */

.orange-page-title {
	font-family: "Lobster";
	font-size: 36px;
	color:#e03611;
	padding-top:10px;
	padding-bottom:10px;
}

.page-main-text {
	font-size:14px;
}

.page-main {
	padding-top:26px;
	padding-bottom:26px;
}

/* about page hero */

.about-image {
	background: url('../img/sweepie2.jpg') no-repeat center center;
	background-size: cover;
	padding-top:180px;
	padding-bottom:180px;
}

/* sweeping page body */

.sweeping-image {
	background: url('../img/sweeping-page.jpg') no-repeat center center;
	background-size: cover;
	padding-top:180px;
	padding-bottom:180px;
}

.sweeping-gallery {
	padding-bottom:8px;
	padding-top:8px;
}

.sweeping-gallery-img {
	border: 3px solid;
	border-color: #ffffff;
	box-shadow: 2px 2px 5px #333333;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
	border: 3px solid;
	border-color: #ffffff;
	box-shadow: 2px 2px 5px #333333;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* safety page body */

.safety-image {
	background: url('../img/safety-page.jpg') no-repeat center center;
	background-size: cover;
	padding-top:180px;
	padding-bottom:180px;
}

/* booking page body */

.error-link {
	color:#e03611;
}

.error-link:hover {
	color:#333333;
}

.booking-text {
	padding-bottom: 30px;
	padding-top:10px;
	max-width: 700px;
	padding-left:10px;
	padding-right:10px;
}



/* footer */

footer a {
	color:#ffffff;
	text-decoration: none;
}

footer a:hover {
	color:#e03611;
}

.black-footer {
	background-color:#000000;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:50px;
}

.footer-title {
	color:#ffffff;
	font-family: "Lobster";
	font-size:20px;
}

.black-footer ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height: 16px;
}

.money-logo {
	width:55px;
	padding-top:10px;
}

.footer-logo {
	max-width:170px;
}
