body {
  background-color: WhiteSmoke;
  font-family: 'Avenir Next', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sidebar {
  background-color: white;
  color: #1e1e1e;
}

.sidebar a {
  color: DimGrey;
}

a.sidebar-nav-item.active {
  color: #1e1e1e;
}

.sidebar-nav-item {
  display: inline-block;
}

.sidebar-nav-item + .sidebar-nav-item:before {
  display: inline-block;
  content: '/';
  color: gray;
  margin: 0 .5rem;
  font-weight: normal;
}

@media (min-width: 48em) {
  .sidebar-nav-item {
    display: block;
  }

  .sidebar-nav-item + .sidebar-nav-item:before {
    display: none;
  }
}

.sidebar-about h1 {
  font-size: 1.5rem;
  font-family: inherit;
  text-transform: uppercase;
}

.sidebar-about h1:before {
  display: block;
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  background-image: url('//www.gravatar.com/avatar/bc13eedc2642303b1a2251a4da7f157e?s=140');
  background-size: contain;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48em) {
  .sidebar-about {
    margin-bottom: 1.5rem;
  }

  .sidebar-about h1:before {
    margin-right: 0;
    margin-left: 0;
  }
}

.sidebar-about h1 a {
  color: #1e1e1e;
}

.sidebar-about .lead {
  display: none;
}

.lead {
  font-weight: inherit;
}

.pagination {
  font-family: inherit;
}

.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.post-update {
  border: 1px solid LightGray;
  padding: 1rem;
  background: MintCream;
  display: block;
}

.photoset {
  margin-bottom: 1rem;
}

pre {
  border-left: 5px solid Gainsboro;
}

.project-grid {
  text-align: center;
  margin: auto;
}

.project {
  display: inline-block;
  text-align: center;
  margin: 1rem;
  color: inherit;
}

.project-app-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,.1);
  display: block;
}

.project-name {
  display: block;
}

.photos-grid-container {
  display: block !important;
  line-height: 0;
  grid-template-columns: none !important;
  -webkit-column-count: 2;
  -webkit-column-gap: 8px;
  -moz-column-count: 2;
  -moz-column-gap: 8px;
  column-count: 2;
  grid-column-gap: 8px !important;
  grid-row-gap: 0px !important;
  -webkit-grid-column-gap: 8px !important;
  -webkit-grid-row-gap: 0px !important;
  -moz-grid-column-gap: 8px !important;
  -moz-grid-row-gap: 0px !important;
}

.photos-grid-container a {
  width: 100% !important;
  height: auto !important;
}

.photos-grid-container img {
  margin: 8px 0 8px 0 !important;
}

@media (min-width: 48em) {
  .photos-grid-container {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}