/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 48px 40px 96px; }
  .container .content {
    display: flex;
    width: 100%; }

html, body {
  font-family: "Open sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #2e2e44;
  background-color: #f5fdff;
  width: calc(100%);
  height: calc(100%); }
  html h1, html .h1, body h1, body .h1 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #2e2e44; }
  html h2, html .h2, body h2, body .h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    color: #2e2e44; }
  html h3, html .h3, body h3, body .h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #2e2e44; }
  html h4, html .h4, body h4, body .h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #2e2e44; }
  html h5, html .h5, body h5, body .h5 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #2e2e44; }
  html a, body a {
    text-decoration: none;
    font-weight: 700; }
  html b, body b {
    font-weight: 700; }
  html svg, body svg {
    width: 100%; }
  html footer, body footer {
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 12px;
    width: calc(100% - ($atom * 2));
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e2e44;
    color: #f5fdff; }
  html button, html .button, body button, body .button {
    background-color: #2e2e44;
    color: #f5fdff;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px; }
  html #body, body #body {
    z-index: 2;
    position: relative; }
    html #body section, body #body section {
      position: relative;
      min-height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: inset 48px 0px 0px 0px #f5fdff; }
      html #body section .container, body #body section .container {
        z-index: 2;
        overflow: hidden; }
      html #body section .sectionLabel, body #body section .sectionLabel {
        position: absolute;
        left: 11.2px;
        top: 48px;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        transform: rotate(180deg); }
      html #body section#about, body #body section#about {
        box-shadow: inset 48px 0px 0px 0px #f5fdff; }
        html #body section#about .sectionLabel, body #body section#about .sectionLabel {
          color: #2e2e44; }
      html #body section#work, body #body section#work {
        box-shadow: inset 48px 0px 0px 0px rgba(46, 46, 68, 0.75); }
        html #body section#work .sectionLabel, body #body section#work .sectionLabel {
          color: #f5fdff; }
      html #body section#christory, body #body section#christory {
        box-shadow: inset 48px 0px 0px 0px rgba(46, 46, 68, 0.75); }
        html #body section#christory .sectionLabel, body #body section#christory .sectionLabel {
          color: #f5fdff; }
      html #body section#projects, body #body section#projects {
        box-shadow: inset 48px 0px 0px 0px rgba(46, 46, 68, 0.75); }
        html #body section#projects .sectionLabel, body #body section#projects .sectionLabel {
          color: #f5fdff; }
      html #body section#builds, body #body section#builds {
        box-shadow: inset 48px 0px 0px 0px rgba(46, 46, 68, 0.75); }
        html #body section#builds .sectionLabel, body #body section#builds .sectionLabel {
          color: #f5fdff; }
  html #icons, body #icons {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    html #icons .svgbg, body #icons .svgbg {
      fill: #2e2e44; }

header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #f5fdff; }
  header .logo {
    min-width: 16px;
    width: 16px;
    height: 25.6px;
    padding: 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px; }
  header nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px; }
    header nav ul {
      display: flex;
      flex-flow: row nowrap; }
      header nav ul li {
        margin-right: 16px; }
        header nav ul li a {
          text-decoration: none;
          font-weight: 700;
          color: #2e2e44; }

@media (max-width: 400px) {
  nav {
    justify-content: flex-end !important; }
    nav ul {
      display: none !important; } }
@keyframes ani {
  0% {
    transform: scale(2) rotate(0deg); }
  100% {
    transform: scale(3) rotate(360deg); } }
@keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 19%; }
  100% {
    background-position: 0% 82%; } }
#dynamicCanvas {
  z-index: 1;
  position: absolute;
  left: 48px;
  top: 0;
  width: calc(100% - 48px);
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  #dynamicCanvas #canvas {
    width: 155%;
    height: 155%;
    display: flex;
    flex-flow: row wrap;
    box-shadow: inset 0px 0px 10vw rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #dynamicCanvas #canvas .pixel {
      background: linear-gradient(124deg, #2e2e44, #b8b8ff, #5c5c84);
      background-size: 1800% 1800%;
      background-position: 0% 82%;
      animation: rainbow 10000ms infinite alternate, ani 10000ms infinite alternate; }

@keyframes bganim {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.05); } }
@keyframes anim1 {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.07); } }
@keyframes anim2 {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.08); } }
@keyframes anim3 {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.09); } }
@keyframes anim4 {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.1); } }
@keyframes LOVESYOU {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(0.8); }
  100% {
    transform: translate(-50%, -45%) scale(0.8); } }
#about {
  background-color: rgba(46, 46, 68, 0.5); }

