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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5a9b50;
}

a {
  color: #5a9b50;
}

.header {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.footer {
  /* padding-top: 19px; */
  color: #999;
  border-top: 1px solid #EEE;
  text-align: center;
  font-size: 0.8em;
}
.footer a:link, .footer a:visited {
  color: #999;
}

.fa {
  color: #999;
}

a > .fa {
  display: inline;
}

/* /\* Customize container *\/ */
/* @media (min-width: 768px) { */
/*     .container { */
/*         max-width: 730px; */
/*     } */
/* } */
/* Jumbotron */
.jumbotron {
  text-align: justify;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  font-size: 125%;
}

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

.card-columns .card {
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* Front page news. */
ul.news .date {
  color: #999;
  font-weight: bold;
}
ul.news > li {
  margin-top: 1em;
}

@media (min-width: 576px) {
  .project-people {
    column-count: 2;
  }
  .card-columns {
    column-count: 2;
  }
  .role.pc {
    column-count: 2;
  }
  .role.organizer {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .role.grad {
    column-count: 3;
  }
  .role.aprof {
    column-count: 3;
  }
  .role.pc {
    column-count: 3;
  }
  .role.organizer {
    column-count: 3;
  }
  .role.alum {
    column-count: 3;
  }
  .project-people {
    column-count: 3;
  }
  .card-columns {
    column-count: 3;
  }
  .group-columns {
    column-count: 4;
  }
}
.title img {
  max-width: 50%;
}

section {
  margin-bottom: 2em;
}

.profile {
  object-fit: cover;
}

.noprofile circle {
  fill: #EEE;
}
.noprofile text {
  font-weight: 700;
  fill: white;
}

.card .profile {
  height: 40px;
  width: 40px;
  margin: 3px;
}
.card .card-footer {
  padding: 0.5em;
}

.person {
  margin-bottom: 10px;
}
.person .profile {
  height: 70px;
  width: 70px;
}
.person .bio {
  color: #999;
}
.person .person-name {
  margin: 0;
}

.person-without-image {
  margin: 0;
}
.person-without-image .bio {
  margin-left: 1em;
}

svg {
  vertical-align: middle;
}

.page__hero {
  position: relative;
  top: -20px;
  padding: 3em 0;
  background-repeat: no-repeat;
  min-height: 300px;
}

.page__hero-image {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.page__hero-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 2px 5px;
  color: #fff;
  background: #000;
  text-align: right;
  z-index: 5;
  opacity: 0.5;
  border-radius: 0px 0 0px 0;
}

.card-text {
  min-height: 60px;
}

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