/* BOURBON STYLES */
/* line 4, ../neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, ../neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/* GLOBALS */
/* CSS Document */
/* line 15, ../scss/partials/_colors.scss */
.cerulean {
  background: #00BCF2; }

/* line 18, ../scss/partials/_colors.scss */
.fountain-blue {
  background: #62A8C0; }

/* line 21, ../scss/partials/_colors.scss */
.oslo-gray {
  background: #8F959A; }

/* line 24, ../scss/partials/_colors.scss */
.coral-tree {
  background: #B17E73; }

/* line 27, ../scss/partials/_colors.scss */
.chestnut-rose {
  background: #CC6251; }

/* line 5, ../scss/partials/_typography.scss */
html {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    /* line 5, ../scss/partials/_typography.scss */
    html {
      font-size: 14px; } }

/* line 12, ../scss/partials/_typography.scss */
body {
  font-family: "pragmatica", sans-serif; }

/* line 18, ../scss/partials/_typography.scss */
h1, h2 {
  font-family: "rift"; }

/* line 22, ../scss/partials/_typography.scss */
p {
  max-width: 36em;
  line-height: 1.8; }

/* line 27, ../scss/partials/_typography.scss */
.project-subhead {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0E182A;
  margin: 0; }
  @media screen and (max-width: 414px) {
    /* line 27, ../scss/partials/_typography.scss */
    .project-subhead {
      line-height: 1; } }

/* CSS Document */
/* line 2, ../scss/partials/_globals.scss */
body {
  height: 100%;
  margin: 0;
  background: linear-gradient(45deg, #0E182A 0%, #1A212D 100%) no-repeat fixed;
  color: #E0E1E2;
  overflow-x: hidden; }

/* CSS Document */
/* line 6, ../scss/partials/_animations.scss */
.animate {
  opacity: 0;
  position: relative; }

/* line 11, ../scss/partials/_animations.scss */
.animate.from-left {
  opacity: 0;
  -moz-transition: transform 400ms ease-out, opacity 1s linear;
  -webkit-transition: transform 400ms ease-out, opacity 1s linear;
  -o-transition: transform 400ms ease-out, opacity 1s linear;
  transition: transform 400ms ease-out, opacity 1s linear;
  -moz-transform: translate3d(-40px, 0px, 0px);
  -webkit-transform: translate3d(-40px, 0px, 0px);
  -o-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate3d(-40px, 0px, 0px); }

/* line 24, ../scss/partials/_animations.scss */
.animate.from-left.viewable {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* line 33, ../scss/partials/_animations.scss */
.animate.from-right {
  opacity: 0;
  -moz-transition: transform 400ms ease-out, opacity 1s linear;
  -webkit-transition: transform 400ms ease-out, opacity 1s linear;
  -o-transition: transform 400ms ease-out, opacity 1s linear;
  transition: transform 400ms ease-out, opacity 1s linear;
  -moz-transform: translate3d(40px, 0px, 0px);
  -webkit-transform: translate3d(40px, 0px, 0px);
  -o-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate3d(40px, 0px, 0px); }

/* line 46, ../scss/partials/_animations.scss */
.animate.from-right.viewable {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* line 55, ../scss/partials/_animations.scss */
.animate.from-bottom {
  opacity: 0;
  -moz-transition: all 600ms ease-out;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -moz-transform: translate3d(0px, -40px, 0px);
  -webkit-transform: translate3d(0px, -40px, 0px);
  -o-transform: translate(0px, -40px, 0px);
  -ms-transform: translate(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px); }

/* line 68, ../scss/partials/_animations.scss */
.animate.from-bottom.viewable {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* Containers */
/* line 3, ../scss/partials/_columns.scss */
.container-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  /* line 20, ../bourbon/addons/_clearfix.scss */
  .container-full::after {
    clear: both;
    content: "";
    display: table; }

/* line 6, ../scss/partials/_columns.scss */
.container-ninety {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  /* line 20, ../bourbon/addons/_clearfix.scss */
  .container-ninety::after {
    clear: both;
    content: "";
    display: table; }

/* line 9, ../scss/partials/_columns.scss */
.container-eighty {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  /* line 20, ../bourbon/addons/_clearfix.scss */
  .container-eighty::after {
    clear: both;
    content: "";
    display: table; }

/* Columns */
/* line 15, ../scss/partials/_columns.scss */
.col-full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0; }
  /* line 89, ../neat/grid/_span-columns.scss */
  .col-full:last-child {
    margin-right: 0; }

/* line 19, ../scss/partials/_columns.scss */
.col-half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  /* line 89, ../neat/grid/_span-columns.scss */
  .col-half:last-child {
    margin-right: 0; }
  /* line 78, ../neat/grid/_omega.scss */
  .col-half:nth-child(2n) {
    margin-right: 0; }
  /* line 83, ../neat/grid/_omega.scss */
  .col-half:nth-child(2n+1) {
    clear: left; }

/* line 23, ../scss/partials/_columns.scss */
.col-third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  /* line 89, ../neat/grid/_span-columns.scss */
  .col-third:last-child {
    margin-right: 0; }

/* line 26, ../scss/partials/_columns.scss */
.col-quarter {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  /* line 89, ../neat/grid/_span-columns.scss */
  .col-quarter:last-child {
    margin-right: 0; }
  /* line 78, ../neat/grid/_omega.scss */
  .col-quarter:nth-child(4n) {
    margin-right: 0; }
  /* line 83, ../neat/grid/_omega.scss */
  .col-quarter:nth-child(4n+1) {
    clear: left; }

/* line 30, ../scss/partials/_columns.scss */
.col-twothird {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  /* line 89, ../neat/grid/_span-columns.scss */
  .col-twothird:last-child {
    margin-right: 0; }

/* line 33, ../scss/partials/_columns.scss */
.col-last {
  margin-right: 0; }

/* Masonry divs for misc project page */
/* line 38, ../scss/partials/_columns.scss */
.masonry {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto; }
  /* line 20, ../bourbon/addons/_clearfix.scss */
  .masonry::after {
    clear: both;
    content: "";
    display: table; }
  /* line 43, ../scss/partials/_columns.scss */
  .masonry .col .inner {
    margin: 0 0 1.618em 0;
    padding: 2vw 0;
    text-align: center;
    height: 20vw; }
    /* line 50, ../scss/partials/_columns.scss */
    .masonry .col .inner img {
      height: 100%;
      width: auto; }

/* PARTIALS */
/* CSS Document */
/* line 2, ../scss/partials/_header.scss */
header {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 20em;
  padding: 2vw 2vw 2vw 0;
  text-align: left;
  font-weight: 100;
  z-index: 4; }
  /* line 20, ../bourbon/addons/_clearfix.scss */
  header::after {
    clear: both;
    content: "";
    display: table; }
  /* line 17, ../scss/partials/_header.scss */
  header #outer {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 2vw; }
  /* line 23, ../scss/partials/_header.scss */
  header #logo {
    width: 5em;
    height: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 6;
    border-top: 2px solid #CC6251;
    border-bottom: 2px solid #00BCF2;
    position: relative;
    transition: background 400ms ease;
    background: transparent; }
    @media screen and (max-width: 1024px) {
      /* line 23, ../scss/partials/_header.scss */
      header #logo {
        width: 3em;
        height: 3em;
        border-top: 0px solid #CC6251;
        border-bottom: 0px solid #00BCF2; } }
    @media screen and (min-width: 1025px) {
      /* line 46, ../scss/partials/_header.scss */
      header #logo:before {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, #CC6251 0%, #00BCF2 100%);
        z-index: 7; }
      /* line 56, ../scss/partials/_header.scss */
      header #logo:after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(to bottom, #CC6251 0%, #00BCF2 100%); }
      /* line 66, ../scss/partials/_header.scss */
      header #logo:hover {
        animation: disco 3s infinite; }
      @keyframes disco {
        0% {
          background: rgba(0, 188, 242, 0.3); }
        12.5% {
          background: rgba(98, 168, 192, 0.3); }
        25% {
          background: rgba(143, 149, 154, 0.3); }
        37.5% {
          background: rgba(177, 126, 115, 0.3); }
        50% {
          background: rgba(204, 98, 81, 0.3); }
        62.5% {
          background: rgba(177, 126, 115, 0.3); }
        75% {
          background: rgba(143, 149, 154, 0.3); }
        87.5% {
          background: rgba(98, 168, 192, 0.3); }
        100% {
          background: rgba(0, 188, 242, 0.3); } } }
    /* line 102, ../scss/partials/_header.scss */
    header #logo #da {
      height: 43%;
      width: auto;
      margin: -0.25rem 0 0 0;
      transition: all 200ms ease-in;
      transform: rotate(90deg); }
      @media screen and (min-width: 300px) and (max-width: 1024px) {
        /* line 102, ../scss/partials/_header.scss */
        header #logo #da {
          height: 70%; } }
      /* line 111, ../scss/partials/_header.scss */
      header #logo #da .menu {
        fill: #8F959A;
        opacity: 1;
        transition: opacity 800ms ease 300ms; }
      /* line 116, ../scss/partials/_header.scss */
      header #logo #da .letter {
        opacity: 0;
        transition: opacity 800ms ease 200ms; }
    /* line 123, ../scss/partials/_header.scss */
    header #logo .da-down {
      height: 100% !important;
      width: auto;
      margin: 0 !important;
      transition: all 200ms ease-in;
      transform: rotate(0deg) !important; }
      /* line 130, ../scss/partials/_header.scss */
      header #logo .da-down .menu {
        fill: #8F959A;
        opacity: 0 !important;
        transition: opacity 400ms ease 300ms !important; }
      /* line 135, ../scss/partials/_header.scss */
      header #logo .da-down .letter {
        opacity: 1 !important;
        transition: opacity 800ms ease 200ms !important; }
    /* line 141, ../scss/partials/_header.scss */
    header #logo span {
      position: absolute;
      color: transparent;
      visibility: hidden;
      transition: color 400ms ease 300ms !important;
      z-index: 6;
      left: 6em;
      cursor: pointer; }
      @media screen and (max-width: 414px) {
        /* line 141, ../scss/partials/_header.scss */
        header #logo span {
          left: 4em; } }
  /* line 155, ../scss/partials/_header.scss */
  header .logo-down {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; }
    /* line 159, ../scss/partials/_header.scss */
    header .logo-down:before {
      background-image: none !important; }
    /* line 162, ../scss/partials/_header.scss */
    header .logo-down:after {
      background-image: none !important; }
    /* line 165, ../scss/partials/_header.scss */
    header .logo-down:hover {
      background: none !important;
      animation: none !important; }
    /* line 169, ../scss/partials/_header.scss */
    header .logo-down span {
      visibility: visible !important;
      color: #8F959A !important; }
  /* line 172, ../scss/partials/_header.scss */
  header #me {
    transform: rotate(-90deg) translate(-6em, -2em);
    position: relative;
    z-index: 6; }
    @media screen and (min-width: 300px) and (max-width: 1024px) {
      /* line 172, ../scss/partials/_header.scss */
      header #me {
        transform: rotate(-90deg) translate(-4em, -1.5em); } }
    /* line 179, ../scss/partials/_header.scss */
    header #me span {
      font-size: 1.2rem;
      color: #8F959A; }
      @media screen and (min-width: 300px) and (max-width: 1024px) {
        /* line 179, ../scss/partials/_header.scss */
        header #me span {
          font-size: 0.8rem; } }
  /* line 187, ../scss/partials/_header.scss */
  header nav {
    width: 100vw;
    height: 0vh;
    z-index: 5;
    background: #0E182A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    visibility: 0; }
    /* line 200, ../scss/partials/_header.scss */
    header nav p {
      color: transparent;
      visibility: hidden;
      transition: color 300ms ease-in;
      transition-delay: 800ms; }
      /* line 205, ../scss/partials/_header.scss */
      header nav p span {
        color: transparent;
        font-weight: 500;
        visibility: hidden;
        transition: color 300ms ease-in;
        transition-delay: 800ms; }
      /* line 212, ../scss/partials/_header.scss */
      header nav p a {
        color: transparent;
        text-decoration: none;
        visibility: hidden;
        transition: color 300ms ease-in;
        transition-delay: 800ms; }
    /* line 223, ../scss/partials/_header.scss */
    header nav .hlink {
      text-align: center;
      color: transparent;
      font-family: "rift";
      text-decoration: none;
      font-size: 5em;
      border-radius: 2px;
      visibility: hidden;
      transition: color 300ms ease-in;
      transition-delay: 800ms; }
    /* line 235, ../scss/partials/_header.scss */
    header nav .slinks {
      text-align: center;
      text-decoration: none;
      font-size: 2em;
      visibility: hidden;
      margin-top: 4em; }
      /* line 243, ../scss/partials/_header.scss */
      header nav .slinks a {
        color: transparent;
        transition: color 300ms ease-in;
        transition-delay: 800ms; }
  /* line 251, ../scss/partials/_header.scss */
  header .nav-down {
    animation: nav-move 700ms 1 forwards ease; }
    /* line 254, ../scss/partials/_header.scss */
    header .nav-down p {
      color: #aaaeb2 !important;
      visibility: visible !important; }
      /* line 256, ../scss/partials/_header.scss */
      header .nav-down p span {
        color: white !important;
        visibility: visible !important; }
      /* line 260, ../scss/partials/_header.scss */
      header .nav-down p .icon {
        font-size: 2rem;
        display: inline-block;
        margin: 0 0.5rem 0 0.5rem; }
      /* line 265, ../scss/partials/_header.scss */
      header .nav-down p a {
        color: white !important;
        visibility: visible !important; }
    /* line 271, ../scss/partials/_header.scss */
    header .nav-down #aboutme, header .nav-down #contactme {
      transition-delay: 0 !important;
      visibility: visible !important; }
    /* line 277, ../scss/partials/_header.scss */
    header .nav-down #contactme #contact a {
      color: #CC6251 !important; }
      /* line 279, ../scss/partials/_header.scss */
      header .nav-down #contactme #contact a:hover {
        color: #00BCF2; }
    /* line 285, ../scss/partials/_header.scss */
    header .nav-down .hlink {
      transition-delay: 0 !important;
      visibility: visible;
      color: #E0E1E2; }
      /* line 289, ../scss/partials/_header.scss */
      header .nav-down .hlink:hover {
        color: white; }
    /* line 294, ../scss/partials/_header.scss */
    header .nav-down .slinks {
      transition-delay: 0 !important;
      visibility: visible; }
      /* line 297, ../scss/partials/_header.scss */
      header .nav-down .slinks a {
        color: #E0E1E2;
        text-decoration: none; }
        /* line 300, ../scss/partials/_header.scss */
        header .nav-down .slinks a:hover {
          color: white; }
@keyframes nav-move {
  0% {
    height: 0vh; }
  100% {
    height: 100vh; } }
/* line 2, ../scss/partials/_footer.scss */
a.navi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  text-decoration: none;
  bottom: 4vh;
  z-index: 4; }
  /* line 10, ../scss/partials/_footer.scss */
  a.navi span {
    display: flex;
    align-items: center;
    height: 4rem;
    padding: 10px 2rem;
    z-index: 6;
    color: #8F959A;
    background: #8f959a45;
    border-radius: 2rem; }
    /* line 20, ../scss/partials/_footer.scss */
    a.navi span:hover {
      color: white; }
  /* line 25, ../scss/partials/_footer.scss */
  a.navi .icon {
    width: 4rem;
    z-index: 7;
    justify-content: center;
    transition: all 200ms ease-in-out; }
  /* line 31, ../scss/partials/_footer.scss */
  a.navi .text {
    width: 12rem;
    opacity: 0;
    transition: opacity 300ms ease-in-out, margin-left 200ms ease-in-out; }
  /* line 36, ../scss/partials/_footer.scss */
  a.navi .view-prev-text {
    justify-content: flex-end;
    margin-left: -4rem; }
  /* line 40, ../scss/partials/_footer.scss */
  a.navi .view-next-text {
    justify-content: flex-start;
    margin-right: -4rem; }
  /* line 44, ../scss/partials/_footer.scss */
  a.navi .view-all-text {
    width: 12rem;
    justify-content: flex-end;
    margin-left: -4rem;
    opacity: 0;
    transition: opacity 300ms ease-in-out, margin-left 200ms ease-in-out; }
  /* line 51, ../scss/partials/_footer.scss */
  a.navi .hovered {
    opacity: 1;
    margin-left: -4rem;
    color: white; }