#home {
  justify-content: center;
  align-items: center; }
  #home .content {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
    #home .content h1 {
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 16px;
      width: 100%; }
    #home .content p {
      width: 100%; }
    #home .content .neoTable {
      display: flex;
      flex-flow: column;
      width: 100%;
      max-width: 810px;
      background-color: #f5fdff;
      padding: 64px; }
      #home .content .neoTable .row {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-start;
        font-weight: 700;
        width: 100%;
        padding: 8px 0px; }
        #home .content .neoTable .row .small {
          font-size: 16px;
          width: 80px;
          text-align: left; }
          #home .content .neoTable .row .small.too {
            width: calc(100% - 80px) !important; }
            #home .content .neoTable .row .small.too span {
              display: inline-flex;
              flex-flow: row nowrap;
              margin-right: 16px;
              font-size: 16px;
              line-height: 16px;
              font-weight: 300; }
        #home .content .neoTable .row .large {
          font-size: 32px;
          margin-right: 16px; }

#work {
  background-color: rgba(46, 46, 68, 0.75); }
  #work .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #work .content .card {
      background-color: #f5fdff;
      display: flex;
      flex-flow: row wrap;
      width: calc(100% - (20 * $atom));
      max-width: 500px;
      min-height: 550px;
      border: 2px solid #2e2e44;
      padding: 40px;
      margin-right: 8px;
      margin-bottom: 8px; }
      #work .content .card .thumb {
        width: 80px;
        height: 80px;
        overflow: hidden; }
        #work .content .card .thumb img {
          width: 100%; }
      #work .content .card .info {
        width: calc(100% - 120px);
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding-left: 40px; }
        #work .content .card .info .description {
          padding-bottom: 40px; }
        #work .content .card .info .photos {
          width: 100%; }
          #work .content .card .info .photos .photo {
            overflow: hidden;
            position: relative;
            border: 2px solid #2e2e44;
            margin-bottom: 8px; }
            #work .content .card .info .photos .photo .overlay {
              position: relative;
              z-index: 2;
              background-color: #f5fdff;
              bottom: 0;
              left: 0;
              padding: 8px; }
            #work .content .card .info .photos .photo img {
              width: 100%;
              z-index: 1;
              position: relative;
              display: block; }
            #work .content .card .info .photos .photo .anim {
              position: relative;
              width: 100%;
              height: 0px;
              padding-bottom: 56%; }
              #work .content .card .info .photos .photo .anim .bg {
                position: absolute;
                left: 50%;
                top: 50%;
                animation-duration: 6s;
                animation-name: bganim;
                animation-iteration-count: infinite; }
              #work .content .card .info .photos .photo .anim .layer1 {
                position: absolute;
                left: 50%;
                top: 50%;
                animation-duration: 6s;
                animation-name: anim1;
                animation-iteration-count: infinite; }
              #work .content .card .info .photos .photo .anim .layer2 {
                position: absolute;
                left: 50%;
                top: 50%;
                animation-duration: 6s;
                animation-name: anim2;
                animation-iteration-count: infinite; }
              #work .content .card .info .photos .photo .anim .layer3 {
                position: absolute;
                left: 50%;
                top: 50%;
                animation-duration: 6s;
                animation-name: anim3;
                animation-iteration-count: infinite; }
              #work .content .card .info .photos .photo .anim .layer4 {
                position: absolute;
                left: 50%;
                top: 50%;
                animation-duration: 6s;
                animation-name: anim4;
                animation-iteration-count: infinite; }

#christory {
  background-color: rgba(46, 46, 68, 0.65); }
  #christory .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #christory .content .card {
      background-color: #f5fdff;
      display: flex;
      flex-flow: row wrap;
      width: calc(100% - (20 * $atom));
      max-width: 500px;
      min-height: 225px;
      border: 2px solid #2e2e44;
      padding: 40px;
      margin-right: 8px;
      margin-bottom: 8px; }
      #christory .content .card .thumb {
        width: 56px;
        height: 56px;
        overflow: hidden; }
        #christory .content .card .thumb img {
          width: 100%; }
      #christory .content .card .info {
        width: calc(100% - 100px);
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding-left: 40px; }
        #christory .content .card .info .description {
          padding-bottom: 40px; }
        #christory .content .card .info .photos {
          width: 100%;
          display: flex;
          flex-flow: row wrap;
          justify-content: center; }
          #christory .content .card .info .photos .photo {
            width: 100%;
            overflow: hidden;
            position: relative;
            border: 2px solid #2e2e44;
            margin-bottom: 8px;
            margin-right: 8px; }
            #christory .content .card .info .photos .photo.kcard {
              max-width: 160px;
              width: 100%; }
              #christory .content .card .info .photos .photo.kcard img {
                display: block; }
            #christory .content .card .info .photos .photo.mirror {
              background-color: #FFF;
              padding: 8px; }
              #christory .content .card .info .photos .photo.mirror img {
                width: 100%; }
            #christory .content .card .info .photos .photo .overlay {
              position: absolute;
              z-index: 2;
              background-color: #f5fdff;
              bottom: 0;
              left: 0;
              padding: 8px; }
            #christory .content .card .info .photos .photo img {
              width: 100%;
              z-index: 1;
              display: block; }
            #christory .content .card .info .photos .photo .anim .bg {
              animation-duration: 6s;
              animation-name: bganim;
              animation-iteration-count: infinite; }
            #christory .content .card .info .photos .photo .anim .layer1 {
              animation-duration: 6s;
              animation-name: anim1;
              animation-iteration-count: infinite; }
            #christory .content .card .info .photos .photo .anim .layer2 {
              animation-duration: 6s;
              animation-name: anim2;
              animation-iteration-count: infinite; }
            #christory .content .card .info .photos .photo .anim .layer3 {
              animation-duration: 6s;
              animation-name: anim3;
              animation-iteration-count: infinite; }
            #christory .content .card .info .photos .photo .anim .layer4 {
              animation-duration: 6s;
              animation-name: anim4;
              animation-iteration-count: infinite; }

