.custom-banner-wrapper {
	background-color: rgb(34, 34, 34);
}

.banner-section .dnd-section{
	padding:0px
}
.banner-section .dnd-section > div {
	padding: 0px;
}
.custom-banner-wrapper .banner-image {
	display: flex;
	position: relative;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	opacity: 1;
}
.banner-image .main-image-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
}
.main-image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	height: 100%;
	pointer-events: none;
	background: rgb(0,0,0);
}
.main-image-wrapper img {
	width: 100%;
	height: 100%;
	opacity: 1;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-width: 100%;
	border-style: none;
	vertical-align: top;
}
.banner-image .container {
	max-width: 1600px;
	margin: 0 auto;
}
.banner-content-wrapper {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	padding: 90px 0px;
	align-items: center;
	justify-content: center;
}
.banner-content-wrapper .custom-text-wrapper {
	position: relative;
	z-index: 1;
	text-align: left;
}
.custom-banner-content a {
    color: #ffd200
}
.custom-text-wrapper h2 {
	margin-bottom: 16px;
	font-size: 20px;
	color: rgb(255,255,255);
	font-weight: 600;
	letter-spacing: 1px;
}
.custom-text-wrapper h1 {
	color: rgb(255,255,255);
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}

.custom-text-wrapper h2 {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.custom-text-wrapper p {
	color: rgb(255,255,255);
}

.custom-banner-content {
	font-family: "Open Sans", sans-serif;
	margin-top: 24px;
	font-size: 18px;
}

.custom-banner-content p {
	font-size: 22px;
}

.custom-banner-button a {
	color: #000;
	background: rgb(255, 209, 0);
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	line-height: 52px;
	background-size: 100% 200%,100% 100%;
	background-position: 100% -100%,100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-position .3s cubic-bezier(.215,.61,.355,1);
	transition: background-position .3s cubic-bezier(.215,.61,.355,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-image: linear-gradient(178deg,rgb(255, 209, 0),rgb(255, 209, 0) 10%,rgba(0,0,0,.07) 10%,rgba(0,0,0,.07) 100%),linear-gradient(rgb(255, 209, 0),rgb(255, 209, 0));
	text-transform: uppercase;
	font-weight: bold;
	font-family: "montserrat", bold;
	letter-spacing: 0 px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 22px;
	box-sizing: border-box !important;
}

.custom-banner-button {
	margin-top: 32px;
}

.custom-banner-button a:hover {
	background-position: 100% 25%,100% 100%;
}


@media screen and (min-width: 1000px){
	.custom-text-wrapper h1 {
		line-height: 1.0833333333;
		letter-spacing: -1px;
	}

}

@media screen and (min-width: 741px){
	.custom-text-wrapper h2 {
		line-height: 1.2307692308;
	}
	.custom-text-wrapper h1 {
		margin-top: 24px;
	}
  .banner-image .container {
  padding: 0 240px;
}
}

@media (max-width: 1599px) {
	.banner-content-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}


@media(max-width:1200px){
	.banner-content-wrapper {
    max-width: 100%;
		margin: 0 auto;
	}
	.banner-content-wrapper {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.custom-text-wrapper h1 {
		font-size: 44px;
	}
}
}

@media(max-width:992px){
	.banner-content-wrapper{
		max-width: 80%;
		margin: 0 auto;
	}
	.custom-text-wrapper h1 {
		font-size: 38px;
		line-height: 1.1052631579;
		letter-spacing: -1px;
	}
}

@media(max-width:740px){
	.banner-image .main-image-wrapper,
	.banner-content-wrapper{
		height:500px
	}
	.custom-text-wrapper h1 {
		font-size: 36px;
		line-height: 1.13333333;
		letter-spacing: -.6px;
	}
	.banner-content-wrapper .custom-text-wrapper {
		margin-left: 24px;
		margin-right: 24px;
	}
	.custom-text-wrapper h2 {
		font-size: 18px;
	}
	.banner-content-wrapper, .banner-image .main-image-wrapper {
		min-height: 375px;
		height: auto;
	}

	.banner-content-wrapper {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.custom-banner-button a {
		font-size: 18px;
		line-height: 48px;
	}
	.banner-image .main-image-wrapper {
		height: 100%;
	}
	.custom-banner-content {
		font-size: 20px;
	}
  .custom-banner-content p {
		font-size: 20px;
	}
}

@media(max-width:540px){
	.custom-text-wrapper h1 {
		white-space: pre-line;
		font-size: 30px;
	}
}
