@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');

.img {
	max-width: 100%;
}

.carousel .img-responsive {
  	width:100%;
	padding: 0px;
}

.navbar { 
	margin-bottom:0px !important; 
	background-color: #212020;
}

.list-group-item {
	background-color: white;
	hover: red;
}

.carousel-caption { 
	margin-top:0px !important 
}

h1, h2, h3, h4, h5 {
	font-family: 'Rock Salt', cursive;
}

.navtxt {
	color: black;
}

#fb {
	color: white;
}

#footr {
	height: 50px;
	background-color: black;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding: 5px;
}
