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

body {
  padding-top: 3rem;
  color: #999999;
}

.not-homepage {
    padding-top: 2rem;
}

.pageheader {
    font-weight: 350;
}
.test {
    
}



/* HEADER: NAV BAR
-------------------------------------------------- */

.navbar-brand {
    font-family:Georgia, serif;
    font-size: 1.5rem;
}

#busimananavbar {
    color: #50C878;
}



/* HOME PAGE JUMBOTRON
-------------------------------------------------- */

/*.jumbotron {
	background: #F8F9FA  url("jumbotron.jpg") center center;
    background-size: cover;
}
*/

.jumbotron h1 {
   	font-family: Georgia;
	font-weight: bold;
	color:#999999;
	text-shadow: 1px 1px 1px #000000;
    font-size: 4rem;
}

.jumbotron p {
    color:#999999;
	font-family: Garamond;
	font-weight: bold;
 	text-shadow: 2px 2px 8px #000000;
}



/* HOME PAGE FEATURETTES
------------------------- */

.featurette-image1 {
    background: #F8F9FA url("featurette1.jpg") center center;
    background-size: cover;
}

.featurette-image2 {
    background: #F8F9FA url("featurette2.jpg") center center;
    background-size: cover;
}

.featurette-image3 {
    background: #F8F9FA url("featurette3.jpg") center center;
    background-size: cover;
}

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  color:#999999;
}



/* FOOTER
-------------------------------------------------- */

footer {
    background-color: #F8F9FA;
    color: #999999
}



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

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

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

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



/* BUSINESS SERVICES PAGE
-------------------------------------------------- */

.jumbotron-business {
	background: #F8F9FA url("businesstableheader.jpg") center center;
    background-size: cover;
}

.jumbotron-business h1 {
   	font-family: Georgia;
	font-weight: bold;
	color:#999999;
	text-shadow: 1px 1px 1px #000000;
    font-size: 4rem;
}

.jumbotron-business p {
    color:#999999;
	font-family: Garamond;
	font-weight: bold;
 	text-shadow: 2px 2px 8px #000000;
}

.businesspagelead {
	color:#2C384F;
}

/* Table font */
.businessservicestable tr {
	color: black;
}



/* ABOUT US PAGE JUMBOTRON
-------------------------------------------------- */

.jumbotron-about {
	background: #F8F9FA url("featurette1.jpg") center center;
    background-size: cover;
}

.jumbotron-about h1 {
   	font-family: Georgia;
	font-weight: bold;
	color:#999999;
	text-shadow: 1px 1px 1px #000000;
    font-size: 4rem;
}

.jumbotron-about p {
    color:#999999;
	font-family: Garamond;
	font-weight: bold;
 	text-shadow: 2px 2px 8px #000000;
}



/* CONTACT US PAGE JUMBOTRON
-------------------------------------------------- */

.jumbotron-contactus {
	background: #F8F9FA url("contactus.jpg") center center;
    background-size: cover;
}

.jumbotron-contactus h1 {
   	font-family: Georgia;
	font-weight: bold;
	color:#999999;;
	text-shadow: 1px 1px 1px #000000;
    font-size: 4rem;
}

.jumbotron-contactus p {
    color:#999999;;
	font-family: Garamond;
	font-weight: bold;
 	text-shadow: 2px 2px 8px #000000;
}