#projects {
  background-color: rgba(46, 46, 68, 0.75); }
  #projects .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #projects .content .card {
      background-color: #f5fdff;
      display: flex;
      flex-flow: row wrap;
      width: calc(100% - (20 * $atom));
      max-width: 500px;
      min-height: 225px;
      border: 2px solid #2e2e44;
      padding: 40px;
      margin-right: 8px;
      margin-bottom: 8px; }
      #projects .content .card .thumb {
        width: 56px;
        height: 56px;
        overflow: hidden; }
        #projects .content .card .thumb.logo {
          min-width: 32px;
          width: 32px;
          height: 54px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #projects .content .card .thumb img {
          width: 100%;
          display: block; }
      #projects .content .card .info {
        width: calc(100% - 100px);
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding-left: 40px;
        height: auto; }
        #projects .content .card .info .description {
          padding-bottom: 40px; }
        #projects .content .card .info .photos {
          width: 100%;
          display: flex;
          flex-flow: row wrap; }
          #projects .content .card .info .photos .photo {
            width: 100%;
            height: auto;
            position: relative;
            border: 2px solid #2e2e44;
            margin-bottom: 8px;
            margin-right: 8px; }
            #projects .content .card .info .photos .photo .title {
              width: calc(100% - (2 * $atom));
              background-color: #fff;
              padding: 8px; }
            #projects .content .card .info .photos .photo img {
              width: 100%;
              position: relative;
              display: block; }

#builds {
  background-color: rgba(46, 46, 68, 0.65); }
  #builds .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #builds .content .card {
      background-color: #f5fdff;
      display: flex;
      flex-flow: row wrap;
      width: calc(100% - (20 * $atom));
      max-width: 500px;
      min-height: 225px;
      border: 2px solid #2e2e44;
      padding: 40px;
      margin-right: 8px;
      margin-bottom: 8px; }
      #builds .content .card .thumb {
        width: 56px;
        height: 56px;
        overflow: hidden; }
        #builds .content .card .thumb.logo {
          min-width: 32px;
          width: 32px;
          height: 54px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #builds .content .card .thumb img {
          width: 100%;
          display: block; }
      #builds .content .card .info {
        width: calc(100% - 100px);
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding-left: 40px;
        height: auto; }
        #builds .content .card .info .description {
          padding-bottom: 40px; }
        #builds .content .card .info .photos {
          width: 100%;
          display: flex;
          flex-flow: row wrap; }
          #builds .content .card .info .photos .photo {
            width: 100%;
            height: auto;
            position: relative;
            border: 2px solid #2e2e44;
            margin-bottom: 8px;
            margin-right: 8px; }
            #builds .content .card .info .photos .photo.video {
              width: 100%;
              height: auto; }
              #builds .content .card .info .photos .photo.video iframe {
                width: 100%;
                height: auto;
                display: block; }
            #builds .content .card .info .photos .photo .title {
              width: calc(100% - (2 * $atom));
              background-color: #fff;
              padding: 8px; }
            #builds .content .card .info .photos .photo img {
              width: 100%;
              position: relative;
              display: block;
              left: 50%;
              top: 50%;
              animation-duration: 6s;
              animation-name: LOVESYOU;
              animation-iteration-count: infinite;
              animation-direction: alternate; }

@media (max-width: 1082px) {
  .neoTable .row {
    flex-flow: column nowrap !important; }
    .neoTable .row .small {
      text-align: center !important;
      margin: 8px 0px 0px 0px !important; }
      .neoTable .row .small.too span {
        margin: 8px !important; }
    .neoTable .row .large {
      font-size: 18px !important;
      line-height: 20px;
      margin: 8px 0px 0px 0px !important; }

  .container .content .card {
    flex-flow: column wrap !important;
    margin-right: 0px !important; }

  .container .content .card .photos .photo {
    margin-right: 0px !important; }

  .content .card .thumb {
    width: 100% !important;
    height: 80px !important;
    overflow: hidden !important;
    text-align: center !important; }
    .content .card .thumb img {
      width: 80px !important; }

  .content .card .info {
    width: 100% !important;
    padding: 0px !important;
    text-align: center !important; }

  .content .card .info .title {
    width: 100% !important;
    padding: 0px !important; }

  .content .card .info .h2, .content .card .info .h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    text-align: center !important;
    margin: 8px 0px 16px 0px !important; }

  .thumb.logo svg {
    height: 32px !important; } }
@media (max-width: 600px) {
  nav {
    display: none !important; }

  .neoTable {
    width: 70% !important;
    padding: 16px !important; } }

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