body {
  background-color: #F5F7FA;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #60666d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(18, 47, 56);
  font-family: Roboto, sans-serif;
}

#content {
  background-color: rgba(255 255 255 / 70%);
}

.logo {
  position: absolute;
  top: 25px;
  z-index: -1;
}

.press-list {
  list-style: none;
  font-style: italic;
}

.press-item-ref {
  font-style: normal;
}

.sub-heading {
  background-color: rgb(18, 47, 56);
  color: #ffffff !important;
  padding-left: 0.1rem;
  margin-top: 1rem;
}

.info-box {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

#footer {
  background-color: #fff;
}

.icon {
  font-size: 3.5rem;
}

.deco-none {
  color: inherit;
  text-decoration: inherit;
}

.deco-none:link {
  color: inherit;
  text-decoration: inherit;
}

.deco-none:hover {
  color: rgb(54, 136, 162);
  text-decoration: inherit;
}

.creds {
  font-size: 0.8rem;
}

.icon-control {
  font-size: 1.25rem;
}

#bio-pic.img-fluid {
  margin-bottom:  1rem;
}

.embed-responsive {
  margin-bottom:  1rem;
}

table.table-striped > tbody > tr > th {
  background-color: #ffffff;
}
