#carousel-first{
	background-image:url('../img/background.jpg');
	background-size: 100% 100%;
}

#carousel-first img{
	width: 25%;
	height: 20%;
}

.details-top{
	margin-top: 10%;
	margin-left: 5%;
	padding: 10px;
	position: absolute;
	z-index: 1;
	width: 20%;
	background-image:url('../img/background.jpg');
	background-size: cover;
	opacity: 0.8;
}

.details-top p{
	color: white;
	font-size: 11px;
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

#contact_details{
	margin-top: 60px;
}

#contact_details p{
	text-align: left;
	margin-bottom: 0px;
}

#footer p{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	margin-bottom: 0;
	padding: 5px 0;
}

#footer p a{
	color: white;
	font-size: 12px;
}