.pageHead {
	background-color: #0075BF;
	color: white;
	text-align: center;
	float: left;
	width: 60%;
	padding: 0.3em;
}
.gap {
	float: left;
	width: 3%;
}
.detailTable {
	float: right;
	width: 37%;
}
th { color: white; padding: 4px; }

.pageHead h1 {
	color: white;
}

.pageFooter {
	border-top: 1px solid #FEBD11;
	padding-top: 1em;
}
.pageImage {
	float: right;
	height: 0.5in;
}

.projSummary {
	margin-top: 1em;
	border: 1px solid #ccc;
	padding: 0.5em;
}

/*
.row {
	margin: 0 -5px;
}
*/
.col-sm-3 {
	float: left;
	width: 25%;
	padding: 0 5px;
}

.thumbnail {
	border-radius: 0;
}
.thumbnail h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
}

.thumbnail .caption {
	padding: 5px;
}
.imageCaption {
	font-size: 0.8em;
}

td, th {
	padding: 0.2em;
}
th { color: inherit; }

#attachments .col-sm-3 {
	width: 48%;
	padding-right: 5px;
	padding-left: 5px;
}
#attachments .thumbnail {
	border-radius: 0;
}

.panel h3 { margin: 0; line-height: 150%; font-size: 1em; font-weight: normal; }
.caption h3 { margin: 0; line-height: 150%; font-size: 1em; }
.caption .fileName { font-size: 0.8em; margin: 0; }
.btn-outline-primary { margin-right: 1em; }
.project-view { min-height: 500px; }
.summary, .video { margin-bottom: 1em; }
.navbar { margin-bottom: 0; }
.opsMenu { position: absolute; right: 20px; top: 150px; z-index: 100; background-color: white; padding: 4px 4px 2px; border-radius: 4px; }

.business-hero {
  background-size: cover;
  background-position: center 0px;
  min-height: 75vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

.business-hero .container {
  position: relative;
  z-index: 10;
}
.business-hero h1 { color: white; background-color: black; display: inline-block; padding: 10px 10px 5px 10px; border-radius: 4px; }
.business-hero h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: .5px;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 300;
  line-height: 54px;
  width: 800px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.business-hero p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  width: 480px;
  font-size: 16px;
  line-height: 25px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business-hero .actions {
  margin-top: 50px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}


@media (max-width: 1024px) {
  .business-hero {
    background-attachment: inherit;
  }
}
@media (max-width: 991px) {
  .business-hero {
    height: auto;
  }
  .business-hero h2 {
    font-size: 43px;
    line-height: 50px;
    width: auto;
  }
  .business-hero p {
    width: auto;
  }
}
@media (max-width: 767px) {
  .business-hero h1 {
    border-radius: 0;
    width: 100%;
    text-align: center;
  }
  .business-hero h2 {
    text-align: center;
    font-size: 38px;
  }
  .business-hero p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
  .business-hero .actions {
    text-align: center;
  }
}
