header.site-header {
  background-color: #2e3436;
  color: #eeeeec;
  padding: 0;
}

.site-author {
  display: flex;
  flex-direction: column;
}

.footer-col {
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
}

header.site-header > * {
  margin: 1rem;
}

header a, header a:hover {
  color: #e2ab2a;
}

header a:visited {
  color: #b37d00;
}

.site-subtitle {
  margin-top: .5ex;
}

@media screen and (min-width: 1024px) and (min-height: 600px) {
  body {
    margin-left: 20rem;
    flex-direction: row;
  }

  header.site-header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20rem;
  }

  .site-photo-title {
    flex-direction: column;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  header.site-header {
    display: flex;
  }

  .site-author {
    max-width: 20rem;
  }

  .site-author > * {
    display: flex;
  }

  .site-photo-title {
    display: flex;
    flex-direction: row;
  }

  .site-title {
    display: block;
    margin-right: 1ex;
  }
}

@media screen and (max-width: 599px) {
  .site-photo-title {
    flex-direction: column;
  }
}

/* ... */

.site-title, .site-title:visited {
  color: #eeeeec;
}

.site-header {
  border: none;
}

a.site-title, .site-nav {
  float: none;
}

.site-nav .page-link {
  color: #eeeeec;
}

.trigger > a {
  display: block;
}

.footer-col-2 {
  width: auto;
}

.footer-col ul {
  display: block;
}

.footer-col li {
  display: inline-block;
  margin: 0 1rem;
}

.svg-icon {
  vertical-align: middle;
}
