body {
  color: #332C2C;
  font-family: 'RobotoRegular';
  /*font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.0em;*/
}

.jumbotron {
  background-color: #500000;
}

.header-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #F4AF00;
  font-size: 2.7em;
}

.header-conference {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
}

.header-author a:link {
  font-family: 'Roboto Condensed', sans-serif;
  color: #AFA199;
  font-size: 1.1em;
}

.header-author a:visited {
  font-family: 'Roboto Condensed', sans-serif;
  color: #AFA199;
  text-decoration: none;
  font-size: 1.2em;
}

.header-institute {
  font-family: 'Roboto Condensed', sans-serif;
  color: #F4AF00;
  font-size: 1.3em;
}

.card-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #500000;
  font-size: 1.4em;
}

.simages {
  width: 100%;
}

a:link {
  color: #836E2C;
  text-decoration: none;
}

a:visited {
  color: #836E2C;
  text-decoration: none;
}

a:hover {
  color: #836E2C;
  text-decoration: underline;
}

a:active {
  color: #836E2C;
  text-decoration: underline;
}

.email {
  color: #836E2C;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.panel-title-custom {
  font-size: 150%;
  color: #500000;
}

.bib-li {
  margin-bottom: 1em;
}

.bib-title {
  font-size: 120%;
  color: #500000;
}

/*a.bib-title-a:link {
  color: #500000;
  text-decoration: none;
}

a.bib-title-a:visited {
  color: #500000;
  text-decoration: none;
}

a.bib-title-a:hover {
  color: #500000;
  text-decoration: underline;
}

a.bib-title-a:active {
  color: #500000;
  text-decoration: underline;
}
*/
.bib-author {
  color: #836E2C;
}

.bib-journal {
  font-style: italic;
}

.bib-default {
  
}

.stud {
  margin-bottom: 1.0em;
  font-size: 100%;
}

.stud-img {
  border: 2px solid #500000;
}