/* Add your custom styles here */

/* Header Images w/ sidebar overlay */
#jumbo-header
{
	padding: 0;
	margin-bottom: 15px;
}

.hdr-img
{
	width: 100%;
	overflow: hidden;
	max-height: 400px;
}

.hdr-text
{
	position: absolute;
	top: 80px;
	left: 5%;
	padding: 15px;
	font:56px/50px Verdana, Geneva, sans-serif;
	color:#fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6); 
}

/* Mobile Menu on Left */
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* Custom Resizing */
/*@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1600px;
  }
}

/* Moving Mobile Site Over 5px */


/* Creates the forms Honey Pot */
input[name=Captcha]
{
	display: none;
	visibility: hidden;
}