/* line 58, ../scss/partials/_footer.scss */
a.navi.next {
  right: 2rem;
  visibility: hidden; }
  @media screen and (max-width: 414px) {
    /* line 58, ../scss/partials/_footer.scss */
    a.navi.next {
      right: 1rem; } }

/* line 69, ../scss/partials/_footer.scss */
a.navi.prev {
  left: 2rem;
  visibility: hidden; }
  @media screen and (max-width: 414px) {
    /* line 69, ../scss/partials/_footer.scss */
    a.navi.prev {
      left: 1rem; } }

/* line 80, ../scss/partials/_footer.scss */
a.navi.return {
  left: 50%;
  transform: translateX(-20%);
  z-index: 6; }

/* PAGES */
/* CSS Document */
/* CSS Document */
/* line 2, ../scss/pages/_project.scss */
#projectpage {
  width: 100vw;
  overflow: hidden !important; }

/* line 7, ../scss/pages/_project.scss */
.intro {
  width: 101vw;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2vw 0 7vw 9em;
  z-index: 2;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 415px) and (max-width: 1024px) {
    /* line 7, ../scss/pages/_project.scss */
    .intro {
      padding: 7vw 0 7vw 9vw; } }
  @media screen and (max-width: 414px) {
    /* line 7, ../scss/pages/_project.scss */
    .intro {
      padding: 7vw 0 7vw 15vw;
      align-items: center; } }
  /* line 30, ../scss/pages/_project.scss */
  .intro .intro-overlay {
    background: linear-gradient(45deg, #0E182A 0%, #1A212D 100%) no-repeat fixed;
    width: 105%;
    height: 100%;
    opacity: 0.85;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  /* line 43, ../scss/pages/_project.scss */
  .intro .intro-text {
    z-index: 3;
    width: 52%;
    flex-basis: 52%; }
    @media screen and (max-width: 1024px) {
      /* line 43, ../scss/pages/_project.scss */
      .intro .intro-text {
        width: 100%;
        flex-basis: 100%;
        order: 2;
        margin-top: -12rem; } }
    /* line 53, ../scss/pages/_project.scss */
    .intro .intro-text h1 {
      font-family: "rift";
      font-size: 10rem;
      line-height: 0.9;
      margin: 0; }
      @media screen and (max-width: 414px) {
        /* line 53, ../scss/pages/_project.scss */
        .intro .intro-text h1 {
          font-size: 4rem; } }
      /* line 62, ../scss/pages/_project.scss */
      .intro .intro-text h1 span {
        font-family: "pragmatica", sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media screen and (max-width: 414px) {
          /* line 62, ../scss/pages/_project.scss */
          .intro .intro-text h1 span {
            font-size: 0.8rem; } }
    @media screen and (max-width: 414px) {
      /* line 74, ../scss/pages/_project.scss */
      .intro .intro-text .ch {
        font-size: 5.5em !important; } }
  /* line 81, ../scss/pages/_project.scss */
  .intro .intro-preview {
    width: 48%;
    flex-basis: 48%;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    position: relative; }
    @media screen and (max-width: 1024px) {
      /* line 81, ../scss/pages/_project.scss */
      .intro .intro-preview {
        width: 100%;
        flex-basis: 100%;
        order: 1; } }
    /* line 95, ../scss/pages/_project.scss */
    .intro .intro-preview img {
      width: 100%;
      height: auto;
      align-self: flex-start; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        /* line 95, ../scss/pages/_project.scss */
        .intro .intro-preview img {
          width: 65%; } }
      @media screen and (max-width: 767px) {
        /* line 95, ../scss/pages/_project.scss */
        .intro .intro-preview img {
          width: 100%; } }

/* line 114, ../scss/pages/_project.scss */
.desc {
  width: 100vw;
  padding: 6vw 9em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }
  @media screen and (min-width: 415px) and (max-width: 1024px) {
    /* line 114, ../scss/pages/_project.scss */
    .desc {
      padding: 7vw 7vw 7vw 9vw; } }
  @media screen and (max-width: 414px) {
    /* line 114, ../scss/pages/_project.scss */
    .desc {
      padding: 15vw 7vw 15vw 15vw; } }
  /* line 127, ../scss/pages/_project.scss */
  .desc a {
    color: #CC6251;
    transition: color 500ms ease-out; }
    /* line 131, ../scss/pages/_project.scss */
    .desc a:hover {
      color: #00BCF2; }
  /* line 135, ../scss/pages/_project.scss */
  .desc .project-section {
    display: flex;
    max-width: 36em;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin: 0 auto; }
    /* line 147, ../scss/pages/_project.scss */
    .desc .project-section p {
      line-height: 2;
      flex-basis: 100%; }
      /* line 150, ../scss/pages/_project.scss */
      .desc .project-section p strong {
        font-weight: 600; }
    /* line 158, ../scss/pages/_project.scss */
    .desc .project-section img {
      margin: 3em 0; }

/* line 164, ../scss/pages/_project.scss */
#project-intro {
  display: flex;
  background: #E0E1E2;
  color: #1A212D;
  justify-content: flex-start;
  flex-wrap: wrap; }
  /* line 171, ../scss/pages/_project.scss */
  #project-intro #goals, #project-intro #preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    flex-basis: 50%;
    padding: 6vw 9em; }
    @media screen and (max-width: 1024px) {
      /* line 171, ../scss/pages/_project.scss */
      #project-intro #goals, #project-intro #preview {
        width: 100%;
        flex-basis: 100%;
        padding: 10vw; } }
    @media screen and (max-width: 414px) {
      /* line 171, ../scss/pages/_project.scss */
      #project-intro #goals, #project-intro #preview {
        padding: 15vw 15vw 7vw 15vw; } }
    /* line 188, ../scss/pages/_project.scss */
    #project-intro #goals a, #project-intro #preview a {
      color: #CC6251;
      transition: color 500ms ease-out; }
      /* line 192, ../scss/pages/_project.scss */
      #project-intro #goals a:hover, #project-intro #preview a:hover {
        color: #00BCF2; }
  /* line 199, ../scss/pages/_project.scss */
  #project-intro #preview {
    padding: 6vw 9em 6vw 0; }
    @media screen and (max-width: 1024px) {
      /* line 199, ../scss/pages/_project.scss */
      #project-intro #preview {
        padding: 0 10vw 10vw; } }
    @media screen and (max-width: 414px) {
      /* line 199, ../scss/pages/_project.scss */
      #project-intro #preview {
        padding: 0 7vw 15vw; } }
    /* line 209, ../scss/pages/_project.scss */
    #project-intro #preview .project-preview {
      height: 40vw;
      width: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1024px) {
        /* line 209, ../scss/pages/_project.scss */
        #project-intro #preview .project-preview {
          height: 54vw; } }
  /* line 222, ../scss/pages/_project.scss */
  #project-intro #objectives {
    padding: 0 9em 6vw;
    margin-top: -6vw; }
    @media screen and (max-width: 1024px) {
      /* line 222, ../scss/pages/_project.scss */
      #project-intro #objectives {
        padding: 10vw;
        margin-top: -10vw; } }
    @media screen and (max-width: 414px) {
      /* line 222, ../scss/pages/_project.scss */
      #project-intro #objectives {
        padding: 7vw 15vw; } }
    /* line 232, ../scss/pages/_project.scss */
    #project-intro #objectives ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      /* line 239, ../scss/pages/_project.scss */
      #project-intro #objectives ul li {
        flex-basis: 20%;
        line-height: 1.8;
        margin-bottom: 1rem;
        font-family: "pragmatica", sans-serif;
        font-size: 0.9rem;
        color: #505559; }
        @media screen and (max-width: 1024px) {
          /* line 239, ../scss/pages/_project.scss */
          #project-intro #objectives ul li {
            flex-basis: 44%;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 414px) {
          /* line 239, ../scss/pages/_project.scss */
          #project-intro #objectives ul li {
            flex-basis: 100%; } }
        /* line 254, ../scss/pages/_project.scss */
        #project-intro #objectives ul li img {
          width: 90%;
          height: auto; }

