section {
  padding-top: 7em;
  margin-top: -7em;
}

section .projects {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

section .t-col {
  position: relative;

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(/images/un.svg);

  min-height: 256px;
  min-width: 360px;

  text-align: center;

  color: #f1f1f1;
}

section .t-col aside {
  display: none;

  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(0,0,0,0.4);

  z-index: 1001;
}

section .t-col aside .content {
  margin: auto;
  max-width: 60em;

  background-color: white;
  color: #414141;
  padding: 4em;

  text-align: left;

  z-index: 1001;
}

section .t-col,
section .fuzz {
  border-radius: 3px !important;
}

section .t-col * {
  position: relative;
  z-index: 2;
}

section .t-col h3 {
  margin: 1em;
}

.t-gutter {
  position: absolute !important;
  display: flex;
  bottom: 0;
  width: 100%;

  font-family: monospace !important;

  border-top: 1px solid #111;
  background-color: rgba(0, 0, 0, 0.2);

  line-height: 2em;
}

.t-gutter a {
  flex: 1;

  font-size: 0.7em;
  color: #f1f1f1;

  display: block;
}

.t-gutter a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  section .t-col {
    min-width: 100%;
    margin: 0;
    margin-top: 1em;
  }

  /* small trick to not-break the paddings/padding on mobile phones (we're hiding the subnav bar) */
  section {
    margin-top: -5em !important;
  }
}
