@charset "UTF-8";
html,
body,
nav,
ul,
ol {
  margin: 0;
  padding: 0;
}

.theme-toggle {
  text-align: right;
  margin-right: 4px;
}

.theme-toggle .dark {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 1px;
}

.theme-toggle .light {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.theme-toggle .light svg {
  fill: white;
}

.theme-toggle img {
  position: absolute;
  top: 8px;
  right: .5em;
}

@media (min-width: 768px) {
  .theme-toggle img {
    top: 3px;
    right: .9em;
  }
}

body.dark-theme .light {
  display: block;
}

body.dark-theme .dark {
  display: none;
}

@media (min-width: 1024px) {
  .col-2 {
    float: left;
    width: 50%;
  }
  .col-4 {
    float: left;
    width: 25%;
  }
  .row:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .is-tablet .col-4 {
    float: left;
    width: 36%;
  }
  .is-tablet.row:after {
    content: '';
    display: table;
    clear: both;
  }
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  max-height: 40px;
  background: #ffffff;
  font-size: 1.33em;
  padding-top: 8px;
}

nav ul {
  list-style-type: none;
  display: none;
  padding-top: 33.3%;
}

nav ul li {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

nav ul li a {
  padding-left: .5em;
  padding-right: .5em;
  font-weight: bold;
}

nav .logo {
  display: block;
  width: 24px;
  height: 24px;
}

nav .logo img {
  position: absolute;
  top: 12px;
  left: .5em;
  width: 24px;
  height: 24px;
}

nav .logo .dark {
  display: block;
}

nav .logo .light {
  display: none;
}

nav .logo .close {
  display: none;
}

nav.active {
  max-height: 100%;
}

nav.active ul {
  display: block;
  height: 100vh;
}

nav.active .logo .close {
  display: block;
}

nav.active .logo .open {
  display: none;
}

@media (min-width: 768px) {
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: unset;
    padding-top: 0;
  }
  nav ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  nav .logo {
    display: none;
  }
}

body.dark-theme nav {
  background: #1a1a1a;
  border-bottom: none;
}

body.dark-theme nav .logo .dark {
  display: none;
}

body.dark-theme nav .logo .light {
  display: block;
}

.theme-toggle {
  text-align: right;
  margin-right: 4px;
}

.theme-toggle .dark {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 1px;
}

.theme-toggle .light {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.theme-toggle .light svg {
  fill: white;
}

.theme-toggle img {
  position: absolute;
  top: 8px;
  right: .5em;
}

@media (min-width: 768px) {
  .theme-toggle img {
    top: 3px;
    right: .9em;
  }
}

body.dark-theme .light {
  display: block;
}

body.dark-theme .dark {
  display: none;
}

.button, nav ul li a, footer a {
  color: #363E45;
  background: none;
  text-decoration: none;
}

.button:hover, nav ul li a:hover, footer a:hover {
  color: #0FB3FF;
}

body.dark-theme .button, body.dark-theme nav ul li a, nav ul li body.dark-theme a, body.dark-theme footer a, footer body.dark-theme a {
  color: #CCCCCC;
}

body.dark-theme .button:hover, body.dark-theme nav ul li a:hover, nav ul li body.dark-theme a:hover, body.dark-theme footer a:hover, footer body.dark-theme a:hover {
  color: #0FB3FF;
}

.theme-toggle {
  text-align: right;
  margin-right: 4px;
}

.theme-toggle .dark {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 1px;
}

.theme-toggle .light {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.theme-toggle .light svg {
  fill: white;
}

.theme-toggle img {
  position: absolute;
  top: 8px;
  right: .5em;
}

@media (min-width: 768px) {
  .theme-toggle img {
    top: 3px;
    right: .9em;
  }
}

body.dark-theme .light {
  display: block;
}

body.dark-theme .dark {
  display: none;
}

.image {
  background: #F7F7F7;
  border-radius: 6px;
  max-width: 150px;
  max-height: 150px;
}

.image.round {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .image {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (min-width: 1024px) {
  .image {
    max-width: 250px;
    max-height: 250px;
  }
}

body.dark-theme .image {
  background: #333333;
}

.tooltip {
  position: relative;
}

.tooltip .tooltip-contents {
  display: none;
  white-space: nowrap;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  color: #0084C2;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: -104%;
}

.tooltip .tooltip-contents::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0084C2 transparent transparent transparent;
}

@media (min-width: 1024px) {
  .tooltip .tooltip-contents {
    display: block;
  }
}

.tooltip .bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.info-grid {
  padding-top: 1em;
  padding-bottom: 5em;
  margin: 0 auto;
}

.info-grid .subtitle {
  font-weight: 700;
  padding-bottom: 1em;
}

.info-grid .subtitle .icon {
  display: block;
  padding-top: 0.5em;
}

.info-grid .left {
  padding-right: 0.5em;
}

.info-grid .right {
  padding-left: 0.5em;
}

@media (min-width: 768px) {
  .info-grid .subtitle {
    font-size: 1.4em;
    font-weight: 500;
  }
  .info-grid .subtitle .icon {
    display: inline;
    padding-top: 0;
  }
  .info-grid .left {
    padding-right: 2em;
  }
  .info-grid .right {
    padding-left: 2em;
  }
}

.about-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
}

.about-box h2 {
  text-align: center;
}

.about-box .avatar {
  margin: .25em auto .5em;
}

.about-box .heading {
  margin-bottom: 0.5em;
}

.about-box .special {
  margin-top: 1em;
  margin-bottom: .25em;
}

.about-box .special + p {
  margin: 0;
}

.about-box .info .skills .skill {
  border: 1px solid #999999;
  border-radius: 6px;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.about-box .info .skills .skill img {
  vertical-align: middle;
}

.about-box .info .skills .skill span {
  display: block;
  margin-bottom: 12px;
}

.about-box .info .skills .skill:hover {
  background: #e6e6e6;
  border-color: black;
}

@media (min-width: 768px) {
  .about-box {
    max-width: 700px;
    margin: 0 auto;
  }
  .about-box .biography {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .about-box .skills .skill {
    margin: 0 1rem 2.5em;
  }
}

@media (min-width: 1024px) {
  .about-box .biography {
    padding-left: 0;
    padding-right: 0;
  }
}

body.dark-theme .about-box .skills .skill:hover {
  background: #484848;
  border-color: white;
}

.project-card {
  background: #F7F7F7;
  width: 300px;
  height: 300px;
  margin: 1em 1em 2.5em;
  padding-bottom: 2em;
  border: 1px solid #999999;
  border-radius: 6px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-card h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.project-card img {
  width: 100%;
  width: 100%;
  max-width: 100px;
  max-height: 100px;
}

.project-card .avatar {
  display: inline-block;
  width: 100px;
  text-align: center;
  position: relative;
  top: .75em;
}

.project-card .details {
  display: inline-block;
}

.project-card .details p {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .project-card {
    width: 480px;
    height: 200px;
    margin: 0 0.5rem 2.5em;
    text-align: left;
    display: block;
  }
  .project-card h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .project-card img {
    max-width: 150px;
    max-height: 150px;
  }
  .project-card .avatar {
    width: 180px;
    top: 1.5em;
  }
  .project-card .avatar.screenshot {
    top: 4.15em;
  }
  .project-card .details {
    position: absolute;
    top: 0;
    padding-right: 1em;
  }
  .project-card .details p {
    font-size: 1em;
  }
  .project-card .details.no-image {
    text-align: center;
    padding-left: 1em;
    width: calc(100% - 2em);
  }
  .project-card:hover {
    background: #e6e6e6;
    border-color: black;
  }
}

body.dark-theme .project-card {
  background: #333333;
}

body.dark-theme .project-card:hover {
  background: #484848;
  border-color: white;
}

.call-to-action {
  margin-bottom: 4.5em;
}

.call-to-action h2 {
  margin-top: 0.5em;
  font-size: 2.5em;
}

.call-to-action p {
  padding-bottom: 16px;
}

.call-to-action a {
  display: block;
  padding: 8px 16px;
  max-width: 196px;
  font-size: 22px;
  background: #ffffff;
  color: #0084C2;
  border-radius: 6px;
  text-decoration: none;
  margin: 24px auto;
  position: relative;
  border: 1px solid #999999;
}

.call-to-action a img {
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 4px;
}

.call-to-action a:hover {
  color: #0084C2;
}

@media (min-width: 768px) {
  .call-to-action a {
    display: inline-block;
    padding: 8px 32px;
    margin: 0 16px;
  }
  .call-to-action a:hover {
    transition: transform .4s ease-in-out;
  }
  .call-to-action a:hover:hover {
    transform: scale(1.2);
  }
}

body.dark-theme .call-to-action a {
  background: #1a1a1a;
  color: #0084C2;
  border: 1px solid transparent;
}

body.dark-theme .call-to-action a:hover {
  color: #0084C2;
}

.frame-carousel {
  display: flex;
  height: calc(100vh - 3.5em);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 3em;
}

.frame-carousel .card {
  height: calc(100vh - 84px);
  width: 100%;
}

@media (min-width: 768px) {
  .frame-carousel .card {
    height: calc(100vh - 4.5em);
    position: fixed;
    top: 2.5em;
    width: 25%;
    left: unset;
    overflow-x: unset;
  }
  .frame-carousel .card.zero {
    left: 0;
  }
  .frame-carousel .card.one {
    left: 25%;
  }
  .frame-carousel .card.two {
    left: 50%;
  }
  .frame-carousel .card.three {
    left: 75%;
  }
  .frame-carousel .card.four {
    left: 100%;
  }
}

.theme-toggle {
  text-align: right;
  margin-right: 4px;
}

.theme-toggle .dark {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 1px;
}

.theme-toggle .light {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.theme-toggle .light svg {
  fill: white;
}

.theme-toggle img {
  position: absolute;
  top: 8px;
  right: .5em;
}

@media (min-width: 768px) {
  .theme-toggle img {
    top: 3px;
    right: .9em;
  }
}

body.dark-theme .light {
  display: block;
}

body.dark-theme .dark {
  display: none;
}

.theme-toggle {
  text-align: right;
  margin-right: 4px;
}

.theme-toggle .dark {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 1px;
}

.theme-toggle .light {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.theme-toggle .light svg {
  fill: white;
}

.theme-toggle img {
  position: absolute;
  top: 8px;
  right: .5em;
}

@media (min-width: 768px) {
  .theme-toggle img {
    top: 3px;
    right: .9em;
  }
}

body.dark-theme .light {
  display: block;
}

body.dark-theme .dark {
  display: none;
}

.button, nav ul li a, footer a {
  color: #363E45;
  background: none;
  text-decoration: none;
}

.button:hover, nav ul li a:hover, footer a:hover {
  color: #0FB3FF;
}

body.dark-theme .button, body.dark-theme nav ul li a, nav ul li body.dark-theme a, body.dark-theme footer a, footer body.dark-theme a {
  color: #CCCCCC;
}

body.dark-theme .button:hover, body.dark-theme nav ul li a:hover, nav ul li body.dark-theme a:hover, body.dark-theme footer a:hover, footer body.dark-theme a:hover {
  color: #0FB3FF;
}

.tooltip {
  position: relative;
}

.tooltip .tooltip-contents {
  display: none;
  white-space: nowrap;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  color: #0084C2;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: -104%;
}

.tooltip .tooltip-contents::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0084C2 transparent transparent transparent;
}

@media (min-width: 1024px) {
  .tooltip .tooltip-contents {
    display: block;
  }
}

.tooltip .bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

footer {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
  height: 100%;
  max-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  padding-left: .25em;
  padding-right: .25em;
}

footer a img {
  width: 22px;
  height: 22px;
  background-color: transparent;
}

footer span {
  font-weight: 700;
  padding-left: 1em;
}

footer .built-with, footer .banner {
  display: none;
}

footer .banner img {
  padding-left: 0.5em;
  vertical-align: bottom;
}

footer .icon {
  padding: 0 .5em;
  padding-top: .35em;
  padding-bottom: .05em;
}

footer .icon:hover {
  padding-top: .1em;
  padding-bottom: .25em;
}

@media (min-width: 1024px) {
  footer {
    justify-content: space-between;
    font-size: 1.05em;
  }
  footer .built-with, footer .banner {
    display: block;
  }
  footer .banner {
    padding-left: 2.5em;
  }
}

body.dark-theme footer {
  background: #1a1a1a;
  border-top: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  background: #ffffff;
  color: #363E45;
  text-align: center;
  overscroll-behavior: none;
}

section {
  padding: 3em 0;
}

section.divide {
  background: #F7F7F7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial;
  color: #363E45;
  margin-top: 0;
  margin-bottom: 0;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.75em;
  }
}

a {
  color: #0084C2;
  text-decoration: none;
}

a:hover {
  color: #363E45;
}

p a {
  font-style: italic;
}

.celebrate:hover::before {
  content: '🎉 ';
}

.celebrate:hover::after {
  content: ' 🎉';
}

.loading {
  position: absolute;
  top: 33.33%;
  left: 0;
  right: 0;
  font-size: 4em;
  z-index: -1;
}

.profile {
  margin-top: 2em;
}

.profile img {
  max-width: 175px;
  max-height: 175px;
}

@media (min-width: 768px) {
  .profile img {
    max-width: 250px;
    max-height: 250px;
  }
}

@media (min-width: 768px) {
  .quote {
    font-size: 1.2em;
  }
}

.special {
  color: #0084C2;
  cursor: pointer;
}

.projects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
}

.projects h3.heading {
  margin-top: 0;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .projects h3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .projects h3.heading {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

body.dark-theme {
  background: #1a1a1a;
  color: #CCCCCC;
}

body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6 {
  color: #CCCCCC;
}

body.dark-theme a {
  color: #fd2965;
}

body.dark-theme a:hover {
  color: #CCCCCC;
}

body.dark-theme section.divide {
  background: #333333;
}

body.dark-theme .special {
  color: #fd2965;
}