/* line 266, ../scss/pages/_project.scss */
#process {
  background: white;
  color: #0E182A; }

/* line 270, ../scss/pages/_project.scss */
#moreprocess {
  background: #fafbfb;
  color: #0E182A;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 270, ../scss/pages/_project.scss */
    #moreprocess {
      padding-bottom: 25vw; } }

/* line 279, ../scss/pages/_project.scss */
#reactions {
  background: #fafbfb;
  color: #0E182A;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 279, ../scss/pages/_project.scss */
    #reactions {
      padding-bottom: 25vw; } }

/* line 288, ../scss/pages/_project.scss */
#problems {
  background: white;
  color: #0E182A; }

/* line 292, ../scss/pages/_project.scss */
.process {
  background: white;
  color: #5c6267; }

/* line 296, ../scss/pages/_project.scss */
.full-photo {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex; }
  @media screen and (max-width: 1024px) {
    /* line 296, ../scss/pages/_project.scss */
    .full-photo {
      height: 60vh; } }
  /* line 306, ../scss/pages/_project.scss */
  .full-photo .half-photo {
    flex-basis: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 313, ../scss/pages/_project.scss */
    .full-photo .half-photo:last-of-type {
      transition-delay: 300ms; }

/* line 320, ../scss/pages/_project.scss */
#thumbnails {
  display: flex;
  justify-content: space-between;
  height: 220px;
  width: 100%;
  margin: 3rem 0; }
  @media screen and (max-width: 414px) {
    /* line 320, ../scss/pages/_project.scss */
    #thumbnails {
      height: 176px;
      margin: 1rem 0; } }
  /* line 331, ../scss/pages/_project.scss */
  #thumbnails img {
    height: 100%;
    width: auto;
    margin: 0; }
    @media screen and (max-width: 414px) {
      /* line 336, ../scss/pages/_project.scss */
      #thumbnails img:nth-child(1) {
        display: none; } }

