h1, h2, h3, p, .page-title h1 {
	color: white;
}

#header{
	display:block!important;
}

.base-left-bg{
	position: absolute;
	bottom: -400px;
	left: calc(50% - 700px);
}

.base-right-bg{
	position: absolute;
	bottom: -300px;
	left: calc(50% + 20px);
}

.mid-right-bg{
	display: none;
}


.top-left-bg{
	position: absolute;
	top: -85px;
	left: calc(50% - 700px);
}

.top-right-bg{
	position: absolute;
	top: -200px;
	left: calc(50% + 345px);
}

.blends-wrapper{
	padding: 0 20%;
	margin-bottom: 30px;
	position: relative;
	z-index: 20;
	    padding-top: 120px;
}

.under-blends{
	margin-left: 30%;
	margin-top: -30px;
	background-repeat: no-repeat;
}

.blends-wrapper img{
	max-width: 100%;
}


.page-title{
	margin: auto;
    max-width: 80%;
}
.a-howToPart{
	text-decoration: underline!important;
	color: rgb(116,132,138);
}

.maxwidth-wrapper{
	padding-top: 50px;
	z-index: 20;
    position: relative;
}

.steps-container {
	text-align: left;
	margin: auto;
	margin-top: 50px;
	max-width: 80%;
	z-index: 200;
    position: relative;
}

.steps-container > h1{
    line-height: 1.1;
    font-size: 30px;
    font-family: 'ClanOTBOLD'!important;
    font-weight: 600;
    color: #fff;
	padding-bottom: 8px;
}

.steps-container > h2{
    line-height: 1.1;
    font-size: 24px;
    font-family: 'ClanOTBOLD'!important;
    font-weight: 500;
    color: #fff;
	padding-bottom: 15px;
}
.steps-container > h3{
	font-family: 'ClanOTBOOK'!important;
	font-size: 16px;
    text-transform: uppercase;
	font-weight: 400;
	color: #fff;

	padding-bottom: 8px;
}

.steps-container > p{
	line-height: 1.7em;
    font-size: 16px;
    font-family: 'ClanOTBOOK', sans-serif!important;
    font-weight: 400;
    color: #fff;
	padding-bottom: 45px;
}
	.steps-container > p.small{
		font-size: 16px;
	}



.steps-container > h2 >  span{
	font-size: 20px;
	font-family: "ClanOTBOOK";
}

.steps-container > h1 >  span{
	font-size: 30px;
	font-family: "ClanOTBOOK";
}

.page-title h2 {
	color: white;
    font-family: "ClanOTBOOK";
    font-size: 18px;	
    line-height: 30px;
}

.page-title h1 {
	font-weight: 600;
}


.close-header {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(0,0,0,0);
    align-items: center;
    justify-content: space-between;
    height: 95px;
}
	.close-header a {
		right: 8%;
		position: absolute;
		fill: white;
		width: 30px;
		height: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.close-header svg{
		fill: white;
		width: 30px;
		height: 30px;
	}
		.close-header svg:hover{
			fill: #e6803a;
		}

@media(max-width:760px){

	.blends-wrapper {
		padding-top: 0px;
	}

	.mid-right-bg{
		position: absolute;
		display: block;
		top: 500px;
		left:60%;
		right: calc(-30% - 190px);
	}

}


@media(min-width:760px){
	.maxwidth-wrapper{
	 	padding: 0 10%;
		padding-top: 50px;
	}
}

@media (max-width: 767px){
	.base-left-bg{
		bottom: -20px;
		position: absolute;
		right: 50%;
		left: calc(-25%);
	}
	.base-left-bg img{
		width: 80%;
	}
	.base-right-bg{
		position: absolute;
		bottom: 0px;
		left: 60%;
		right: calc(-30% + -43px);
	}

	.base-right-bg img{
		width: 90%;
	}

	.top-left-bg{
		top: -40px;
		position: absolute;
		left: calc(-20% - 144px);
	}
	.top-left-bg img{
		width: 80%;
	}
	.top-right-bg{
		position: absolute;
		left: unset;
		right: calc(-5% + -200px);
	}

	.top-right-bg img{
		width: 90%;
	}
	.maxwidth-wrapper {
		padding: 0;
		padding-top: 50px;
	}
	.page-title {
		padding: 0px 10%;
		max-width: 100%;
	}

	.close-header {
		display:none;
	}
}


@media(min-width: 1200px){
	.base-left-bg{
		left: calc(-5% - 155px);
	}
	
	.base-right-bg{
		left: auto;
		right: calc(-10% - 240px);
	}

	.top-left-bg{
		left: calc(-5% - 130px);
	}
	
	.top-right-bg{
		left: auto;
		right: calc(-10% - 20px);
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	button {
		padding-top:8px!important;
	}
 }