
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body{
background-image: url('../img/footer.png');
}

.header{
	background-color: #FFF;
}
.carousel-item{
	height: 35em;
	text-align: center;
}

.item_one{
	background-image: url('../img/item_one.png');
}

.item_one p{
	font-size: 4em;
	font-family: 'Open Sans', 'Arial';
	font-weight: 300;
	color: #d1bda5;
	margin-top: 1.5em;
	line-height: 1em;
}

.item_one span{
	font-size: 2em;
	font-family: 'Open Sans', 'Arial';
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 1px;
}


.item_two{
	background-image: url('../img/item_two.png');
}

.item_two p{
	font-size: 4em;
	font-family: 'Open Sans', 'Arial';
	font-weight: 300;
	color: #002a3a;
	margin-top: 1.5em;
	line-height: 1em;
}

.item_two span{
	font-size: 2em;
	font-family: 'Open Sans', 'Arial';
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 1px;
}

.item_three{
	background-image: url('../img/item_three.png');
}

.item_three p{
	font-size: 4em;
	font-family: 'Open Sans', 'Arial';
	font-weight: 300;
	color: #d1bda5;
	margin-top: 1.5em;
	line-height: 1em;
}

.item_three span{
	font-size: 2em;
	font-family: 'Open Sans', 'Arial';
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 1px;
}

.img-holder{

}

.center-block {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
	margin-top: 1.5em !important;
 }