:root {
	--branding: #126B42;
	--primary: #ffffff;
	--secondary: #000;
}
body {
	font-family: 'Montaga';
	background: #FFF8E7;
}
.text-branding {
	color: var(--branding);
}
.hero-section {
	background: var(--branding);
	color: var(--primary);
}
h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
}
nav span {
	font-size: 32px;
}
h2 {
	font-weight: 400;
	font-size: 124px;
	position: relative;
}
.mb-10 {
	margin-bottom: 10px;
}
.f-24 {
	font-size: 24px;
}
.mb-56 {
	margin-bottom: 56px;
}
nav span {
	text-transform: uppercase;
}
.mb-12 {
	margin-bottom: 12px;
}
.mt-30 {
	margin-top: 30px;
}
h5 {
	font-family: 'Arial';
}
.announcemet_wrapper {
	background: var(--branding);
	color: var(--primary);
}
.advantage img {
	border-radius: 1000px 1000px 0px 0px;
}
.store-redirect {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Store Redirect.png');
	min-height: 795px;
}
.store-redirect .row {
	min-height: 795px;
}
.store-redirect {
	color: var(--primary);
}
.seperator {
	max-width: 600px;
	height: 1px;
	background: var(--secondary);
}
.footer a {
	text-decoration: none;
}
.footer .copy-right {
	color: #BABABA;
	font-size: 10px;
	/* line-height: 0px; */
}
.category .menu a {
	font-family: 'Arial';
	padding: 8px 16px;
	border-top: 1px solid var(--secondary);
	border-bottom: 1px solid var(--secondary);
	text-decoration: none;
	color: var(--secondary);
	font-weight: 700;
	min-width: 138px;
}
.f-sm-24 {
	font-size: 24px;
}
.announcemet_wrapper span {
	font-size: 1.3rem;
	line-height: 36px;
}
.hero-sub-section {
	background: url('../images/pattern-top.png'), url('../images/pattern-bottom.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left 0%, right bottom;
}
.products h3 {
	font-size: 40px;
}
@media (max-width: 991px) {
	h1 {
		font-size: 2.2rem;
		line-height: 50px;
	}
	nav span {
		font-size: 22px;
	}
	.category .menu a {
		min-width: 80px;
	}
	h2{
		font-size: 3rem;
	}
	h3 {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	.top-product {
		flex-direction: column;
	}
	.product {
		text-align: center;
	}
	.store-redirect p {
		font-size: 20px;
	}
	.product .img_wrapper {
		flex-direction: column;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.product .img_wrapper{
		width: 60%;
		margin: auto;
	}
	.advantage .img_wrapper {
		width: 40%;
	}
}
@media (min-width: 991px) {
	.product .img_wrapper {
		margin-top: -60px;
	}
	.f-56 {
		font-size: 56px;
	}
	.f-96 {
		font-size: 96px;
	}
	.f-48 {
		font-size: 48px;
	}
	.announcemet_wrapper {
		writing-mode: vertical-lr;
		transform: scale(-1, -1);
		background: var(--branding);
		color: var(--primary);
		width: 128px;
		height: 466px;
		margin-right: -4px;
	}
	.announcemet_wrapper span {
		font-size: 32px;
		line-height: 36px;
		/* transform: rotate(-90deg); */
	}
}