/* line 342, ../scss/pages/_project.scss */
#tablets, #browser-video, #browser-video-wide {
  background-color: #dfe1e3;
  border-radius: 5px;
  height: 40vw;
  width: 60vw;
  padding: 2vw 5vw;
  display: flex;
  align-items: center;
  position: relative;
  margin: 3rem 0; }
  @media screen and (max-width: 414px) {
    /* line 342, ../scss/pages/_project.scss */
    #tablets, #browser-video, #browser-video-wide {
      height: 55vw;
      width: 80vw; } }
  /* line 356, ../scss/pages/_project.scss */
  #tablets .tab-button, #browser-video .tab-button, #browser-video-wide .tab-button {
    width: 1vw;
    height: 5vw;
    border-radius: 5px;
    background-color: #8F959A;
    position: absolute;
    left: 2vw; }
  /* line 364, ../scss/pages/_project.scss */
  #tablets video, #browser-video video, #browser-video-wide video {
    width: 50vw;
    height: auto; }
    @media screen and (max-width: 414px) {
      /* line 364, ../scss/pages/_project.scss */
      #tablets video, #browser-video video, #browser-video-wide video {
        width: 70vw;
        height: auto; } }

/* line 373, ../scss/pages/_project.scss */
#phones {
  background-color: #0E182A;
  border-radius: 20px;
  height: 43em;
  width: 22em;
  padding: 5em 1em 7em;
  display: flex;
  align-items: center;
  position: relative;
  margin: 3rem 32vw; }
  @media screen and (max-width: 414px) {
    /* line 373, ../scss/pages/_project.scss */
    #phones {
      height: 122vw;
      width: 60vw; } }
  /* line 387, ../scss/pages/_project.scss */
  #phones .tab-button {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #1A212D;
    position: absolute;
    left: 9.5em;
    bottom: 1em; }
    @media screen and (max-width: 414px) {
      /* line 387, ../scss/pages/_project.scss */
      #phones .tab-button {
        left: 25vw; } }
  /* line 399, ../scss/pages/_project.scss */
  #phones video {
    width: 20em;
    height: auto; }
    @media screen and (max-width: 414px) {
      /* line 399, ../scss/pages/_project.scss */
      #phones video {
        width: 53vw;
        height: auto; } }

