body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  color: #454545;
  padding: 0 10px;
}

article {
  border-top: 1px solid black;
  margin-top: 2em;
}

@media (orientation: portrait) {
  body {
    max-width: none;
    margin-left: 2em;
    margin-right: 2em;
  }
  article {
    border-top: 2px solid black;
    margin-top: 3em;
  }
}
h1, h2, h3 {
  line-height: 1.2;
}

.banner {
  margin-top: -2em;
  margin-bottom: -2em;
  margin-left: -1em;
  margin-right: -1em;
  width: 100%;
}

.equip-card {
  float: left;
  height: 5lh;
  margin-right: 1em;
}

.mia figure::after {
  clear: both;
  display: block;
  content: "";
}

.mia.found h3 {
  text-decoration: line-through;
}

.mia figure p {
  float: right;
  font-style: italic;
}

.mia.found figure p {
  float: right;
  font-style: normal;
  font-weight: bold;
}

.mia img {
  float: left;
  filter: grayscale(70%);
}

.mia.found img {
  filter: none;
}

.mia span.placeholder {
  float: left;
  height: 60px;
  width: 240px;
  text-align: center;
  display: grid;
  align-items: center;
  border: 2px solid gray;
  background-color: lightgray;
}

.mia::after {
  clear: both;
  display: block;
  content: "";
}

.ops figure {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.ops figure img {
  width: 100%;
}

.ops figure img:first-child {
  position: absolute;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.ops figure img:first-child:hover {
  opacity: 1;
}

.ops .cleared h3 {
  text-decoration: line-through;
}

.arsenal-projects section {
  clear: left;
  padding-top: 1px; /* to prevent margin collapse */
}

/*# sourceMappingURL=index.css.map */