@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	background-image: url('../images/background.png');
	background-color: black;
	background-size: cover;
}

img {
	max-width: 100%;
}

navbar {
	z-index: 1;
}

.item {
	z-index: -1;
}

#carousel1 {
	
	margin-top:-20px
}

.jumbotron-narrow {
	background-color: #515151 ;
	color: white;
	z-index: 1;
}

h1, h2, h3, h4, p {
	font-family: 'Oswald', sans-serif;
	color: white;
}
