
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.navbar-brand {
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	float: none;
	padding: 0px;
	height: 140px;
	width: 265px;
	background-image: url(../imgs/logo.png);
	position: absolute;
    top: 3px;
    display: inline-block;  
	background-repeat: no-repeat;

}

div.navbar-header {
	min-width: 265px;
	min-height: 60px;
}

.navbar {
	margin-bottom: 0px;
	min-height: 80px;
	background-image: url('../imgs/bg.png');
}

.nav.navbar-nav {
	padding-top: 16px;
	font-size: 18px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.container.main {
    margin-top: 60px;
	min-height: 600px;
}


.front .container.main {
    margin-top: 0px;
}

footer.prefooter {
	color: #fff;
	background-color: #e4143c;
	padding-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

footer.prefooter a {
	color: #ffffff;
}

footer.prefooter h4 {
	margin-top: 30px;
}

footer.footer {
	background-color: #333;
	background-image: url('../imgs/bg.png');
	padding: 20px 0px;
	color: #fff;
}

.front h2.title {
	display: none;
}

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

/* Carousel base class */
.carousel {
  height: 500px;
  /* margin-bottom: 60px; */
  background-image: url('../imgs/banner-bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.carousel-img {
	overflow: hidden;
	margin-top: 65px;
	width: 40%;
	float: left;
	position: relative;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
	position: relative;
	float: left;
	height: 520px;
	padding-top: 120px;
	overflow: hidden;
	background: rgba(228, 20, 60,0.6);
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  /* background-color: #777; */
  
}

/*
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
*/


div.member {
	padding-bottom: 30px;
}

.equal-row .panel {
	height: 100%;
}



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

@media (min-width: 768px) {
  
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

