body {
  position: relative;
  font-family: 'proximanova',Arial,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'capita','Times New Roman',serif; }

#site-header {
  margin-bottom: 2em; }
  #site-header .masthead {
    background-color: rgba(0, 0, 0, 0.5); }
    #site-header .masthead h1.title {
      color: #eee;
      letter-spacing: 7px;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
      margin: 10; }
    #site-header .masthead #bhc-logo {
      height: 115px;
      width: 115px;
      float: left; }
    #site-header .masthead #main-navigation nav.navbar {
      padding: 10px 0px .85em 0px;
      text-transform: uppercase;
      letter-spacing: 3.2px;
      padding-left: 0;
      font-weight: 500;
      margin-top: 10px; }
      #site-header .masthead #main-navigation nav.navbar li a {
        color: #000;
        padding: 0 .5em; }
        #site-header .masthead #main-navigation nav.navbar li a:hover {
          background: rgba(255, 255, 255, 0.5); }

#page-content section h1, #page-content section h2, #page-content section h3, #page-content section h4, #page-content section h5, #page-content section h6 {
  margin: 1.2em 0; }
  #page-content section h1 a, #page-content section h2 a, #page-content section h3 a, #page-content section h4 a, #page-content section h5 a, #page-content section h6 a {
    color: #007bff;
    text-decoration: underline; }
#page-content section h2 {
  color: #ff010d; }
  #page-content section h2 .back-to-top {
    font-size: small;
    color: #888; }
#page-content section h1, #page-content section h3, #page-content section h4, #page-content section h5, #page-content section h6 {
  color: #767676; }
#page-content section p {
  margin-bottom: 1em; }
#page-content section ul li {
  margin-left: 2em; }

#team figure.headshot {
  width: 172px;
  margin-bottom: 50px; }
  #team figure.headshot figcaption {
    background-color: #5883af;
    font-size: 12px;
    padding: 10px 5px; }
    #team figure.headshot figcaption span.name {
      font-style: italic; }
      #team figure.headshot figcaption span.name a {
        color: #F7DC6F; }
      #team figure.headshot figcaption span.name a:hover {
        color: #ffffff; }
    #team figure.headshot figcaption span.university {
      color: #000; }

#fellowships { }
    #fellowships .row { margin-bottom: 10px; }
        #fellowships .row div {
            padding: 5px 10px;
            background: #fefefe;
            margin: 0px 5px;
            border-radius: 10px;
        }


#sponsors img {
  max-width: 300%;
  padding: 20px 5px; }

#contact #contact-form input,
#contact #contact-form textarea {
  border: 0;
  border-radius: 2px;
  background-color: #eee; }
#contact #contact-form .submit {
  border: 0;
  border-radius: 2px;
  background-color: #000;
  color: #fff;
  padding: 15px 32px; }

footer#site-footer {
  margin-top: 75px;
  background-color: #d9d9d9;
  padding: 3em;
  position: relative;
  font-size: 12px; }
  footer#site-footer #back-to-top {
    display: block;
    background-color: #d9d9d9;
    width: 48px;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -22px;
    border-radius: 24px 24px 0 0; }
    footer#site-footer #back-to-top svg {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -10px; }
  footer#site-footer a {
    color: #ff010d; }

hr {
  display: block;
  border: none;
  background-image: url(images/text-separator.png);
  width: 567px;
  height: 30px;
  margin-top: 75px;
  margin-bottom: 75px; }

/*# sourceMappingURL=main.css.map */
