html {}

body {
  font-family: "Merriweather", serif;
  font-size: 15px;
  color: #333;
}

p {
  line-height: 1.7em;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}

div.project-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

div.project-title h2 {
  flex: 1;
}

@media screen and (max-width: 480px) {}

div.inline-pics {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

div.inline-pics img {
  max-width: 48%;
}

h1#logo {
  letter-spacing: normal;
}

h1#logo a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

h1 {
  font-size: 1.6rem;
  margin-top: 2rem;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

a {
  color: rgb(81, 125, 190);
}

li {
  /* margin-bottom: 1rem; */
}

ol,
ul {
  line-height: 1.7em;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

table {
  margin: 0 auto;
}

th {
  font-weight: bold;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

div#header {
  margin-top: 20px;
}

div#footer {
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 20px 0;
  margin: 20px auto;
}

hr {
  border-top: 1px solid #ededed;
  margin: 20px 0;
}

div.centered {
  text-align: center;
}

div.justify {
  text-align: justify;
}

div.divider {
  text-align: center;
  content: "...";
}

.navbarwrapper {
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 20px auto;
  margin-top: 0;
}

.navbarlist {
  list-style: outside none none;
  display: block;
  margin: 10px 0;
}

.navbaritem {
  display: inline-block;
  margin: 0;
}

.navbarlink {
  color: #222;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbarlink:hover {
  color: #0fa0ce;
}

.navbarlink-active {
  color: #0fa0ce;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}