body {
  background-color: rgba(0, 0, 0, 1);
  color: white;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 1rem;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

.main {
  position: relative;
  z-index: 1000;
}

.main > section.projects {
  margin-top: 8rem;
  padding: 3rem 3rem 5rem;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  margin-bottom: 8rem;
}

.main > section.projects > .project {
  position: relative;
  box-sizing: border-box;
  padding: 3rem;
  float: left;
  width: 33%;
  text-align: center;
  transition: transform .25s;
}

@media (max-width: 768px) {
  .main > section.projects > .project {
    padding: 3rem;
    width: 100%;
  }
}

.main > section.projects > .project > a {
  text-decoration: none
}

.main > section.projects > .project:hover {
  transform: scale(1.25);
}

.main > section.projects > .project > a > .wrapper {

}

.main > section.projects > .project > a > .wrapper > .hidden {
  display: none
}

.main > section.projects > .project > a > .wrapper > .logo {
  fill: white
}

.main > section.projects > .project > a > .wrapper > .caption {
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}

.main > section.text {
  clear: both;
  padding: 0rem 15% 4rem;
}

.main > section.text > h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}

.main > section.text > h3,
.main > section.text > p {
  font-family: "Times New Roman", Times, Georgia, serif;
  line-height: 130%;
  word-spacing: -.07em;
  color: white;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 2em;
}

.main > section.text > h3 {
  margin-bottom: 0;
  padding: 0;
  color: white;
}

.main > section.text > p > a {
  color: white;
  opacity: 1;
  text-decoration: underline;
}

.main > section.text > .details,
.main > section.text > .details a {
  color: #bbb;
}

#flagCanvas {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .5;
}
