/* ------------------------------------- banner start ----------------------------------------------------------- */
.banner {
	width: 100%;
	height: auto;
	min-height: 811px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: url(../images/compostable-tea-packaging-1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: calc(4vh + 37px);
}

.scroll_arrow_box {
	position: absolute;
	bottom: 4vh;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}

.slate__scroll-arrow svg {
	fill: rgba(0,0,0,0.5);
	text-shadow: 0 0 15px #000;
}

section {
	position: relative;
}

.h1 {
	margin: auto;
    font-size: 3.75rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #faf4e9;
    text-shadow: 0 0 15px #000;
    letter-spacing: 1px;
    font-family: inherit;
}

.p {
	max-width: 50rem;
    color: #e9c279;
    font-size: 2.25rem;
    font-weight: 700;
    text-shadow: 0 0 15px #000;
    margin: auto;
    line-height: 3rem;
    text-align: center;
}

.banner .bottom div .p {
	color: #faf4e9;
	padding-top: 12vh;
}

.slate {
	padding: 40px 20px 106px 20px;
	width: 100%;
	height: auto;
	min-height: 681px;
	color: #dcd2a1;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.slate .slate__body .slate__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30%;
}

.slate .slate__body {
	padding-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
	width: 100%;
	overflow-x: hidden;
}

.slate .slate__body .slate__text.slate__text--left {
	margin-left: 5%;
	width: 20%;
}

.slate .slate__header {
	z-index: 10;
}

.slate .slate__header h2 {
	margin-top: 0;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 40px;
}

.slate .slate__header>* {
	color: #faf4e9;
	text-shadow: 0 0 15px #000;
}

.slate .slate__body .body-text {
	max-width: 50rem;
	color: #eedeb8;
	font-size: 1.25rem;
	font-weight: 700;
	text-shadow: 0 0 15px #000;
}

.slate ul {
	margin-left: 1.15rem;
	list-style-position: outside;
	margin-bottom: 1.5rem;
	list-style-type: disc;
}

.slate .slate__header h2 {
	margin-top: 0;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 40px;
	font-family: Sura, serif;
	letter-spacing: .25px;
	margin-bottom: .78571rem;
}

.slate .slate__body .slate__graphic {
	display: -ms-flexbox;
	display: flex;
}

.slate .slate__body .slate__graphic.slate__graphic--left {
    margin-left: 4%;
    width: 43%;
    height: 43%;
    margin-right: 0%;
    padding-top: 2vh;
}

.slate .slate__body .slate__graphic.slate__graphic--right {
	margin-left: 5%;
	margin-right: 5%;
	width: 23%;
	height: 23%;
	/*padding-top: 15vh;*/
	padding-top: 40vh;
}

.slate__body .body-text img {
	object-fit: cover;
}

.banner .row.top {
	z-index: 9999999;
	position: relative;
}

.bag-graphic img {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16%;
	max-width: calc(100% - 20px);
	object-fit: contain;
	object-position: center;
	max-height: 500px;
	z-index: 5;
}

#bag-with-hands {
	top: 0px;
	transform: translateX(-50%) translateY(0px);
	width: 725px;
	max-height: unset;
}

@media screen and (max-width:992px) {

	.row.top > div {
		padding: 20px;
		background-color: rgba(0, 0, 0, .5);
	}

	.banner {
		min-height: 503px;
		padding: 0 20px calc(4vh + 37px);
	}
	
	.bag-graphic {
	    display: none;
	}

	.slate .slate__body {
		padding: 20px 20px 20px 20px;
		background-color: rgba(0, 0, 0, .5);
		flex-direction: column;
	}

	.slate .slate__body .slate__text.slate__text--left {
		width: 100%;
	}

	.slate .slate__header h2 {
		font-size: 1.8rem;
		line-height: 32px;
	}

	.slate .slate__body .body-text {
		font-size: 1rem;
	}

	.tea-storage .slate__body .slate__text.slate__text--right {
		width: 100%;
		margin-left: 0 !important;
	}

	.slate .slate__body.slate__body--bottom {
		padding-left: 20px;
	}
	
	.slate .slate__body .slate__graphic.slate__graphic--left {
	    margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        height: 80%;
        padding-top: 6vh;
	}
	
	.slate .slate__body .slate__graphic.slate__graphic--right {
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
        height: 60%;
        padding-top: 6vh;
    }
    
}

@media screen and (max-width:768px) {
    
    .bag-graphic {
	    display: none;
	}

	.slate .slate__body {
		flex-direction: column;
	}

	.slate .slate__body .slate__graphic {
		display: flex;
		padding-top: 20px;
		width: 100%;
		height: auto;
		max-width: 200px;
		margin: 0 auto !important;
		padding-bottom: 20px;
		order: -1;
	}

    .slate .slate__body .slate__text.slate__text--left {
		width: 100%;
	}

	.slate .slate__header h2 {
		font-size: 1.8rem;
		line-height: 32px;
	}

	.slate .slate__body .body-text {
		font-size: 1rem;
	}

	.tea-storage .slate__body .slate__text.slate__text--right {
		width: 100%;
		margin-left: 0 !important;
	}

	.slate .slate__body.slate__body--bottom {
		padding-left: 20px;
	}
	
	.slate .slate__body .slate__graphic.slate__graphic--left {
	    margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        height: 80%;
        padding-top: 6vh;
	}
	
	.slate .slate__body .slate__graphic.slate__graphic--right {
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
        height: 60%;
        padding-top: 6vh;
    }
	
}