body{
	/* background-color: #F2E4C4;
	background-image: url('/assets/images/halloween/dirt.jpg'); */
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: repeat-y;
	/* color: #191919; */
	color: #fff;
}

/* @media (min-width: 992px){
	.navbar .container {
		padding-left: 80px;
		padding-right: 80px;
	}
} */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Rye', cursive;
	text-transform: uppercase;
}

.modal-content {
	color: #000;
}

.card, .list-group-item {
	color: #666;
}

.btn {
	border-radius: 0;
	font-family: 'Rye', cursive;
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 767px) {
	.btn {
		font-size: 16px;
	}
}

.btn-primary{
	border-color:  transparent;
	background-image: url(/assets/images/halloween/steel.jpg);
	background-size: cover;
	background-position: center;
}


.btn-primary:hover{
	border-color:  transparent;
	color:#fff !important;
}

.btn-primary.active {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

/* Blue */
.btn-secondary{
	background-color: #fff !important;
	border-color:  #000 !important;
	color: #000 !important;
}

.btn-secondary:hover{
	background-color: #000 !important;
	border-color:  #000 !important;
	color:#fff !important;
}

.bookNowBtn::before, .bookNowBtn::after {
	display: none;
}


.header-wrapper	{
	background-color: #000;
	position: relative;
	padding-bottom: 115px;
}

@media (min-width: 992px) {
	.header-wrapper {
		padding-top: 30px;
	}
}

.title-wrap {
	background: #000;
}

.title-wrap::after {
	background: url(/assets/images/background-assets/black-border.png) no-repeat;
	background-size: cover;
    background-position: center;
}

.title-wrap .hallowscream-heading {
	display: inline-block;
	background-image: url(/assets/images/halloween/dirt.jpg);
	background-size: cover;
	background-position: center;
	padding: 15px 25px;
	transform: rotate(-5deg);
	font-family: 'Rye', cursive;
	text-transform: uppercase;
}

#footer {
	margin-top: auto;
	padding-top: 0;
}

#footer::before {
	content: "";
	display:none;
} 


#subFooter {
	padding-top: 70px;
	padding-bottom: 70px;
}

#mainNav .dropdown-toggle::after {
	display: none;
}

#mainNav::before, #mainNav::after {
	content: "";
	display:none;
}
#mainNav .navbar-nav {
	background-image: url("/assets/images/halloween/rust.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	#mainNav .navbar-nav {
		width: 50%;
	}

	#mainNav .nav-left {
		padding-right: 141px;
	}
	#mainNav .nav-right {
		padding-left: 125px;
	}
}

.dropdown-toggle {
	white-space: normal;
}

.home-banner {
	/* background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
	background-color: #000;
	padding-top:65%;
	position: relative;
	height: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.home-banner {
		padding-top: 60%;
	}
}
@media (min-width: 1350px) {
	.home-banner {
		padding-top: 50%;
	}
}
@media (min-width: 1750px) {
	.home-banner {
		padding-top: 40%;
	}
}

.home-banner .content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-banner .content {
	color: #fff;
	max-width: 700px;
}

.home-banner .heading {
	font-weight: bold;
	font-size: 45px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.home-banner .heading {
		font-size: 54px;
	}
}


.view-navigation {
	background-image: url("/assets/images/halloween/rust.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#mainNav .navbar-toggler {
	border: 0;
	color: #fff;
}

.nav-item {
	
	/* border-bottom: 1px solid #fff; */
	box-shadow: 0px -1px 3px -1px rgba(0,0,0,0.75);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Rye', cursive;
}

.nav-item i {
	font-size: 24px;
}
.nav-item.active i, .nav-item:hover i {
	color: #83DB57;
}

.nav-link {
	color: #fff !important;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 12px 0;
}

