body, html {
	width: 100%; 
	height: 100%;
	position: relative; 
	font-family: 'Open Sans', sans-serif;

} 

h1 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold; 
	line-height: 25px;
	font-size: 18px; 
	text-transform: uppercase; 
}

h2 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold; 
	font-size: 14px; 
}

.logo {
	width: 100%; 
	text-align: center; 
	padding: 15px 0; 
}

.logo img {
	width: 150px;
}

.image-1 {
	background: url('images/img-1.png') center center no-repeat;
	background-size: cover;
	height: 500px;
	position: relative; 
}

.image-1 .content {
	background-color: rgba(255, 255, 255, .75); 
	color: #3f3a30;
	position: absolute; 
	top: 0; 
	right: 45px;
	width: 300px;
	z-index: 3; 
	padding: 30px; 
}

.image-1 .content p:last-child {
	margin-bottom: 0;
}

.circles {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

.circles .circle {
	border-radius: 50%; 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); 
	height: 120px; 
	width: 120px; 
	display: inline-block; 
	padding: 40px 5px; 
	font-weight: bold; 
	background-color: #39383d;
	color: #fff; 
}

.circles .circle-2 {
	background-color: #599b91; 
	margin-top: 15px;
}

.image-2 {
	background: url('images/img-2.png') center center no-repeat;
	background-size: cover;
	height: 400px;
	margin-top: -150px;
	border: 5px solid #fff; 
	z-index: 2; 
}

.image-2 .circle {
	display: none; 
	background-color: rgba(255, 255, 255, .6); 
	color: #3f3a30;
	position: absolute; 
	bottom: -75px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	right: 0;
	font-size: 20px; 
	font-weight: bold;
	width: 170px;
	height: 170px;
	font-siz: 18px;
	z-index: 3; 
	padding: 50px 5px; 
	border-radius: 50%; 
	text-align: center; 
	transform: rotate(-5deg);
}

.image-2 img {
	width: 30px;
	margin-bottom: 5px;  
}


.image-3 {
	background: url('images/img-3.png') center center no-repeat;
	background-size: cover;
	height: 400px;
	margin-top: -250px;
	z-index: 1; 
}

.image-3 .circle {
	background-color: rgba(255, 255, 255, .75); 
	color: #3f3a30;
	font-weight: bold; 
	font-size: 18px;
	position: absolute; 
	top: -120px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	left: 0;
	width: 170px;
	height: 170px;
	z-index: 3; 
	padding: 50px 25px; 
	border-radius: 50%; 
	text-align: center; 
	transform: rotate(-10deg);
}

.info ul {
	padding: 15px 0 0 5px; 
}

.info ul li {
	list-style: none; 
	font-weight: bold; 
}

.info ul li a {
	text-decoration: none; 
	color: #3f3a30;
}

.info ul li a:hover {
	text-decoration: underline; 
}

.collection {
	display: block; 
	background-color: #2d7f71; 
	color: #fff;
	position: absolute; 
	bottom: 45px; 
	padding: 10px 30px; 
	font-weight: bold;
	z-index: 33;
	left: 0;
	font-size: 24px; 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); 
}

.collection:hover {
	color: #fff; 
	text-decoration: none; 
}

.collection span {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.image-1 .content {
		left: 50%; 
		transform: translateX(-50%);
		z-index: 2; 
	}
	
	.image-1 {
		height: 720px; 
	}
	
	.image-1, .image-2, .image-3 {
		z-index: 0; 		
	}
	
	.image-2, .image-3 {
		margin-top: 0; 
		height: 200px;
	}
	
	.image-2 .circle {
		top: -50px; 
		display: inherit;
		right: 15px;
	}
	
	.image-3 .circle {
		left: 15px; 
		top: -90px;
		z-index: 99;
	}
	
	.info { 
		text-align: center;
		padding: 15px 0; 
	}
	
	.image-2 {
		height: 400px;
		border: none;
		border-top: 5px solid #fff;
	}
	
	.image-3 {
		display: none;
	}
	
	.info ul {
		padding: 0;
	}
	
	.collection {		
		bottom: 225px;
		left: -15px;
		font-size: 20px;		
	}
	
	.circles {
		display: none;
	}
}