.nav-menu::after {
    background-color: #F67112;
	background-image: -webkit-linear-gradient(90deg, #F67112 0%, #E84000 100%);
    background-image: -moz-linear-gradient(90deg,#F67112 0%,#E84000 100%);
    background-image: -ms-linear-gradient(90deg,#F67112 0%,#E84000 100%);
    background-image: -o-linear-gradient(90deg,#F67112 0%,#E84000 100%);
    background-image: linear-gradient(90deg, #F67112 0%, #E84000 100%);
}

.hero {
    height: 100vh;
    min-height: 900px;
    background-image: url(../img/halloween_hero_1.jpg);
	background-position: bottom right;
}

.hero::before, .hero::after {
	display: none;
}

#hero-text h2 {
	color: oldlace;
	-webkit-text-fill-color: oldlace;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.63);
}

#hero-text h1 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.63);
}

#hero-text p {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.63);
}

.hero-image {
	display: none;
}

.btn .pxl--btn-icon {
    width: 36px;
    height: 36px;
    background-image: -webkit-linear-gradient(45deg, #F67112 0%, #E84000 100%);
    background-image: -moz-linear-gradient(45deg,#F67112 0%,#E84000 100%);
    background-image: -ms-linear-gradient(45deg,#F67112 0%,#E84000 100%);
    background-image: -o-linear-gradient(45deg,#F67112 0%,#E84000 100%);
    background-image: linear-gradient(45deg, #F67112 0%, #E84000 100%);
}

#why-us-content {
	background-image: url(../img/halloween-bg-section5-2.jpg);
	margin-top: -48px;
}

#why-us-content .wcm-img {
    max-width: 475px;
}