body {
  display: flex;
  flex-direction: column;
  font-family: 'Work Sans', sans-serif;
  background-image: linear-gradient(white,#C2E4FE, #F3CEF0);
  min-height: 100%;
}

html {
  min-height: 100%;
}

.body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-family: 'Work Sans', sans-serif;
}

.nav h1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.nav a {
  text-decoration: none;
  color: black;
}

.options {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.options h3 {
  margin: 10px;
  margin-top: 0px;
  font-family: "Merriweather", "serif";
  font-size: 0.75em;
  font-weight: 100;
}

.content {
  width: 650px;
}

@media screen and (max-width: 722px){
    .content {
      width: 90%;
    }
    .content iframe {
      width: 100%;
      height: 200px;
    }
}

.content img {
  width: 100%;
  height: auto;
}

.body h2 {
  font-weight: 900;
  font-size: 1.75em;
  margin-bottom: 0;
}
.body h3 {
  font-weight: 300;
  font-family: "Merriweather", "serif";
  font-size: 1em;
}

.body h4 {
  font-family: "Merriweather", "serif";
  font-size: .75em;
}

b {
  font-size: 1.2em;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.links h3 {
  text-align: center;
  border: 2px solid black;
  margin: 0.25em;
  padding: 1em;
}

.links a {
  text-decoration: none;
  color: black;
}

.blog img {
  width: 100%;
}

.blog {
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 45%;
  font-size: 0.75em;
  margin: 0;
}

#blog {
  cursor: pointer;
}

#youtube {
  cursor: pointer;
}

.pics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hidden {
  display: none;
}

.playlistContainer {
  display: flex;
  justify-content: center;
}