.page-title { display: none; }	/* disable drupal page title */

.pagetitle { display: inline;  }

/* Custom page header */
.header {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
  vertical-align: middle;
}
/* Make the masthead heading the same height as the navigation */
.header h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  vertical-align: middle;
  font-size: 2rem;
}
.logoimg { height: 50px; width: auto; margin: none; padding-right: 1rem; vertical-align: middle; }

h2.display-4 { font-size: 3.5rem; }

.headerbox {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
  padding: 30px 15px;
  margin-bottom: 0;
  color: inherit;
  background-color: #eee;
  border-radius: 8px;
}
.imgfield {
  float: left;
  padding: 0.5em;
  background: white;
  border: 2px solid #ddd;
  border-radius: 5px 5px;
  margin-bottom: 3rem;
}
/*.imgfield img { height: auto; width: auto; max-height: 12rem; max-width: 12rem; }*/
.imgfield img { height: auto; width: auto; max-height: 200px; max-width: 200px; }
.lead { 
  line-height: 1.5; 
}
.contacttable { 
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 0.5rem 0;
  font-size: 1.2em;
}
.biodata {
  margin: 0.5rem 0;
}
.contact { padding-left: 0; }
.scidata { background: #e8e8e8; padding: 0.5rem 1rem; }
.biodata p + h4 {
  margin-top: 1.5rem;
}

