body {
	background: url(https://apihoard.webit.com/api/v1/Image/C3160B153160428668AAC667678BB884/C3160B153160428668AAC667678BB884.jpg?size=Original);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

.bg-highlight {
	/* background: var(--color-theme-highlight) !important; */
}

.text-primary {
	/* color: var(--color-theme-primary) !important; */
}

a.text-primary:hover {
	color: var(--color-theme-secondary) !important;
}

.fa {
	/* color: #FFF; */
}

.bg-primary {
	/* background: var(--color-theme-primary) !important; */
}

@media (max-width: 812px) {
	.display-4 {
		font-size: 2em;
	}
}

/* HEADER ===================================================================================== */

.header-info {
	background-color: var(--header-background);
	background: url(https://apihoard.webit.com/api/v1/Image/4B0D8E9466BD7AAF3011FB07B4165C7B/4B0D8E9466BD7AAF3011FB07B4165C7B.jpeg?size=1920x1440);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 700;
}

.header .header-info-logo-img img {
	padding: .5em .5em 10em;
}

/* @media (max-width: 575px) {

	.header .header-info-logo-img img,
	.header .header-info-logo-img svg {
		max-width: 95%;
	}
} */

.header .header-business+.header-business::before,
.header .header-info-business a:hover {
	color: var(--header-secondary);
}

.header-business-phone {
	font-size: 2em;
}


/* HOME PAGE ===================================================================================== */

.cw-list-checks {
	/*List unstyled properties*/
	padding-left: 0;
	list-style: none;
}

.cw-list-checks li::before {
	display: inline-block;
	margin-right: 0.3em;
	color: var(--color-theme-highlight);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f00c ";
	-webkit-font-smoothing: antialiased;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.page-home .cw-list-checks {
		column-count: 2;
	}
}

.border-highlight {
	border: 4px solid var(--color-theme-highlight) !important;
}

.page-home .text {
	padding: 1em 0 1.5em !important;
}


/* RATES PAGE ===================================================================================== */

.cw-rate-card {
	text-align: center;
	position: relative;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 1.25rem 1.25rem;
	margin-bottom: 1rem;
}

.card-body {
	/* padding: 1.25rem .75rem !important; */
}