h1, h2, h3, p, .page-title h1 {
	color: white;
    font-family: "Nunito", sans-serif !important;
}

.wool-various{
	position: absolute;
	z-index: -1;
	top: 200px;
    left: -300px;
}

.single-wheat{
	position: absolute;
	right: calc(20% - 250px);
	z-index: -1;
	top: 30%;
}

.coffee-grain{
	position: absolute;
	z-index: -1;
	right: calc(25% - 250px);
    top: 10%;

}

.only-home-wheatWgrain{
	position: absolute;
	z-index: -1;
	right: calc(10% - 250px);
	top: 18%;
}

.wool-ball{
	position: absolute;
	z-index: -1;
	right: calc(10% - 250px);
	bottom: 15%;
}

.coffee{
	position: absolute;
	z-index: -1;
	left: -60px;
    top: 75%;
}

.coffee img{
	max-width: 90%;
}

.ear-wheat{
	position: absolute;
	z-index: 1;
	left: calc(20% - 250px);
    top: 35%;
}
.ear-wheat-2{
	position: absolute;
	z-index: 1;
	left: calc(30% - 490px);
    top: 65%;
}

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

.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%;
    padding-top: 20px;
}
.a-howToPart{
	text-decoration: underline!important;
	color: rgb(116,132,138);
}

.maxwidth-wrapper{
    padding-top: 50px;
}

.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: 'Nunito', sans-serif!important;
    font-weight: 600;
    color: #fff;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.steps-container > h2{
    line-height: 1.1;
    font-size: 20px;
    font-family: 'Nunito', sans-serif!important;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.steps-container > h3{
	font-size: 20px;
    text-transform: uppercase;
	font-weight: 400;
	color: #fff;

	padding-bottom: 8px;
}

.steps-container > p{
    line-height: 1.1;
    font-size: 20px;
    font-family: 'Nunito', sans-serif!important;
    font-weight: 400;
    color: #fff;
    padding-bottom: 35px;
}
	.steps-container > p.small{
		font-size: 16px;
	}



.steps-container > h2 >  span{
	font-size: 20px;
	font-family: "Nunito", sans-serif;
}

.steps-container > h1 >  span{
	font-size: 30px;
	font-family: "Nunito", sans-serif;
}

.page-title h2 {
	color: white;
    font-family: "Nunito", sans-serif;
    font-size: 18px;	
    line-height: 25px;
}

.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: #fbc41f;
		}

@media(max-width:760px){
	.steps-container > p {
		font-size:20px;
	}

}


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

@media (max-width: 767px){
	.maxwidth-wrapper {
		padding: 0;
		padding-top: 75px;
	}
	.page-title {
		padding: 20px 10%;
		max-width: 100%;
	}
}