/* line 409, ../scss/pages/_project.scss */
#browser-video {
  padding: 2.5vw 0.5vw 0.5vw 0.5vw;
  height: 35vw;
  width: 50vw;
  margin: 3rem 25vw; }
  @media screen and (max-width: 414px) {
    /* line 409, ../scss/pages/_project.scss */
    #browser-video {
      height: 55vw;
      width: 80vw;
      margin: 2rem 0; } }
  /* line 421, ../scss/pages/_project.scss */
  #browser-video video {
    width: 49vw;
    height: auto; }
    @media screen and (max-width: 414px) {
      /* line 421, ../scss/pages/_project.scss */
      #browser-video video {
        width: 78vw;
        height: auto; } }

/* line 431, ../scss/pages/_project.scss */
#browser-video-wide {
  padding: 2.5vw 0.5vw 0.5vw 0.5vw;
  height: 37vw;
  width: 60vw; }
  @media screen and (max-width: 414px) {
    /* line 431, ../scss/pages/_project.scss */
    #browser-video-wide {
      height: 50vw;
      width: 80vw; } }
  /* line 441, ../scss/pages/_project.scss */
  #browser-video-wide video {
    width: 59vw;
    height: auto; }
    @media screen and (max-width: 414px) {
      /* line 441, ../scss/pages/_project.scss */
      #browser-video-wide video {
        width: 77vw;
        height: auto; } }

