h1 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1em;
  color: #000000;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

h2 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #818181;
}

body {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  color: #818181;
  /* Space out content a bit */
  padding-top: 3em;
  text-align: justify;
}

.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;
}

.exblockquote {
  margin-left: 1em;
  width: 100%;
  float: right;
  display: inline;
  border-left: 0.5em solid rgb(221, 221, 221);
  padding: 0em 0em 0em 1em;
  font-size: 1em;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  color: rgb(51, 51, 51);
  text-transform: none;
  text-decoration: none solid rgb(51, 51, 51);
  letter-spacing: 0em;
  word-spacing: 0em;
  font-variant: normal;
  line-height: 1.5em;
}

.fa {
  color: #999;
}

a > .fa {
  display: inline;
}

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

/* Buttons */
/* orange */
.btn-fireball {
  color: #fff;
  background-color: #ea4c1f;
  border-color: #494947;
}

.btn-fireball:hover, .btn-fireball:focus, .btn-fireball:active, .btn-fireball.active, .open .dropdown-toggle.btn-fireball {
  color: #fff;
  background-color: #f07c5c;
  border-color: #d58512;
}

.btn-fireball:active, .btn-fireball.active, .open .dropdown-toggle.btn-fireball {
  background-image: none;
}

.btn-fireball.disabled, .btn-fireball[disabled], fieldset[disabled] .btn-fireball, .btn-fireball.disabled:hover, .btn-fireball[disabled]:hover, fieldset[disabled] .btn-fireball:hover, .btn-fireball.disabled:focus, .btn-fireball[disabled]:focus, fieldset[disabled] .btn-fireball:focus, .btn-fireball.disabled:active, .btn-fireball[disabled]:active, fieldset[disabled] .btn-fireball:active, .btn-fireball.disabled.active, .btn-fireball[disabled].active, fieldset[disabled] .btn-fireball.active {
  background-color: #f8c7b9;
  border-color: #eea236;
}

.btn-fireball .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-fireball .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

/* 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;
  }
}
@media (min-width: 768px) {
  .project-people {
    column-count: 3;
  }
  .card-columns {
    column-count: 3;
  }
}
.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;
}

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