* {
    font-family: "Roboto";
}
.carousel-caption-wrap {
	position: absolute;
	z-index: 10;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle!important;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel-custom {
	max-height:600px;
}

.carousel-custom img {
	max-height:600px;
	width:100%;
}
.carousel-caption-wrap > p,.carousel-caption-wrap > span, .carousel-caption-wrap > h1 {
	display:block;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 4px black;
}
#gallery ,#contact, #footer {
	padding-top:56px;
}
#contact {
	background-color:#007bff05;
}
h1#contact  {
	text-shadow: 1px 1px 4px white;
}