body {
  color: #444444;
}

a {
  text-decoration: none;
  color: inherit;
}

a.lined {
  text-decoration: underline;
}

a.blue {
  color: #0a71b9;
}

/* CONTAINERS */

div.container-fluid.yellow {
  background-color: #f4e04f;
}

div.container-fluid.gray {
  background-color: #efefef;
}

div.container.white {
  background-color: #fff;
}

/* HEADERS */

h1 {
  font-size: 2.0em !important;
}

h2 {
  font-size: 1.25em !important;
}

/* HEADER */

header {
  color: #444444;
}

header img.avatar {
  border-radius: 125px;
  height: 250px;
  width: 250px;
  border: 5px solid #444444;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

/* NAV */

nav img {
  height: 35px;
  width: 35px;
  margin: 5px;
  border: none;
  outline: none;
}

/* FRONT PAGE CARDS */

div.card a {
  text-decoration: none;
  color: inherit;
}

div.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* WRITING */

h3.published {
  font-size: 0.75em !important;
  font-weight: 300;
}
