@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;500&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap);html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  background-color: #222 !important;
  font-size: 16px;
  font-size: 1rem; }

h1 {
  font-weight: 500;
  font-family: "Roboto Mono", monospace; }
  @media (max-width: 767px) {
    h1 {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 48px;
      line-height: 3rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    h1 {
      font-size: 64px;
      font-size: 4rem;
      line-height: 70px;
      line-height: 4.375rem; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 72px;
      font-size: 4.5rem;
      line-height: 78px;
      line-height: 4.875rem; } }

h2 {
  font-weight: 300;
  font-family: "Roboto Mono", monospace; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 34px;
      line-height: 2.125rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    h2 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 42px;
      line-height: 2.625rem; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 56px;
      line-height: 3.5rem; } }

h3 {
  font-weight: 500;
  font-family: "Roboto Mono", monospace; }
  @media (max-width: 767px) {
    h3 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 30px;
      line-height: 1.875rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    h3 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 34px;
      line-height: 2.125rem; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 48px;
      line-height: 3rem; } }

p {
  color: #999;
  letter-spacing: 0.03em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }

a {
  color: #5194CE; }
  a:hover {
    text-decoration: underline; }

.terminal-start {
  font-size: 72px;
  font-size: 4.5rem;
  color: #999;
  font-weight: 300; }

.page {
  padding: 5vw;
  width: 100vw; }
  .page--home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 85vh; }
  .page__header {
    color: #fff; }
  .page__content {
    margin: 5vh 0; }

.logo {
  color: #5194CE; }
  .logo__description {
    color: #fff;
    margin: 5vh 0; }
  .logo__text {
    width: 80vw; }
    @media (min-width: 1024px) {
      .logo__text {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 28px;
        line-height: 1.75rem; } }

.projects {
  width: 75vw; }
  @media (max-width: 767px) {
    .projects {
      width: 100%; } }

.project {
  padding: 5vh 0;
  border-bottom: 1px solid #fff; }
  .project:first-child {
    padding-top: 0; }
  .project:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.header {
  padding: 2vw 2vw 0 2vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #222 !important;
  display: none; }
  .header__wrapper {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__logo {
    color: #5194CE;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Roboto Mono", monospace;
    padding: 10px 10px 30px; }

.nav {
  margin-left: 2vw; }
  .nav__item {
    font-size: 18px;
    font-size: 1.125rem; }
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav__link {
    padding: 10px 10px 30px;
    display: inline-block; }

.footer {
  padding: 10px 5vw 20px;
  width: 100vw;
  color: #999; }
