body {
	background: url(demo-bg.png);
	padding: 20px 0;
	font-size: 16px;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1.5;
	color: #000;
}
html, body {
	width: 100%;
}
h2, h3{
	margin-top: 0;
	color: #fff;
}
h2{
	font-size: 36px;
	margin-bottom: 30px;
}
h3{
	font-size: 24px;
	margin-top: 20px;
}
img{
	max-width: 100%;
}
p{
	font-size: 16px;
}
section{
	padding: 48px 0;
}
section.responsive {
	background: url(cloud.png) no-repeat;
	background-position: 37% 0;
}
.logo {
	margin-bottom: 60px;
}
.poster{
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
}
.poster p{
	font-size: 18px;
	color: #fff;
	box-shadow: 0 0 0 2px rgba(250, 250, 250, 1),
	0 0 0 4px rgba(206, 209, 201, 1),
	0 0 0 7px rgba(250, 250, 250, 1);
	width: 79%;
	margin: 40px auto;
	padding: 14px;
}
/*.poster:before{
	content: '';
	display: block;
	background: url(heart.png);
	height: 74px;
	width: 26px;
	position: absolute;
	top: -55px;
	left: 26px;
}
.poster:after{
	content: '';
	display: block;
	background: url(heart.png);
	height: 74px;
	width: 26px;
	position: absolute;
	top: -55px;
	right: 18px;
}*/
a:hover .poster p{
	color: #d75166;
}
.feature-img{
	position: relative;
	display: inline-block;
	margin-top: 74px;
}
.feature-img:before{
	content: '';
	display: block;
	background: url(heart.png);
	height: 74px;
	width: 26px;
	position: absolute;
	top: -71px;
	left: 50%;
	margin-left: -3px;
}
.carousel {
	box-shadow: 5px 5px 11px 2px rgba(0, 0, 0, 0.3);
}
.carousel-control{
	background-image: none !important;
}

@font-face {
	font-family: 'lavanderia';
	src: url('css/fonts/lavanderia/lavanderia_regular-webfont.eot');
	src: url('css/fonts/lavanderia/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('css/fonts/lavanderia/lavanderia_regular-webfont.woff2') format('woff2'),
		 url('css/fonts/lavanderia/lavanderia_regular-webfont.woff') format('woff'),
		 url('css/fonts/lavanderia/lavanderia_regular-webfont.ttf') format('truetype'),
		 url('css/fonts/lavanderia/lavanderia_regular-webfont.svg#lavanderia_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}