
.content {
	padding-top: 0 !important;
}
.welcome-content {
	min-height: 600px;
}

.featurette-heading {
  margin-top: 0px;
}

.featurette img {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.75);
}

.featurette.cover {
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
  /*text-shadow: 1px 1px 2px #333333;*/
  text-shadow: 1px 1px 10px black;
}


/* Mobile First */
.guest-content .form-signin,
.guest-content .form-signup {
	margin: 60px auto 120px auto;
}
.guest-nav {
	position: relative;
}
.masthead {
	color: #fff;
	background-color: #444;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
	position: relative;
}
.masthead a {
	color: #fff;
}
.masthead-brand {
	font-size: 30px;
	font-weight: bold;
	font-family: "open sans", sans-serif;
	margin: 50px auto 20px;
	position: relative;
}
.masthead-brand.large {
	font-size: 50px;
	font-weight: normal;
}
.masthead-brand-long {
	font-size: 24px;
}
.masthead-brand-long.large {
	font-size: 36px;
}
.masthead-brand-longer {
	font-size: 18px;
}
.masthead-brand-longer.large {
	font-size: 24px;
}
.masthead-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.masthead-nav li {
	display: inline-block;
}
.masthead-nav > li > a {
	padding: 10px 7px;
}
.masthead-nav > li > a:focus {
	background-color: transparent;
}


.carousel {
	margin: 0;
	position: relative;
	height: 360px;
	margin-bottom: 60px;
}
.carousel-inner {
	height: 360px;
}
.carousel-inner .container {
	position: relative;
}
.carousel .item {
	height: 360px;
}
.carousel-indicators {
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0;
}
.carousel-caption {
	overflow: hidden;
	height: 340px;
	position: absolute;
	top: 0;
	left: 15%;
	right: 15%;
	bottom: auto;
	font-family: 'Open Sans', sans-serif;
}
.carousel-caption-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 15px;
}
.carousel-caption > h1 {
  font-size: 50px;
  font-weight: bold;
}

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
}
.cover .btn-lg {
	font-weight: bold;
	padding: 10px 20px;
}


/* XS :: Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* SM :: Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.guest-content {
		margin-top: 50px;
	}
	.masthead {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 20;
	}
	.masthead-brand {
		position: absolute;
		top: 10px;
		left: 15px;
		max-width: 40%;
		margin: 30px auto 20px;
		text-align: left;
	}
	.masthead-nav {
		left: auto;
		right: 15px;
		max-width: 60%;
		top: 37px;
	}
	.masthead-nav > li > a {
		padding-left: 0;
		padding-right: 0;
		margin-left: 20px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		color: rgba(255,255,255,.75);
		border-bottom: 2px solid transparent;
	}
	.masthead-nav > li > a:hover {
		background-color: transparent;
		color: rgba(255,255,255,1);
		border-bottom: 2px solid #fff;
	}


	.carousel {
		height: 480px;
	}
	.carousel-inner {
		height: 480px;
	}
	.carousel .item {
		height: 480px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.carousel-indicators {
		bottom: 5px;
	}
	.carousel-caption {
		top: 90px;
		left: 10%;
		right: 10%;
		height: 360px;
	}
	.carousel-control {
		width: 10%;
	}
}

/* MD :: Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.masthead-brand {
		max-width: 58%;
	}
	.masthead-nav {
		max-width: 42%;
	}
}

/* LG :: Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.masthead-brand.large {
		font-size: 80px;
		max-width: 65%;
		font-weight: normal;
	}
	.masthead-brand-long {
		font-size: 60px;
	}
	.masthead-brand-longer {
		font-size: 40px;
	}
	.masthead-nav {
		max-width: 35%;
		top: 38px;
	}


	.carousel {
		height: 680px;
	}
	.carousel-inner {
		height: 680px;
	}
	.carousel .item {
		height: 680px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.carousel-caption {
		top: 130px;
		height: 540px;
		left: 0;
		right: 0;
		text-align: left;
	}
	.carousel-control {
		width: 8%
	}
}

.masthead-brand > a:hover {
	text-decoration: none;
}

.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}