/*Header CSS*/
header .header {
	border-bottom: 5px solid #dcdcdc;
	min-height: 84px;
}
@media screen and (max-width: 1024px) {
	header .header {
	min-height: 70px;
	}
}
.navbar {
	margin-bottom: 0px;
	min-height: unset;
}
/*Footer CSS*/
.footer {
	background-color: #274159;
    padding: 43px 0 20px;  	
}
@media screen and (max-width: 1024px) {
	.footer {
		background-color: #274159;
	    padding: 10px 0 10px;  	
	}
	.footer .container ul li h3 {
		font-size: 15px;
	}	
}
.footer .container {
	text-align: center;	
}
.footer .container ul li a {
	color: white;
	text-decoration: none;
}
.footer .container ul li a:hover {
	color: #0cadf1;
}
.footer .copy {
    font-size: 13px;
    line-height: 15px;
    color: #8b9bb2;
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);    
}

/*Banner with search form */
.banner_bg {
  background: url(../img/Sunset-of-Lake-Travis.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 640px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
  border-bottom: 5px solid #dcdcdc;
}
.mobile-view {
	display: none;
}
.jumbotron {
	margin-top: 15%;
	text-align: center;
	color: white;
	text-shadow: #444 0 1px 1px;
	background:transparent;
}
.form-box {
	width: 60% !important;
	border-radius: 3px;
    padding: 10px;
    background: rgba(0,0,0,.35);
}
.form-box .title {
    font: 19px/21px 'bold', Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    margin: 0 0 19px;	
}
.form-box .borderline-box {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
@media screen and (max-width: 1024px) {
	.banner_bg {
	  background: url(../img/Sunset-of-Lake-Travis.jpg) no-repeat center center;
	  background-size: cover;
	  width: 100%;
	  height: 250px; /*same height as jumbotron */
	  top:0;
	  left:0;
	  z-index: -1;
  	  border-bottom: : 5px solid #dcdcdc;
	}
	.banner_bg .container {
		/*display: none;*/
		position: relative;
		top: 130px;
	}
	.banner_bg .container .mobile-search-button {
		margin-top: 20px;
	}
	.mobile-view {
		display: block;
	}
	.form-box {
		width: 100% !important;
		border-radius: 3px;
	    padding: 10px;
	    background: rgba(0,0,0,.35);
	}	
	.jumbotron {
		margin-top: 3%;
		text-align: center;
		color: white;
		text-shadow: #444 0 1px 1px;
		background:transparent;
	}	
}


/*Carousel*/
section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}