/* line 451, ../scss/pages/_project.scss */
#twitter-results {
  height: 500px;
  width: 80vw;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  /* line 457, ../scss/pages/_project.scss */
  #twitter-results .tweet {
    flex-basis: 20%;
    width: 20vw; }

/* line 460, ../scss/pages/_project.scss */
#comments {
  width: 66%;
  max-width: 80vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  /* line 466, ../scss/pages/_project.scss */
  #comments h3 {
    flex-basis: 100%; }
  /* line 470, ../scss/pages/_project.scss */
  #comments p {
    flex-basis: 40%;
    width: auto !important;
    margin-bottom: 2em; }
    @media screen and (max-width: 414px) {
      /* line 470, ../scss/pages/_project.scss */
      #comments p {
        flex-basis: 90% !important; } }

/* line 481, ../scss/pages/_project.scss */
.wireframe {
  width: 50vw;
  margin: 2em 20vw;
  height: auto;
  align-self: center;
  border: 1px solid #efefef; }
  @media screen and (max-width: 414px) {
    /* line 481, ../scss/pages/_project.scss */
    .wireframe {
      width: 90vw;
      margin: 2em 4vw; } }

/* line 1, ../scss/pages/_gallery.scss */
.barba-container {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 414px) {
    /* line 1, ../scss/pages/_gallery.scss */
    .barba-container {
      flex-direction: column; } }

/* line 14, ../scss/pages/_gallery.scss */
#filter {
  width: 30%;
  position: fixed;
  padding: 9em 0 0 9em;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 415px) and (max-width: 1024px) {
    /* line 14, ../scss/pages/_gallery.scss */
    #filter {
      position: relative; } }
  @media screen and (max-width: 414px) {
    /* line 14, ../scss/pages/_gallery.scss */
    #filter {
      padding: 19vw 0 7vw 24vw;
      align-items: center;
      position: relative;
      width: 100%; } }
  /* line 38, ../scss/pages/_gallery.scss */
  #filter .filter-option a {
    font-size: 5em;
    font-family: "rift";
    margin: 0;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-decoration: none; }
    @media screen and (max-width: 414px) {
      /* line 38, ../scss/pages/_gallery.scss */
      #filter .filter-option a {
        font-size: 3em; } }

