@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
*, ::before, ::after {
  box-sizing: border-box; }

html {
  line-height: normal; }

body {
  color: #181818;
  font-family: 'Noto Sans', sans-serif; }

a {
  color: #181818;
  text-decoration: none; }

.container {
  margin: 0 auto;
  max-width: 720px;
  padding: 0 0.5rem; }

#header {
  text-align: center; }
  #header h1 {
    font-weight: normal;
    font-size: 4em;
    margin: 0.5rem 0 0 0; }
    #header h1 a {
      color: #e8e8e8; }
  #header .tagline {
    margin: -1em 0 1em 0; }
    #header .tagline a {
      background: #f8f8f8;
      font-size: 0.60em; }

header.video {
  text-align: center; }
  header.video h2 {
    font-weight: normal;
    margin: 0 0 1rem; }

.player {
  background: #181818;
  margin-bottom: 1em; }
  .player .container {
    padding: 0; }
    @media (min-width: 720px) {
      .player .container {
        padding: 0 0.5rem; } }
.pagination {
  display: flex;
  margin-bottom: 1em;
  overflow: hidden; }
  .pagination .curr {
    flex: 1;
    text-align: center; }
  .pagination .prev, .pagination .next {
    width: 160px; }
  .pagination .next {
    text-align: right; }
  .pagination a:hover img {
    filter: grayscale(0%); }
  .pagination img {
    filter: grayscale(100%); }

.videos {
  list-style: none;
  padding: 0; }
  .videos h2 {
    background: #181818; }
    .videos h2 a {
      color: #f8f8f8; }
  .videos ul {
    list-style: none; }
    .videos ul li {
      overflow: hidden; }
      .videos ul li a {
        display: block;
        padding: 0.5em 0; }
        .videos ul li a:hover {
          background: #f8f8f8; }
  .videos .youtube-thumbnail {
    overflow: hidden;
    display: inline-block;
    height: 45px;
    float: left;
    margin-right: 0.5em; }
    .videos .youtube-thumbnail img {
      position: relative;
      top: -7.5px;
      width: 80px;
      height: 60px; }
  .videos .published-on {
    color: #585858;
    font-size: 0.875em;
    margin-top: 0.125em; }
  .videos .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .youtube-embed iframe, .youtube-embed embed, .youtube-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtube-thumbnail {
  overflow: hidden;
  display: inline-block;
  height: 90px; }
  .youtube-thumbnail img {
    position: relative;
    top: -15px;
    width: 160px;
    height: 120px; }

.notes a {
  text-decoration: underline; }
  .notes a:hover {
    background: #f8f8f8; }

.notes p {
  line-height: 1.6; }

.notes ul li + li {
  margin-top: 1em; }

.notes .footnotes hr {
  border: 0;
  border-top: 1px solid #e8e8e8; }

.notes .footnotes ol {
  font-size: 0.75em; }
  .notes .footnotes ol p {
    margin: 0; }
