body {
	font-family:'Work Sans', sans-serif;
	color: #605e5d;;
	line-height:1.8;
	background-color: #d7e1d9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	color: #000;
}
ul{
	margin: 0;
	padding: 0;
}
a {
	transition: all 0.3s;
}
img {
	max-width: 100%;
}
.navbar{
	position:absolute;
	width:100%;
	top:15px;
	padding:0 250px;
}
.navbar-brand img {
	max-width: 172px;
}
.navbar li{
	margin-left:20px;
}
.navbar a {
	color: #1b2024;
 	font-weight: 600;
	font-family: 'Playfair Display', serif;
}
.navbar li a.active,
.navbar li a:hover {
	color: #d18875;  /*#eda693;*/
}
.main{
	padding:3px 0 85px;
	background-color: #d9e2dd;
}
.hero {
	background-image: url(../img/header-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	background-repeat: no-repeat;
}
.subtitle {
	background-image: url(../img/home-cosmetics.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom:100px;
	background-size: contain;
	padding:100px 0;
}
hr{
	width:240px;
	height:2px;
	background-color: #899d91;
	margin-bottom:40px;
}
.subtitle a{
	margin-top:20px;
	padding:5px 60px;
	border:none;
	border-radius:0;
	font-size:18px;
	background-color: #082b2f;
	color: #fff;
}
.subtitle h2{
	margin-bottom: 30px;
	color:#062c2d;
	font-weight: 400;
}
.description{
	background-color: #fff;
	padding-right:0;
	padding:100px 50px;
}
.photo {
	padding-left:0;
}
.description h3 {
	margin-bottom:30px;
	color: #072a2e;
	font-weight:600;
	font-size:33px;
}
.description p {
	color: #072a2e;
}
.description a {
	color: #072a2e;
	background-color:#d8e0e6;
	border: none;
	border-radius: 0;
	padding:1rem 1.25rem;
}
.subtitle-new h3 {
	margin-top: 170px;
	color: #062c2d;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
}
.footer-content img {
	max-width: 100px;

}
footer {
	padding: 0 0 100px;

}
.footer-content {
	margin: 50px 0;
}
.social-icons{
	margin:20px 0;
}
.social-icons li {
	list-style-type: none;
	margin: 0 5px;
	display: inline-block;
} 
.social-icons i{
	color:#41614e;
	font-size:21px;
}
.social-icons a:hover i{
	color: #d18875;
}
.btn:hover {
	border:none;
	background-color:#d18875;

}
.about-page .hero{
	background-image: url(../img/header-about.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.main-content {
	margin-top: 100px;
}
.main-content .description h3{
	font-size: 36px;
}
.main-content .description {
	padding: 100px 40px 80px 130px;
	line-height: 1.6;
	background: transparent;
}
.products-page .hero {
	background-image: url(../img/header-products.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:64vh;
}
.products-page h2 {
	color:#062c2d;
	font-weight: 500;
	font-size: 40px;
}
.products img {
	max-width: 75%;
}

.products p {
	margin:15px 0 0;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	color: #062c2d; 
	font-weight:600;
}
.product span{
	font-size:18px;
	color: #062c2d;
	font-weight:500;

}
.product{
	margin-bottom:70px;
}
.products-page .subtitle-new h3{
	margin-top:100px;

}

/*responsive*/
@media (max-width: 767px) {
	.navbar{
		top: 0px;
		padding:0 15px;
	}
	.navbar-nav {
		background: #fff;
	    padding: 20px 0;
	}
	.main{
		padding: 0 0 80px;
	}
	.navbar-brand img {
		max-width: 86px;
	}
	.navbar-nav a {
		font-weight:500;
		padding: 0.3rem 1rem;
	}
	
	.subtitle {
		padding:50px 0;

	}
	.subtitle h2{
		font-size:22px;
	}
	.home-page .description{
		padding: 95px 35px;
		margin: 0 50px;
	}
	.home-page .photo {
		padding:20px 0;
		margin:0 50px;
	}
	
	.subtitle-new h3{
		margin-top:110px;
		font-size:22px;

	}
	.home-page .hero{
		height:90vh;
	}
	.main-content {
		margin-top:0;
	}
	.main-content .description {
		padding:90px 70px 0;
	}
	.about-page .subtitle-new h3{
		margin-top:90px;

	}
	.products-page .hero h2 {
		margin-top: 100px;
	}
	.products-page .hero{
		height:60vh;
	}
	.product{
		margin-bottom: 40px;
	}
	/*end responsive*/