/* line 52, ../scss/pages/_gallery.scss */
#helloimthe {
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("/images/logobg.png");
  background-size: cover;
  background-position: center; }
  /* line 63, ../scss/pages/_gallery.scss */
  #helloimthe h1 {
    font-size: 8rem;
    margin: 0;
    line-height: 1; }
  /* line 68, ../scss/pages/_gallery.scss */
  #helloimthe span {
    font-weight: 100;
    font-size: 2rem; }

/* line 76, ../scss/pages/_gallery.scss */
#wrapper-major, #wrapper-minor {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0);
  background: #1A212D; }
  @media screen and (min-width: 415px) and (max-width: 1024px) {
    /* line 76, ../scss/pages/_gallery.scss */
    #wrapper-major, #wrapper-minor {
      padding: 7vw 0 7vw 9vw; } }
  @media screen and (max-width: 414px) {
    /* line 76, ../scss/pages/_gallery.scss */
    #wrapper-major, #wrapper-minor {
      padding: 7vw 0 7vw 15vw;
      align-items: center; } }
  /* line 90, ../scss/pages/_gallery.scss */
  #wrapper-major .wrapper-inner, #wrapper-minor .wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    position: relative;
    overflow-x: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end; }
    /* line 100, ../scss/pages/_gallery.scss */
    #wrapper-major .wrapper-inner .wrapper-title, #wrapper-minor .wrapper-inner .wrapper-title {
      flex-basis: 25%;
      flex-shrink: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 4vw;
      height: 100vh;
      position: -webkit-sticky;
      position: sticky;
      top: 0px; }
      @media screen and (max-width: 414px) {
        /* line 100, ../scss/pages/_gallery.scss */
        #wrapper-major .wrapper-inner .wrapper-title, #wrapper-minor .wrapper-inner .wrapper-title {
          flex-basis: 0%; } }
      /* line 115, ../scss/pages/_gallery.scss */
      #wrapper-major .wrapper-inner .wrapper-title h2, #wrapper-minor .wrapper-inner .wrapper-title h2 {
        font-size: 10vw;
        display: none; }
    /* line 121, ../scss/pages/_gallery.scss */
    #wrapper-major .wrapper-inner #boti, #wrapper-minor .wrapper-inner #boti {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      flex-basis: 0%;
      flex-shrink: 3;
      height: 100%;
      position: relative;
      overflow: hidden;
      background-color: #E0E1E2;
      color: #0E182A;
      transition: flex-basis 400ms ease-in; }
      /* line 137, ../scss/pages/_gallery.scss */
      #wrapper-major .wrapper-inner #boti:before, #wrapper-minor .wrapper-inner #boti:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 2; }
      /* line 148, ../scss/pages/_gallery.scss */
      #wrapper-major .wrapper-inner #boti .the-inside, #wrapper-minor .wrapper-inner #boti .the-inside {
        margin: 7vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        opacity: 0;
        transition: opacity 400ms ease-in;
        transition-delay: 400ms;
        position: sticky; }
        /* line 159, ../scss/pages/_gallery.scss */
        #wrapper-major .wrapper-inner #boti .the-inside h2, #wrapper-minor .wrapper-inner #boti .the-inside h2 {
          font-size: 8vw;
          flex-basis: 100%; }
          @media screen and (max-width: 414px) {
            /* line 159, ../scss/pages/_gallery.scss */
            #wrapper-major .wrapper-inner #boti .the-inside h2, #wrapper-minor .wrapper-inner #boti .the-inside h2 {
              font-size: 2.8rem; } }
        /* line 168, ../scss/pages/_gallery.scss */
        #wrapper-major .wrapper-inner #boti .the-inside .proj-entry, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry {
          text-decoration: none;
          color: #1A212D;
          flex-basis: 44%;
          transition: all 300ms ease-in;
          z-index: 4;
          text-decoration: none;
          margin-bottom: 10rem; }
          @media screen and (max-width: 1024px) {
            /* line 168, ../scss/pages/_gallery.scss */
            #wrapper-major .wrapper-inner #boti .the-inside .proj-entry, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry {
              flex-basis: 100%;
              margin-bottom: 5rem; } }
          /* line 181, ../scss/pages/_gallery.scss */
          #wrapper-major .wrapper-inner #boti .the-inside .proj-entry .proj-img, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry .proj-img {
            width: 100%;
            padding-top: 65%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            margin-bottom: 2vw;
            border-radius: 2px;
            position: relative; }
          /* line 191, ../scss/pages/_gallery.scss */
          #wrapper-major .wrapper-inner #boti .the-inside .proj-entry .overlay, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry .overlay {
            background: rgba(14, 24, 42, 0.4);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transition: all 300ms ease-in; }
            /* line 202, ../scss/pages/_gallery.scss */
            #wrapper-major .wrapper-inner #boti .the-inside .proj-entry .overlay:hover, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry .overlay:hover {
              background: rgba(14, 24, 42, 0.3); }
          /* line 212, ../scss/pages/_gallery.scss */
          #wrapper-major .wrapper-inner #boti .the-inside .proj-entry h3, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry h3 {
            font-size: 2.8rem;
            line-height: 1;
            white-space: nowrap;
            margin: 0;
            font-family: "rift";
            font-weight: 600; }
          /* line 220, ../scss/pages/_gallery.scss */
          #wrapper-major .wrapper-inner #boti .the-inside .proj-entry span, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry span {
            font-size: 1rem;
            text-transform: uppercase;
            color: #aaaeb2; }
          /* line 225, ../scss/pages/_gallery.scss */
          #wrapper-major .wrapper-inner #boti .the-inside .proj-entry p, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry p {
            margin: 1rem auto; }
          /* line 230, ../scss/pages/_gallery.scss */
          #wrapper-major .wrapper-inner #boti .the-inside .proj-entry .go, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry .go {
            display: flex;
            align-items: center; }
            /* line 234, ../scss/pages/_gallery.scss */
            #wrapper-major .wrapper-inner #boti .the-inside .proj-entry .go span, #wrapper-minor .wrapper-inner #boti .the-inside .proj-entry .go span {
              margin-left: 0.25rem; }
      /* line 244, ../scss/pages/_gallery.scss */
      #wrapper-major .wrapper-inner #boti .isVisible, #wrapper-minor .wrapper-inner #boti .isVisible {
        transition-delay: 500ms;
        opacity: 1 !important; }
    /* line 249, ../scss/pages/_gallery.scss */
    #wrapper-major .wrapper-inner .expanded, #wrapper-minor .wrapper-inner .expanded {
      flex-basis: 75% !important; }
      @media screen and (max-width: 414px) {
        /* line 249, ../scss/pages/_gallery.scss */
        #wrapper-major .wrapper-inner .expanded, #wrapper-minor .wrapper-inner .expanded {
          flex-basis: 100% !important; } }

