/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
/* .header { */
/*   border-bottom: 1px solid #e5e5e5; */
/* } */
.header > h1 {
  font-weight: bold;
  font-color: #e5e5e5;
}

/* Custom page footer */
.footer {
  color: #777;
  text-align: center;
  font-size: 0.8em;
}
.footer p {
  margin: 0.1em 0;
}
.footer a:link, .footer a:visited {
  color: #777;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Customize tabs */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000000;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
  border-bottom: 4px solid #989898;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4B0082;
  background-color: #ffffff;
  border: 0px solid #dddddd;
  border-bottom: 4px solid #4B0082;
 /* border-bottom-color: 1px solid transparent;*/
  cursor: default;
}

/* Jumbotron */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron p {
    font-size: 15px;
}
.jumbotron {
    padding-top: 18px;
    padding-bottom: 10px;
}

/* Group logo */
#logo {
    width: 154px;
    height: 35px;
    margin: 2px 0 8px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Slightly better-looking header on mobile. */
@media screen and (max-width: 767px) {
    .nav-pills {
        display: block;
        margin: 0 auto 1em;
    }
    #logo {
        display: block;
        clear: both;
        margin: 1em auto;
    }
}

/* Photo */
.inset-image {
    width: 60%;
    margin: 0 auto;
}

/* People list */
dl.people dd {
    margin-bottom: 1em;
}

/* Front page news. */
ul.news .date {
    color: #999;
    font-weight: bold;
    display: block;
}
ul.news > li {
    margin-top: 1em;
}
ul.news .shortnews .date {
    float: left;
    margin-right: 1em;
}
ul.news .bloglink a {
    font-size: 1.4em;
}

.illustration {
    float: right;
    margin: 0 0 1em 1em;
}
