@import url("https://use.typekit.net/uhd7qfv.css");
@import url("https://use.typekit.net/uhd7qfv.css");


html  {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	line-height: 135%;
}
p {
	padding:0;
	margin: 0 0 16px 0;
}
a,
a:link,
a:visited {
	color: rgba(113,113,113,1);
}
a:hover,
a:active {
	color: rgba(113,113,113,.9);
}
.main {
	display: block;
	padding: 100px 20px 0 20px;
}
.hero {
	width: 100%;
	display: block;
	position: relative;
	margin: 0px 0 0 0;
}
@media screen and (max-width: 767px) {
	.hero {
		/*margin-top: 100px;
		margin-bottom: 100px;*/
	}
}
@media screen and (max-width: 575px) {
	.hero {
		margin-top: 60px;
		/*margin-bottom: 160px;*/
	}
}
.hero-img {
	margin: 0 auto;
	text-align: center;
}
.hero img {
	max-width: 900px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.hero img {
		/*transform: scale(1.5);*/
	}
}
@media screen and (max-width: 575px) {
	.hero img {
		/*transform: scale(2);*/
	}
}

.hero2 {
	width: 100%;
	display: block;
	position: relative;
	margin: 0px 0 0 0;
	background-image: url(bottle.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.logo {
	position: absolute;
	width: 130px;
	height: 130px;
	top: 20px;
	left: 100px;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.logo {
		left: 20px;
	}
}
.caption {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.caption-inner {
	color: #E08A65;
	font-family: EloquentJFPro, 'eloquent-jf-pro';
	font-style: normal;
	font-weight: normal;
	font-size: 8vw;
}
.footer {
	width: 100%;
	display: block;

}

.footer-1 {
	margin: 20px 0 15px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.footer-1 div {
	margin: 0 10px 0 10px;
}
.footer-1 div {
	text-transform: uppercase;
}
.footer-1 div a {
	text-transform: uppercase;
}
.footer-2 {
	width: 100%;
	display: block;
	text-align: center;
	margin: 15px 0 50px 0;
	color: rgba(113,113,113,1);
}

.content {
	display: block;
	padding: 160px 20px 50px 20px;
	text-align: center;
}