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

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

#content {
  background-color: #fcfcfc;
}

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

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

.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 {
/*  width: 30%;*/
}

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

.placeholder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
