@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

h1, h2, h3, h4, h5 {
  color: #555555;
}

h4.conf {
  color: #FF8C00;
}

body {
  font-family: "Product Sans", Helvetica, sans-serif;;
  color: #787878;
}

a {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #1693f3;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: #1693f3 !important;
  text-decoration: none;
}
a > img {
  border: 1px solid #1693f3;
}
a:hover > img {
  border: 1.5px solid #1693f3;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rounded-button {
    border-radius: 50px;
}

.button-icon {
    border: none;
}

.author-list .list-inline-item {
  margin: 0.35rem 0.8rem;
}

.author-button {
  display: inline-block;
  padding: 0.38rem 1.05rem;
  border: 1.5px solid #d7e6f7;
  border-radius: 999px;
  color: #40506a;
  background-color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

a.author-button:hover {
  color: #2f4f73;
  background-color: #f3f8fe;
  border-color: #b8d3f0;
  text-decoration: none;
  transform: translateY(-1px);
}

.author-button-static {
  cursor: default;
}

.experiment-card {
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  padding: 12px 14px 14px;
}

.experiment-card h5 {
  margin-bottom: 16px;
}

.experiment-video {
  width: 100%;
  display: block;
  border-radius: 10px;
}
