/* GLOBAL STYLES =======================================  */
/* For galaxy fold ===  */
@media (max-width: 440px) {
	.display-4 {
		font-size: 1.7rem;
	}

	.h1,
	h1,
	.h2,
	h2 {
		font-size: 1.5rem;
	}

	.h3,
	h3,
	.h4,
	h4 {
		font-size: 1.25rem;
	}

	.h5,
	h5 {
		font-size: 1.05rem;
	}
}

@media (min-width: 441px) and (max-width: 812px) {

	h1,
	.h1 {
		font-size: 1.85rem;
	}

	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}

	.display-4 {
		font-size: 2.25em;
	}
}

/*<!--Center navbar-->*/
.header .navbar .navbar-nav {
	justify-content: center;
}

/* Header */

.header .header-info {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(https://apihoard.webit.com/api/v1/Image/C96C9BB7D31ABFBF31579AD7A02E49BD/C96C9BB7D31ABFBF31579AD7A02E49BD.jpg?size=1920x1440);
	background-size: cover;
	background-repeat: no-repeat;
}

.header .header-business {
	font-size: 1.8em;
}

/* Hero */
.hero {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://apihoard.webit.com/api/v1/Image/3127EBBBFD01A16F9C0F66AEEB144AB9/3127EBBBFD01A16F9C0F66AEEB144AB9.jpg?size=Original") no-repeat 65% top;
	background-attachment: fixed;
	margin-top: -1px;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero .hero-container {
	position: relative;
	z-index: 2;
}

.hero-lines {
	position: relative;
	text-align: center;
}

.hero-lines span {
	display: inline-block;
	vertical-align: middle;
}

.hero-lines::before,
.hero-lines::after {
	content: ' ';
	height: 3px;
	width: 10%;
	background: var(--color-theme-highlight);
	display: inline-block;
	vertical-align: middle;
}

.hero .display-4 {
	font-size: 3rem;
}

.hero-btm-line {
	height: 3px;
	width: 75%;
	background: var(--color-theme-highlight);
	margin: 25px auto;
}

/* MEDIA ==== */
@media(max-width: 812px) {
	.hero {
		padding-top: 3em;
		padding-bottom: 3em;
		min-height: 410px;
	}

	.hero .display-4 {
		font-size: 1.5rem !important;
	}

	.hero h4 {
		font-size: 1rem !important;
		text-align: center;
	}
}

/* Internal Banner */

.title {
	padding-top: 3em;
	padding-bottom: 3em;
	background: linear-gradient(rgba(6, 147, 190, 0.1), rgba(6, 147, 190, 0.4)), url(https://apihoard.webit.com/api/v1/Image/C96C9BB7D31ABFBF31579AD7A02E49BD/C96C9BB7D31ABFBF31579AD7A02E49BD.jpg?size=1920x1440);
	background-position: center;
	background-size: auto;
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 3px #222222;
	margin-bottom: 2em;
	border-bottom: 5px #0693BE solid;
}

.page-snow-removal .title {
	background-image: linear-gradient(rgba(6, 147, 190, 0.1), rgba(6, 147, 190, 0.4)), url(https://apihoard.webit.com/api/v1/Image/789EB2CF0A63CB7A8923AF4B71E5AB1E/789EB2CF0A63CB7A8923AF4B71E5AB1E.jpg?size=1920x1440);
}

@media(min-width: 992px) {
	.title {
		font-size: 1.5em;
	}
}


/* Image Shadow */

.lazy-image {
	box-shadow: 0 8px 8px 0 rgb(0 0 0 / 30%), 0 8px 8px 0 rgb(0 0 0 / 30%);
}

.lazy-image.loaded img {
	margin-bottom: 0 !important;
}

.detailedlist-img {
	margin-bottom: 1em;
}