.front-and-center {
    text-align: center;
    margin: 30px 0;
    color: #2B8097;
    font-size: 45px;
    line-height:90%;
}
.content-column {
    padding: 10px 5px;
}

.navbar-inverse {
  background-color: #820000;
}

#search-results {
  background-color: #2B8097;
}

.panel-primary > .panel-heading {
  background-color: #2B8097;
}

body {
  background: #fff;
}

#footer {
  font-size: 15px;
  background-color: #2b2828;
  
}


/*header sizes*/

h1 {font-size:30px;
}
h2 {font-size:25px;
}
h5 {font-size: 18px;line-height: 130%
    font-weight: 850;
}
h6 {font-size: 16px;line-height: 150%;
}

h7 {color: #999797;
}

p { 
font-size:15px;
}

a {
	color: #2B8097;
	text-decoration: none;
}

a:hover {
	color: #569caf;
	text-decoration: underline;
}

span.detail-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
}

span.detail-content {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: black;
}
/* material type labels */
.label-success {
    background-color: #3A833C;
}

/* links in footer */ 

.footerText a {
  color: #ffffff;
  text-decoration:underline;
}

.footerText a:hover {
text-decoration:none;
}

