html {
  font-size: 16px;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  padding: 8;
}
.nav-wrapper {
  position: absolute;
  margin: 10px 20px;
}
.nav-menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 3;
  margin: 0;
  font-style: italic;
}
.nav-menu li {
  margin-bottom: 1rem;
}
/* nav */
.pictures {
  /* display: none; */
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pictures img {
  margin-right: 1rem;
  margin-left: 1rem;
}
.life {
  /* margin: 0;
  padding: 0; */
  /* border: 1px solid blue; */
  text-align: center;
}
.life .title {
  font-style: italic;
  font-weight: bold;
  font-size: 2rem;
}
.life .date,
.life .detail {
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
}

.obituaries {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1rem;
}
.obituaries > div {
  margin-right: 1rem;
  margin-left: 50px;
  background-color: #cccccc;
  border: 1px none #000000;
  width: 430px;
}
#Layer1 {
  padding-top: 50px;
}
#Layer1 > blockquote {
  padding: 40px;
}
#Layer2 div, #Layer2 blockquote {
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 1rem;
}

.footer {
  text-align: center;
  font-style: italic;
}
.footer > p, .footer > embed {
  margin-bottom: 1rem;
}

.audioPlayer {
  width: 396px;
  height: 32px;
}