@charset "UTF-8";
html > body {
  margin: 0px;
  min-height: 100vh;
  background-color: #061616;
}

section {
  padding: 32px;
}
section > p {
  margin: 0px;
}

footer {
  min-height: calc((3 * 48px) + (2 * 16px) + 52px);
}
footer *, footer:hover, footer:link, footer:visited {
  font-family: monospace;
  font-weight: bold;
  color: #546a5d;
}
footer > .footer-container {
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
}
footer > .footer-container > .footer-row {
  min-width: calc(100% - 96px);
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 16px;
}
footer > .footer-container > .footer-row > img {
  height: 48px;
  width: 48px;
  margin-right: 12px;
  flex-grow: 0;
}
footer > .footer-container > .footer-row > .row-message {
  flex-grow: 1;
}
footer > .footer-container > .footer-row:last-child {
  margin-bottom: 0px;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: linear-gradient(192deg, rgba(47, 79, 79, 0.1), #141414), url("../images/packer_blur.jpg"), #141414;
  background-size: cover;
  font-family: monospace;
  font-size: 1.5em;
  color: white;
  min-height: 100vh;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header #interests, header .me {
  font-weight: bold;
}
header #hello {
  background-color: rgba(36, 59, 59, 0.5);
  padding: 8px;
}
header #user-icon > img {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  margin-bottom: 32px;
}
header #contact-links {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header #contact-links > a {
  display: block;
  max-height: 2em;
  margin-right: 16px;
  text-decoration: none;
  color: white;
}
header #contact-links > a:hover {
  color: white;
}
header #contact-links > a:visited {
  color: white;
}
header #contact-links > a:last-child {
  margin-right: 0px;
}
header #contact-links > a > i {
  font-size: 2em;
}

.feather {
  width: 48px;
  height: 48px;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

section#introduction {
  background: linear-gradient(172deg, #141414, #23232a);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: monospace;
  font-size: 1.225em;
}
section#introduction::before {
  content: "[guest@tom.carrio.dev ~] cat /tmp/web_intro.txt";
  max-width: 720px;
  width: 100%;
  align-self: left;
  color: #78b4e6;
  font-weight: bold;
}
section#introduction > * {
  max-width: 720px;
  margin-top: 8px;
  margin-bottom: 8px;
}
section#introduction > *:last-child {
  margin-bottom: 0px;
}
section#introduction > *:first-child {
  margin-top: 2em;
}
section#introduction > code {
  font-weight: bold;
  color: lightblue;
}

section#contributions {
  background-color: #2a2a2a;
  font-family: monospace;
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#contributions > .mono {
  font-family: monospace;
  color: white;
}
section#contributions > div {
  max-width: 720px;
  min-width: 720px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
}
section#contributions > div:last-child {
  margin-bottom: 0px;
}
section#contributions > div > a {
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
section#contributions > div > a > * {
  margin: 0px;
  flex: 0 0 auto;
  min-height: 3.5em;
}
section#contributions > div > a > .org {
  background-color: darkslategray;
  padding: 0px 0px 0px 0.5em;
}
section#contributions > div > a > .project {
  background-color: darkslategray;
  padding: 0px 0.5em 0px 0px;
}
section#contributions > div > a > .lang {
  background-color: darkslateblue;
  padding: 0px 0.5em;
}
section#contributions > div > a > .lang.go {
  background-color: #00acd7;
  color: white;
  font-weight: bold;
}
section#contributions > div > a > .lang.ts {
  background-color: #3178c6;
  color: white;
}
section#contributions > div > a > .lang.py {
  background-color: #3074a3;
  color: #ffd356;
  font-weight: bold;
}
section#contributions > div > a > .lang.rb {
  background-color: #a91501;
  color: white;
}
section#contributions > div > a > .lang.dk {
  background-color: #56baeb;
  color: white;
  font-weight: bold;
}
section#contributions > div > a > .expand {
  display: none;
}
section#contributions > div > a > .desc {
  display: none;
  padding: 0px 1.5em;
  background-color: black;
  color: lightgray;
  flex: 1 1 auto;
  min-width: 720px;
}
section#contributions > div > a:hover > .desc, section#contributions > div > a > .desc.hovered {
  display: block;
}
section#contributions > div > a:hover > .desc::before, section#contributions > div > a:hover > .desc::after, section#contributions > div > a > .desc.hovered::before, section#contributions > div > a > .desc.hovered::after {
  content: " ";
  font-size: 1.5em;
  display: block;
}

section#technologies {
  background-color: transparent;
  background: linear-gradient(5deg, #404550, #546a5d);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}
section#technologies > div {
  max-width: 720px;
  min-width: 720px;
}
section#technologies > div .topic {
  font-weight: bold;
}
section#technologies > div .entries {
  font-style: italic;
}
section#technologies > div.title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 8px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 720px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 24px;
  }

  header #contact-links {
    position: absolute;
    height: 96px;
    bottom: 96px;
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  .feather {
    width: 96px;
    height: 96px;
  }

  section#introduction,
section#technologies {
    font-size: 36px;
  }

  section#introduction::before {
    max-width: calc(100% - 12px);
  }
  section#introduction > * {
    max-width: calc(100% - 12px);
  }

  section#contributions {
    font-size: 42px;
  }
  section#contributions > div {
    max-width: calc(100% - 12px);
    min-width: calc(100% - 12px);
    margin-bottom: 32px;
  }
  section#contributions > div:last-child {
    margin-bottom: 0px;
  }
  section#contributions > div > a > div.lang, section#contributions > div > a > div.org, section#contributions > div > a > div.stars {
    display: none;
  }
  section#contributions > div > a > div.desc {
    min-width: calc(100% - 12px);
  }
  section#contributions > div > a > div.project {
    padding: 0px 0.5em !important;
  }
  section#contributions > div > a > div.expand {
    display: block;
    margin-left: 4px;
  }
  section#contributions > div > a > div.expand .feather {
    width: 1.15em;
    height: 1.15em;
  }
}

/*# sourceMappingURL=index.css.map */
