/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
	/* background: url('../GrizzlyParkingHD.png') no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}

.onTop{
	background-color: rgba(255, 255, 255, 0.9); /* Color white with alpha 0.9*/
	position: absolute;
	margin: 50%;
}

.logo{
	width: 50%;
}

.content-wrapper{
	text-align: center;
	background-color: black;
	margin-top: -3em;
	color: white;
}

#myCarousel{
	margin-top: -4em;
}

@media screen and (max-width: 808px) {
	.logo {
		width: 25%;
	}
}
