body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}

/*.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: peachpuff;
}*/

.navbar-brand {
  font-size: xx-large;
}


a.affiliation {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

p.intro {
  color: slategray;
  font-size: large;

}
article {
  padding-top: 1rem;
  /*margin-top:-4rem;*/
}


h2 {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 1.9rem;
	color: black;
	margin-bottom: 1em;
  margin-top: 1rem;
}

h3 {
  font-size: 1.5rem;
}

.featured-video {
  width: 100%;
  height: 100%;
}

  @media screen and (max-width: 705px) {
    .featured-video {
      display: none;
    }
  }
a {
  color: #185d84;
}

.btn-link {
    font-weight: 400;
    color: #185d84;
    text-decoration: none;
}


h3.publication-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #185d84;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p.publication-authors {
  margin-bottom: 1rem;
}

.member-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.2rem;
}

.member-position {
  color: dimgrey;
  font-weight: bold;
}


#go-to-top {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 3rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: slategray;
  color: white;
  cursor: pointer;
  padding: 1rem;
  border-radius: 10px;
}

footer {
  color: steelblue;
  text-align: center;
  font-size: 1em;
  padding: 1em;
}


