

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

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

.lead  {
	margin-bottom: 10px;
}

.maincontent {
	margin-top: 60px;
}


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

.col-lg-8 {
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #e7e7e7;
}

/* For Graphic
.navbar-brand {
	padding-top: 0;
	height: auto;
	max-width: 299px;
}*/

.navbar-default  .navbar-brand {
	color: #3083FF;
	text-shadow: 2px 2px 6px #808A93;
}

.navbar-brand {
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Rock Salt', sans-serif;
}

.phone {
	font-size: 1.4em;
	text-shadow: 2px 2px 6px #808A93;
	padding-top: 0;
	padding-bottom: 0;
}

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




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

.services {
	padding: 0px 0px;
}

/* 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: 60px 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider-small {
  margin: 30px 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: 7px;*/
  }

  /* 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;
  }
}


/* Panel */

.panel-default > .panel-heading {
  background-color: #5bc0de;
  font-weight: bold;
  font-size: 1.2em;
  }
  
  /* Other Customizations */
  
  .divider {
	margin: 40px 0;
  }
  
  .staff-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	vertical-align: top;
	font-size: 50px;
  }
  
  .img-wwlogo {
	margin: 53px 0;
  }