
/* Overwrite reset styles for Google maps
-------------------------------------------------- */

#map-canvas img { max-width:inherit; }


/* Body and structure
-------------------------------------------------- */

body {
  position: relative;
	color: #5a5a5a;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
		 -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
					box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
	padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.navbar-inverse .brand 			{ color:#FF6; }
.navbar-inverse .nav>li>a 	{ color:#BBB; }

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
	padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
	margin-top: 10px;
}




/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.55), 0 0 20px rgba(0,0,0,.1);
  background: #1b1b1b; /* Old browsers */
	
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/jumbotron.jpg) no-repeat center center;
	background-size:cover;
}

/* Masthead (docs home)
------------------------- */
.masthead 			{ padding:110px 0 40px; margin-bottom:0; color:#fff; }
.masthead h1 		{ font-size:60px; line-height:1; letter-spacing:-1px; }
.masthead p 		{	margin:0 auto 30px; max-width:750px; font-size:20px; font-weight:200; line-height:1.25; }

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}

/* Link styles (used on .masthead-links as well) */
.masthead-links a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.masthead-links a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

.notice-area { margin-top:20px; }

/* Subhead (other pages)
------------------------- */
.subhead {
	padding:90px 0 10px;
	margin-bottom:20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}

.subhead blockquote					{ border:none; }
.subhead blockquote p 			{	margin-bottom: 0; }
.subhead blockquote small 	{ font-size:100%; color:#DDD; }

blockquote.pull-right small:after {
content: '';
}

blockquote.pull-right small:before {
content: '\2014 \00A0 ';
}

/* Features on homepage
------------------------- */
.home-features { text-align:center; }
.home-features img { margin:10px auto; }



/* Contact form
------------------------- */
#contact-form .control-label 		{ width: 80px; }
#contact-form .controls 				{ margin-left: 100px; }


/* Floating images
------------------------- */
img.pull-right		{ margin:0 0 10px 20px; }
img.pull-left			{ margin:0 20px 10px 0; }


/* Ordered lists
------------------------- */
ol li { padding: 4px 0; }


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {

}

/* Desktop
------------------------- */
@media (max-width: 979px) {

	.container.navbar-wrapper {
		margin-bottom: 0;
		width: auto;
	}
	.navbar-inner {
		border-radius: 0;
		margin: -20px 0;
	}

  /* Unfloat brand * /
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  } */

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin:0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding: 0;
  }
	
	.navbar-inner {
		margin: -20px;
	}

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 60px 20px 40px;
    margin: 0;
  }
  .masthead h1 {
    font-size: 45px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 18px;
  }
	
	.container {
		padding: 0 10px;
	}

  /* Unfloat the back to top link in footer */
  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer p {
    margin-bottom: 9px;
  }
  footer .text-right {
    text-align: left;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding: 0;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Tighten up footer */
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}



@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 650px;
  }
}