


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body,
html {
  width: 100%;
  height: 100%;
}

body {
    padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-weight: 400;
	font-size: 18px;
}


h1, h2, h3 {
	font-family: 'Raleway', serif;
	font-weight: normal;
	font-weight: 700;
	color: #968d4c;
}

h1 {
	font-size: 2.8rem;
}


.page-head:after {

	margin: 0 auto;
  display: block;
  width: 140px;
  border-bottom: 3px solid #51759e;
  content: "";
  padding-top: 30px;
  margin-bottom: 30px;
}

p {
	line-height: 1.875;
}

.lead {
	font-weight: 500;
	font-size: 22px;
}

.jf-copyright {
	display: none;
	visibility: hidden;
}


.no-break {
	white-space: nowrap;
}


/* Layout
-------------------------------------------------- */

.jumbotron {
	padding: 9rem 2rem;
    background: #51759e;
    margin: 0;
    background-size: cover;
    background-position: center center;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

.jumbotron h1 {
	margin: 0;
	color: #fff;
}

.navbar a {
	text-transform: uppercase;
}

.navbar li a {
	font-size: 16px;
}

.navbar-brand img {
	max-width: 28px;
	height: auto;
	margin: 0 10px 0 0;
	float: left;
}



.navbar-brand {
	font-size: 1.2rem;
}
	

.colorbar {
	width: 100%;
	background: url(images/crescent-city-colors.png) repeat-x;
	height: 25px;
	border-top: 8px solid #fff;
}

#main {
	padding: 4rem 0;
}

#amenities {
	padding: 4rem 0 10rem 0;
	background: url(images/amenities-bk.jpg);
	background-position: left center;
	background-size: cover;
	text-align: center;
	color: #0e455c;
	}
	
#amenities h2 {
	color: #603424;
}

#amenities header {
	margin-bottom: 2.6rem;
	width: 100%;
	display: block;
	color: #51759e;
}


#amenities img {
	width: 52px;
	height: auto;
	opacity: 50%;
	margin: 15px 0;
	
}

#amenities h5 {
	font-size: 1rem;
	text-transform: uppercase;
}

footer {
	padding: 4rem 0;
	background: #968d4c;
	color: #fff;
	border-top: 12px solid #706939;
	color: #eee;
}

footer img {
	opacity: 0.9;
}

footer a {
	color: #fff;
	text-transform: capitalize;
}

#photos {
	padding: 3px;
	position: relative;
}

.wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

#photos .photogrid, #photos .row {
	margin: 0;
	padding: 0;
}

#photos img {
	padding: 3px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem; */
  
}

.carousel h1 {
	color: #fff;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  
}

.carousel-caption p {
	font-weight: 600;
}

.carousel-item .carousel-caption {
    -moz-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    -webkit-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
    opacity: 0;
}

.carousel-item.active .carousel-caption {
    opacity: 1;
    -moz-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    -webkit-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 36rem;
  background-color: #777;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  background: #000;
}



.carousel-item > img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: auto;
  opacity: 0.9;
}

.form-group.required .control-label:after {
    color: #dd0000;
    content: "*";
    margin-left: 6px;
}



/* NAV
-------------------------------------------------- */



.navbar.bg-dark {
	background: #0e455c !important;
}

@media (min-width: 768px) {
.navbar-nav {
	text-align: center;
	align-items: center;
}
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.49rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


