body {margin: 0; padding: 0;}

body {
	font-family: 'Heebo', sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

a.classic {
	text-decoration: underline;
	color: #D80424;
	
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
}

a.classic:hover {
	color: #000000;
}

/*** Sticky Footer ***/
.full-body-mask {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -50px;
}

.footer-push {
	height: 100px;
	width: 100%;
}
/*** /Sticky Footer ***/

.bg-mask {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;	
	z-index: 1;
}

/*** Navbar ***/
.navbar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	border-bottom: 1px solid #000000;
	background-color: #0B0A07;
	color: #FFFFFF;
	z-index: 100;
}
.navbar:after {
	content: ' ';
	position: absolute;
	background-color: #D80424;
	width: 100%;
	height: 5px;
	bottom: -5px;
	left: 0;
}

.nav-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
}

.nav-content-wrapper h3 {
	position: relative;
	left: 25px;
}

.nav-items {
	display: flex;
	position: relative;
	right: 25px;
}

.nav-item {
	padding: 0 10px;
}

.nav-item a {
	color: inherit;
	text-decoration: none;
	
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.nav-item a:hover {
	opacity: 0.7;
}

.nav-item a.active {
	text-decoration: underline;
}

.navbar-mobile {
	display: none;
	margin-right: 15px;
}

.nav-items-mobile {
	position: absolute;
	width: 100%;
	left: 0;
	top: 71px;
	text-align: center;
	background-color: #424B54;
}

.nav-items-mobile a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.3em;
}

.nav-items-mobile a.active {
	text-decoration: underline;
}

.nav-items-mobile a.active .nav-item-mobile {
	opacity: 0.2;
}

.nav-item-mobile {
	padding: 10px;
}

.navicon {
	height: 100%;
	padding: 0 5px;
}

.navicon.nav-open {
	background-color: #424B54;
}

.navicon i {
	line-height: 66px;
}

@media screen and (max-width: 625px) {
	.nav-content-wrapper h3 {
		left: 15px;
	}
	
	.nav-items {
		display: none;
	}
	
	.navbar-mobile {
		display: block;
	}
	
	.navicon.nav-open + .nav-items-mobile {
		display: block;
	}
	
	.navicon.nav-closed + .nav-items-mobile {
		display: none;
	}
}

@media screen and (max-width: 350px) {
	.nav-content-wrapper h3 {
		left: 10px;
		font-size: 1em;
	}
	
	#navicon {
		font-size: 0.7em;
	}
	
	.navbar-mobile {
		margin-right: 10px;
	}
	
	
}
/*** /Navbar ***/

/*** Content Wrapper ***/
.content-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1300px;
	z-index: 2;
}

.main-title-wrapper {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 40%;
	min-height: 300px;
	width: 100%;
	margin-top: 50px;
	background-image: url('../img/banner-background.jpg');
	background-size: cover;
	background-position: center;
}

.main-title-bg-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}


.main-title-content {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	z-index: 1;
}

.main-title {
	font-size: 4.5em;
	color: #FFFFFF;
}

.main-subtitle {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #D80424;
}

@media screen and (max-width: 590px) {
	.main-title {
		font-size: 3em;
	}
	
	.main-subtitle {
		font-size: 1.7em;
	}
}

@media screen and (max-width: 416px) {
	.main-title {
		font-size: 2.2em;
	}
	
	.main-subtitle {
		font-size: 1.4em;
	}
}

.content-blocks {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.content-block {
	text-align: center;
	width: 250px;
	height: 300px;
	padding: 15px;
	margin-top: 50px;
	color: #000000;
}

.content-block-heading {
	font-size: 2em;
	font-weight: bold;
}

.content-block-content {
	display: flex;
	flex-direction: column;
	font-family: 'Cabin', sans-serif;
	font-size: 1.5em;
}

@media screen and (max-width: 559px) {
	.content-block {
		margin-top: 25px;
		height: auto;
	}
}

.phone-number {
	margin-top: 35px;
}

.sub-text {
	font-size: 0.7em;
}
/*** /Content Wrapper ***/


/*** Coming Soon ***
.coming-soon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.coming-soon-title {
	font-size: 2em;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

.coming-soon-caption {
	padding: 20px;
	font-size: 1em;
}

.coming-soon-image {
	display: block;
	width: 60%;
	height: auto;
	margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
	.coming-soon-image {
		width: 90%;
	}
}

@media screen and (max-width: 416px) {
	.coming-soon-title {
		font-size: 1.5em;
	}
}
/*** /Coming Soon ***/


/*** Contact Us ***/
.contact-blocks {
	display: flex;
	align-items: center;
	width: 80%;
	margin-top: 10%;
}

.contact-block {
	position: relative;
	margin: 0 20px;
	width: 50%;
	text-align: center;
	font-family: 'Cabin', sans-serif;
}

@media screen and (max-width: 900px) {
	.contact-blocks {
		width: 95%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 700px) {
	.contact-blocks {
		flex-direction: column;
		width: 90%
	}
	
	.contact-block {
		width: 100%;
	}
	
	#google-map {
		order: 2;
	}
}

.call-now-title {
	font-size: 2em;
	font-weight: bold;
}

.call-now-number {
	font-size: 1.5em;
}

.call-now-sub-text {
	font-size: 0.75em;
}

.full-address {
	font-size: 1.5em;
}
/*** /Contact Us ***/

/*** Legal Page ***/
.legal-info-wrapper {
	padding: 0 10px;
}

.legal-last-updated {
	font-style: italic;
	text-align: center;
}

.legal-point {
	border-bottom: 1px solid #000000;
}
/*** /Legal Page ***/

/*** Footer ***/
.footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	color: #FFFFFF;
	height: 50px;
}

.footer:before {
	content: ' ';
	position: absolute;
	background-color: #D80424;
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0;
}

.footer a {
	opacity: 1.0;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.footer a:hover {
	opacity: 0.7;
}

.footer-text {
	padding: 10px;
	font-size: 1em;
}
/*** /Footer ***/

/*** Owl Carousel ***/
.carousel-label {
	font-family: 'Cabin', sans-serif;
}

.owl-carousel-outer-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.owl-custom-slide {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center center;
}

.owl-item {
	display: flex;
	justify-content: center;
}

.owl-custom-slide#slide-1 {
	background-image: url('../img/carousel/carousel_image_1.jpg');
}

.owl-custom-slide#slide-2 {
	background-image: url('../img/carousel/carousel_image_2.jpg');
}

.owl-custom-slide#slide-3 {
	background-image: url('../img/carousel/carousel_image_3.jpg');
}

.owl-custom-slide#slide-4 {
	background-image: url('../img/carousel/carousel_image_4.jpg');
}

.owl-custom-slide#slide-5 {
	background-image: url('../img/carousel/carousel_image_5.jpg');
}

@media screen and (max-width:800px) {
	.owl-custom-slide {
		height: 400px;
	}
}

@media screen and (max-width:500px) {
	.owl-custom-slide {
		height: 300px;
	}
}

/*** Lightbox ***/
a.lightbox-link {
	width: 90%;
	height: auto;
}

.lightboxOverlay {
	max-width: 100%;
}
/*** /Lightbox ***/