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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  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 {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


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

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  min-height: 500px;
  height: auto;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* faith 2016-08 */

.top-table {
	width: 100%;
}

.top-table td {
	padding: 0.5em;
	border: 1px solid #ccc;
}
.eq-table {
	margin: 0 auto 0;
	text-align: center;
}

.eq-table td {
	padding: 0.5em;
	text-align: left;
	border: 1px solid #ccc;
}

.eq-table th {
	padding: 0.5em;
	text-align: center;
	border: 1px solid #ccc;
}

.eq-table td.eqr {
	text-align: right;
}

.eq-table td.eqc {
	text-align: center;
}

iframe {
	max-width: 94%;
	text-align: center;
	margin: 0 auto 0;
}

img {
	max-width: 100%;
	height: auto;
}

.featurette {
	width: 96% !important;
	margin:0 auto 0;
}

.btn-primary {
	font-size: 90%;
}


#cinfo {
	width: 100%;
}

#cname {
	width: 10em;
	float: left;
	font-size: 200%;
	font-weight: bold;
}

#caddr {
	padding-left: 1em;
	float: left;
	font-size: 100%;
}

#footnav {
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

ul.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-nav li {
	padding: 0 0.5em;
	float: left;
	border-left: 1px solid #ccc;
	font-size: 110%;
}

ul.footer-nav li:last-child {
	border-right: 1px solid #ccc;
}

ul.footer-nav li a {
	color: #333;
	text-decoration: none;
}

ul.footer-nav li.active a {
	color: #ccc;
	text-decoration: none;
}

ul.footer-nav li.active a:hover {
	color: #333;
}

ul.footer-nav li a:hover {
	color: #337ab7;
}

@media (min-width: 992px) {

.featurette {
	width: 100% !important;
	margin:0 auto 0;
}

.btn-primary {
	font-size: 100%;
}

#footinfo {
	width: 100%;
}

#cinfo {
	width: 49%;
	float: left;
}

#cname {
	width: 10em;
	float: left;
	font-size: 200%;
	font-weight: bold;
}

#caddr {
	padding-left: 1em;
	float: left;
	font-size: 100%;
	border-left: 1px solid #ccc;
}

#footnav {
	width: 51%;
	float: right;
}

ul.footer-nav {
	list-style: none;
	text-align: right;
	float: right;
	margin-left: 1em;
}

ul.footer-nav li {
	padding: 0 0.5em;
	float: left;
	text-align: right;
	border-left: 1px solid #ccc;
	font-size: 100%;
}

ul.footer-nav li:last-child {
	border-right: 1px solid #ccc;
}

ul.footer-nav li a {
	color: #333;
	text-decoration: none;
}

ul.footer-nav li.active a {
	color: #ccc;
	text-decoration: none;
}

ul.footer-nav li.active a:hover {
	color: #333;
}

ul.footer-nav li a:hover {
	color: #337ab7;
}


}