body {
  width: 90%;
  max-width: 1280px;
  margin: 10px auto;
  font-family: "Lexend";
}
#page-header {
  background-color: purple;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#site-name {
  display: flex;
  flex-direction: column;
  padding-left: 8%;
  padding-top: 1em;
  padding-bottom: 1em;
}
#site-line1 { font-family: "Italiana"; font-size: 32pt; }
#site-line2 { font-family: "Gwendolyn"; font-size: 20pt; }
#menu {
  vertical-align: bottom;
  padding-left: 10px;
  padding-bottom: 2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
#menu a {
  color: white;
  text-decoration: none;
  padding-right: 1em;
}
#menu a:hover {
  color: #aaa;
}
#image-slider { }
#image-slider ul { height: 400px; }
#content {
  margin-left: 8%;
  margin-right: 8%;
  color: #444;
}
h1 { color: #333; }
#about-lessons { width: 50%; display: inline-block; vertical-align: top; }
#violin-div { display: inline-block; }
#violin-pic {
  border-color: #222;
  border-radius: 78px;
  box-shadow: 3px 7px 5px #ccc;
}
.photo {
  float: left;
  margin-right: 1em;
}
footer {
  font-size: 70%;
  text-align: center;
  margin-top: 5em;
}
footer a {
  color: purple;
  margin: 5px 8px 5px 8px;
  text-decoration: none;
  vertical-align: middle;
}
#videos {
  display: flex; flex-direction: row; flex-wrap: wrap;
}
#videos .vid {
  max-width: 480px;
  margin: 20px 25px 0 0;
}
#videos iframe {
  width: 100%;
  max-width: 480px;
}
#pictures {
  display: flex; flex-direction: row; flex-wrap: wrap;
}
#pictures .pic {
  margin: 5px 10px 0 0;
}
#pictures h4 {
  height: 2em;
}
