@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,500");
:focus {
  outline: 0;
}

h2, h1 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  line-height: 0.8;
}

body {
  font: 15px/1.5 "Roboto Mono", Helvetica, sans-serif;
  color: #ebebea;
  background: #212121;
  margin: 0;
}

dd {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  position: relative;
  border-bottom: 1px solid #f8f8f6;
  text-decoration: none;
}

a:hover {
  color: #eb3656;
  border-bottom: 1px solid #eb3656;
}

a:focus {
  color: #eb3656;
  border-bottom: 1px solid #eb3656;
}

.main-text {
  font: 500 20px/1 "Roboto Mono", Helvetica, sans-serif;
}

.main-text-small {
  font-size: 15px;
}

.section {
  z-index: 1;
  position: relative;
  padding: 96px 0 96px 96px;
  width: calc(100vw - 96px - 7em);
  display: flex;
  box-sizing: border-box;
  min-height: 100vh;
}

.column-section {
  flex-direction: column;
}

.section-bio {
  justify-content: end;
}

.col-section {
  width: 100%;
  max-width: 700px;
}

.bio {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: -0.45em;
  max-width: 800px;
}

.bio-highlight {
	color: #eb3656;
}

.list {
  margin-top: 3.2em;
}

.list-item {
  margin-top: 0.25em;
  margin-bottom: 2em;
}
.list-item:last-child {
  margin-bottom: -0.4em;
}

.footer {
  position: fixed;
  right: 96px;
  bottom: 92px;
	top: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-links {
  margin-top: 1em;
  line-height: 1;
}

@media (max-width: 600px) {
  .section {
    display: block;
    min-height: 0;
  }

  .column-section-main {
    flex-direction: column;
  }

  .col-section {
    margin-bottom: 15vw;
  }

  .bio {
    padding-top: 15vw;
    font-size: 18px;
  }
}

@media (max-width: 950px) {
  .section {
    padding: 7.5vw;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 48px 0 48px 48px;
    width: calc(100vw - 48px - 7em);
  }
}

@media (max-width: 1124px) {
	.footer {
		position: absolute;
		top: 30px;
		right: 48px;
	}
}