/* line 259, ../scss/pages/_gallery.scss */
#timeandspace {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  /* line 267, ../scss/pages/_gallery.scss */
  #timeandspace p {
    font-size: 1.2rem;
    font-weight: 300; }
    @media screen and (max-width: 414px) {
      /* line 267, ../scss/pages/_gallery.scss */
      #timeandspace p {
        max-width: 14em; } }
  /* line 275, ../scss/pages/_gallery.scss */
  #timeandspace a {
    text-decoration: none;
    color: #8F959A;
    transition: color 300ms ease; }
    /* line 279, ../scss/pages/_gallery.scss */
    #timeandspace a:hover {
      color: white; }

/* line 289, ../scss/pages/_gallery.scss */
#wrapper-minor .wrapper-inner .wrapper-title {
  display: none; }
/* line 292, ../scss/pages/_gallery.scss */
#wrapper-minor .wrapper-inner #boti {
  flex-basis: 75%; }
  @media screen and (max-width: 414px) {
    /* line 292, ../scss/pages/_gallery.scss */
    #wrapper-minor .wrapper-inner #boti {
      flex-basis: 100%; } }
  /* line 297, ../scss/pages/_gallery.scss */
  #wrapper-minor .wrapper-inner #boti .the-inside {
    opacity: 1; }

/* CSS Document */
@media screen and (max-width: 414px) {
  /* line 2, ../scss/pages/_about.scss */
  #aboutme, #contactme {
    padding: 15vw; } }
/* line 8, ../scss/pages/_about.scss */
#aboutme p, #contactme p {
  color: #aaaeb2;
  font-weight: 300; }
  /* line 12, ../scss/pages/_about.scss */
  #aboutme p span, #contactme p span {
    color: white;
    font-weight: 500; }
  /* line 17, ../scss/pages/_about.scss */
  #aboutme p .icon, #contactme p .icon {
    font-size: 2rem;
    display: inline-block;
    margin: 0 0.5rem 0 0.5rem; }
  /* line 22, ../scss/pages/_about.scss */
  #aboutme p a, #contactme p a {
    color: #aaaeb2;
    text-decoration: none;
    transition: color 300ms ease-in; }
    /* line 27, ../scss/pages/_about.scss */
    #aboutme p a:hover, #contactme p a:hover {
      color: white; }

/* line 36, ../scss/pages/_about.scss */
#aboutme {
  padding: 8vw 12vw 5vw;
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    /* line 36, ../scss/pages/_about.scss */
    #aboutme {
      flex-basis: 100%; } }

/* line 48, ../scss/pages/_about.scss */
#contactme {
  flex-basis: 40%;
  padding: 5vw 12vw; }
  /* line 51, ../scss/pages/_about.scss */
  #contactme img {
    margin-top: 2rem; }
  @media screen and (min-width: 415px) and (max-width: 1024px) {
    /* line 48, ../scss/pages/_about.scss */
    #contactme {
      flex-basis: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap; }
      /* line 60, ../scss/pages/_about.scss */
      #contactme img {
        flex-basis: 40%; }
      /* line 63, ../scss/pages/_about.scss */
      #contactme div {
        flex-basis: 40%; } }
  @media screen and (max-width: 414px) {
    /* line 48, ../scss/pages/_about.scss */
    #contactme {
      margin-top: -25vw;
      flex-basis: 100%;
      display: flex;
      flex-direction: column; }
      /* line 70, ../scss/pages/_about.scss */
      #contactme img {
        order: 2;
        align-self: center;
        margin-top: 2rem; }
      /* line 75, ../scss/pages/_about.scss */
      #contactme div {
        order: 1; } }
  /* line 78, ../scss/pages/_about.scss */
  #contactme #contact a {
    color: #aaaeb2; }
    /* line 80, ../scss/pages/_about.scss */
    #contactme #contact a:hover {
      color: #CC6251; }
  /* line 86, ../scss/pages/_about.scss */
  #contactme #findme {
    display: flex; }
    /* line 89, ../scss/pages/_about.scss */
    #contactme #findme a {
      color: #aaaeb2;
      transition: color 300ms ease-in;
      text-decoration: none;
      font-size: 2rem;
      margin-right: 1rem; }
      /* line 95, ../scss/pages/_about.scss */
      #contactme #findme a:hover {
        color: white; }