@media (min-width: 992px) {
	.nav-link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.mask-icon {
	width: auto;
	width: 29px;
	height: 29px;
	display: block;
	margin-right: 7px;
	background-image: url(/assets/images/halloween/mask-white.png);
	background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
	.mask-icon {
		margin: 0 auto 2px auto;
	}
}

.dropdown-menu {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

@media (min-width: 992px) {
	.dropdown-menu {
		background-image: url("/assets/images/halloween/rust.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

.dropdown-item {
	color: #fff;
	font-family: 'Rye', cursive;
	text-transform: uppercase;
}

.nav-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 365px;
}

@media (max-width: 1200px) {	
	.nav-logo {
		max-width: 300px;
	}
}

.mobile-black-bar, .desktop-black-bar {
	background: #000;
	color: #fff;
	font-family: 'Rye', cursive;
	text-transform: uppercase;
}

@media (max-width: 400px) {
	.mobile-black-bar {
		font-size: 18px;
	}
}

.mobile-logo {
	position: absolute;
    top: 75%;
    left: 0%;
    transform: translateY(-50%);
    height: 185%;
    width: auto;
}

.desktop-black-bar {
	font-size: 14px;
}

.desktop-black-bar a {
	color: #fff;
}

.desktop-black-bar a:hover {
	color: #83DB57;
	text-decoration: none;
}

#footer {
	background-image: url("/assets/images/halloween/metal-plate.jpg");
	background-size: cover;
	/* background-position: center;
	background-repeat: no-repeat; */
}

#subFooter .framed-box {
	background: #ffffff url(/assets/images/halloween/dirt.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
	border-radius: 20px;
	/* width: 565px;
	height: 282px; */
	position: relative;
	padding-bottom: 57.9%;
	font-family:Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
	#subFooter .framed-box {
		transform: rotate(-3deg);
	}
}
@media (min-width: 400px) {
	#subFooter .framed-box {
		padding-bottom: 46.9%;
	}
}

.framed-box .contact-details {
	background: url(/assets/images/halloween/metal-frame.png) no-repeat center center;
    background-size: 100% 100%;
	padding: 30px 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


@media (min-width: 400px) {
	.framed-box .contact-details {
		padding: 30px 50px;
	}
}

.framed-box .contact-details h3 {
	font-size: 29px !important;
}
.framed-box .contact-details p {
	font-size: 15px !important;
}

#subFooter .blood {
	width: 100%;
    height: 100%;
    background: url(/assets/images/halloween/blood-splatter.png) repeat-y center center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 0;
}

#subFooter .clown {
	position: absolute;
    bottom: 0;
    width: 40%;
    height: 0;
    padding-bottom: 35%;
    background: url(/assets/images/halloween/clown-footer.png) no-repeat 0 0;
    background-size: 100%;
    right: 3%;
    z-index: 49;
}

@media (min-width: 992px) {
	#subFooter .clown {
		padding-bottom: 30%;
		background-size: 86%;
	}
}

@media (min-width: 1200px) {
	#subFooter .clown {
		padding-bottom: 25%;
		background-size: 70%;
	}
}

@media (min-width: 1700px) {
	#subFooter .clown {
		padding-bottom: 19%;
	    background-size: 60%;
	}
}

#bottomFooter {
	background: #000;
	position: relative;
}

#bottomFooter::before {
	content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(/assets/images/halloween/footer-border.png);
    background-repeat: repeat-x;
    z-index: 49;
}

#productTotalWrap {
	color: #000;
}

/* CALENDAR STYLES */
.ll-skin-melon .ui-datepicker th {
	color: #fff !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	color: #fff !important;
}


.ll-skin-melon td .ui-state-hover {
	background: #AF111C !important;
	color: #fff !important;
}

.ll-skin-melon .ui-datepicker-calendar td .ui-state-active {
	background: #c01a25 !important;
	color: #fff !important;
}

.time-slot {
	border: 1px solid #AF111C;
	color: #AF111C;
}

.time-slot:hover {
	background: #AF111C;
	color: #fff;
}

.card-body, .card-footer {
	padding: .8rem;
}