@import 'https://fonts.googleapis.com/css?family=Vesper+Libre';

html {
  height: 100%;
}

body {
  font-family: Georgia, serif;
  font-size: 36px;
  color: #252528;
  background-color: white;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;  
}

h1 {
  font-family: 'Vesper Libre', Georgia, serif;
  font-size: 2.5em;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
}

li {
  margin-bottom: 0.8em;
}

a:link {
  font-family: 'Vesper Libre', Georgia, serif;  
  color: black;
  text-decoration: none;
}

a:visited {
  font-family: 'Vesper Libre', Georgia, serif;  
  color: #252528;
}


.media {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
}

li.pane {
  margin-bottom: 2em;
  background-color: hsl(35, 10%, 97%);
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 2em;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 2px 2px #e8e8e8;  
}

.entry-meta {
  font-family: 'Vesper Libre', Georgia, serif;
  font-weight: bold;
}

.media-caption {
  flex-grow: 1;
  font-size: larger;
  margin-top: 1em;
}

.time-stamp {
  margin-bottom: 1em;  
}

.pane video,img {
  border-left: 1px solid hsla(30, 14%, 67%, 0.5);
  width: 100%;
}

@media all and (max-width: 414px) {
  body {
    font-size: 12px;
  }
  
  .name {
    font-size: 1em;
  }
  .project {
    max-width: 320px;
  }
}
