
html {
  background-color: #ffffff;
  font-size: 100%;
}

body {
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Lora', serif !important;
}

/* Link colors */
a:link {
    color: #E03838;
}
a:visited {
    color: #E03838;
}
a:hover {
    color: #E03838;
}
a:active {
    color: #E03838;
}

.footer-text {
  font-size: 0.8rem;
  font-weight: lighter;
  text-align: right;
  color: #555;
}

.about-text p {
  /*font-size: 1.2rem;*/
}

.about-headshot-mobile {
  max-width: 60%;
}

.title-name {
  font-family: 'Alegreya SC', serif; 
  font-size: 2.1em;
  line-height: 90%;
  font-weight:500;
}
.title-email {
  font-size: 1.2rem;
}
.title-small{
  font-size: 1.1rem;
}

.info-text {
  /*background-color: #f2f2f2;*/
}


.link-button {
  font-family: 'Alegreya', serif;
  font-size: 1.5rem;
  color: #E03838; 
}

.link-button-small {
  font-family: 'Alegreya', serif;
  font-size: 1.2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #E03838;
}

.drop-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Style font awesome */
.fa {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}
.fa:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* Expand/collapsible news entries */

.news-title {
  font-family: 'Alegreya', serif;
  font-size: 1.3rem;
  font-weight: 200;
}

.expandable-list ul {
  list-style-type:none;
  margin-left: 1em;
  padding-left: 0;
  margin-bottom: 0;
}

.expandable-list .extra-item {
  display: none;
}

.news-date {
  /* color: #E03838; */
  display: inline-block;
  font-weight: 500;
  inline-size: 4em;
  font-family: 'Alegreya', serif;
}

.news-entry {
  font-size: 0.9rem;
}

.news-expand-button {
  cursor: pointer;
  text-align: center;
  margin-left: 1em;
  color: #E03838;
}


/* Content summaries */

.content-header {
  margin-bottom: 0px;
  border-bottom-style: solid;
  border-width: 2px;
  text-align: right;
}

.content-header col {
  padding-right: 0px;
}

.content-header p {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 0px;
  margin-right: 0px;
}

.content-header-linebreak {
  height: 30px;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.summary-title {
  font-family: 'Alegreya', serif;
  /* font-variant: small-caps; */
  font-size: 1.3rem;
  font-weight:500;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.summary-authors{
  margin-top: 0px;
  margin-bottom: 0px;
}

.summary-publication-status {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #E03838;
}

.summary-extras {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bolder;
  background: #E0383833;
}
.summary-extras:hover {
  text-decoration: none;
}

.summary-extras-btn {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bolder;
  color: #000;
  background: #FFDC55;
}
.summary-extras-btn:visited{
  color: #000;
  background: #FFDC55;
}

.summary-text {
  font-size: 1rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
.summary-image {
  /*border: 1px solid #ddd;*/
  /*border-radius: 4px;*/
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.badge-button {
  font-size: 0.8rem;
  background: #E0383833;
  line-height: 225%;
  margin-right: 0.25rem;
}
.badge-button:hover {
  text-decoration: none;
}

.big-badge-button {
  font-size: 1.0rem;
  background: #E0383833;
}
.big-badge-button:hover {
  text-decoration: none;
}

.full-title {
  font-family: 'Alegreya', serif;
  font-size: 3em;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  align: center;
}

.authors-list {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2em;
  text-align: center;
  align: center;
}

.plain-link {
  color: #000000 !important;
  text-decoration: underline !important;
}

.publication-status {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2em;
  text-align: center;
  align: center;
  color: #E03838;
}

.extras {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2em;
  text-align: center;
  align: center;
  color: #E03838;
  font-weight: bolder;
}
.hover {
  text-decoration: none;
}

.big-teaser-image {
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	max-height: 400px;
	max-width: auto;
}

.abstract {
  text-align: left;
  padding: 10px;
}


.selected-figure {
  text-align: center;
  max-height: 300px; 
  max-width: 100%;
  padding: 5px;
}
.selected-figure-caption {
  max-width: 600px;
}


