/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
	padding-top: 2.5rem;

}

.bg {
  background: url('../images/new_carbon_back.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 300px; 
  top:0;
  left:0;
  z-index: -1;
}
.bgLG {
  background: url('../images/contact-us-slide-1920x512.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 32rem; 
  top:0;
  left:0;
  z-index: -1;
}
.bgLGvid {
  background: url('../images/photography-slide-1920x512.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 32rem; 
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
    margin-bottom: 0px;
    height: 300px;
    color: rgba(65,65,65,.75);
    background: transparent;
   
}
.jumbotronLG {
    margin-bottom: 0px;
    height: 32rem;
    color: rgba(65,65,65,.75);
    background: transparent;
   
}
.terms {
	font-size: .9em;
}

hr {
	margin: 60px 0px 10px 0px;
}

.hrForm {
	margin: 15px 0px 30px 0px;
}

.ptables {
	padding-bottom:30px;
}
.header-title {
	color:#EEEEEE;
}
.header-title-muted {
	color:#AAAAAA;
}