/* CUSTOMIZE THE NAV
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-wrapper .navbar .container {
	width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	/* height: 100%; */
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

.carousel-caption h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 46px;
	font-size: 43px
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 96vh;
	background-color: #2980b9;
}

.carousel-inner > .item > img {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* Navbar positioning foo */
	.navbar-wrapper {
	}
	
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin: 0 0 20px 0;
		font-size: 21px;
		line-height: 1.4;
	}
}