/* line 7, src/sass/_layout.scss */
body.modal-open {
  overflow: hidden; }

/* line 11, src/sass/_layout.scss */
.container, .nav__container, .intro, .work__content, .contact__container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }
  /* line 16, src/sass/_layout.scss */
  .container--text, .intro__text, .contact__text {
    max-width: 700px; }
  @media (min-width: 768px) {
    /* line 11, src/sass/_layout.scss */
    .container, .nav__container, .intro, .work__content, .contact__container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1600px) {
    /* line 11, src/sass/_layout.scss */
    .container, .nav__container, .intro, .work__content, .contact__container {
      padding-left: 140px;
      padding-right: 140px; } }

@font-face {
  font-family: 'plain-light';
  src: url("../fonts/Plain-Light.woff") format("woff"); }

@font-face {
  font-family: 'plain-thin';
  src: url("../fonts/Plain-Thin.woff") format("woff"); }

@font-face {
  font-family: 'plain-bold';
  src: url("../fonts/Plain-Bold.woff") format("woff"); }

/* line 38, src/sass/_type.scss */
body {
  font-family: 'plain-light', Helvetica, sans-serif;
  font-weight: 200 !important;
  color: #FFF; }

/* line 43, src/sass/_type.scss */
h1 {
  margin: 0; }

/* line 47, src/sass/_type.scss */
p {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0; }

/* line 54, src/sass/_type.scss */
.headline-1 {
  font-family: 'plain-thin', Helvetica, sans-serif;
  font-weight: 200 !important;
  font-size: 36px;
  line-height: 42px; }
  @media (min-width: 768px) {
    /* line 54, src/sass/_type.scss */
    .headline-1 {
      font-size: 44px;
      line-height: 52px; } }

/* line 66, src/sass/_type.scss */
.headline-2, .nav__item {
  font-family: 'plain-thin', Helvetica, sans-serif;
  font-weight: 200 !important;
  font-size: 32px;
  line-height: 38px; }
  @media (min-width: 768px) {
    /* line 66, src/sass/_type.scss */
    .headline-2, .nav__item {
      font-size: 44px;
      line-height: 52px; } }

/* line 78, src/sass/_type.scss */
.headline-3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #48E5C2; }
  @media (min-width: 768px) {
    /* line 78, src/sass/_type.scss */
    .headline-3 {
      font-size: 20px;
      line-height: 24px; } }

/* line 91, src/sass/_type.scss */
.green {
  color: #48E5C2; }

/* line 95, src/sass/_type.scss */
a {
  color: #48E5C2;
  text-decoration: none;
  transition: all .2s linear; }
  /* line 100, src/sass/_type.scss */
  a:hover {
    color: #606060;
    text-decoration: none; }

/* line 106, src/sass/_type.scss */
.logo {
  display: inline-block;
  margin-top: 40px; }

/* line 1, src/sass/_nav.scss */
.nav {
  position: fixed;
  right: 30px;
  top: 45px;
  z-index: 9; }
  @media (min-width: 768px) {
    /* line 1, src/sass/_nav.scss */
    .nav {
      top: 50px; } }
  /* line 12, src/sass/_nav.scss */
  .nav__checkbox:checked + .nav__icon i {
    transition: all 0.3s ease; }
  /* line 16, src/sass/_nav.scss */
  .nav__checkbox:checked + .nav__icon i:nth-child(1) {
    transform: translateY(9px) rotate(45deg); }
  /* line 20, src/sass/_nav.scss */
  .nav__checkbox:checked + .nav__icon i:nth-child(2) {
    opacity: 0; }
  /* line 24, src/sass/_nav.scss */
  .nav__checkbox:checked + .nav__icon i:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); }
  /* line 28, src/sass/_nav.scss */
  .nav__checkbox:checked ~ .nav__container {
    z-index: 999;
    opacity: .98;
    width: 100vw;
    padding: 0 40px; }
  /* line 35, src/sass/_nav.scss */
  .nav__checkbox:checked ~ .nav__container ul li a {
    opacity: 1;
    transform: translateY(0); }
  /* line 40, src/sass/_nav.scss */
  .nav__checkbox.hidden {
    display: none; }
  /* line 46, src/sass/_nav.scss */
  .nav__container {
    background: #48E5C2;
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s linear;
    right: 0;
    width: 0;
    z-index: -1; }
  /* line 62, src/sass/_nav.scss */
  .nav__list {
    margin-top: 140px; }
  /* line 67, src/sass/_nav.scss */
  .nav__item {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px; }
    /* line 77, src/sass/_nav.scss */
    .nav__item:nth-child(1) a {
      transition-delay: 0.2s; }
    /* line 81, src/sass/_nav.scss */
    .nav__item:nth-child(2) a {
      transition-delay: 0.25s; }
    /* line 85, src/sass/_nav.scss */
    .nav__item:nth-child(3) a {
      transition-delay: 0.3s; }
    /* line 89, src/sass/_nav.scss */
    .nav__item:nth-child(4) a {
      transition-delay: 0.35s; }
    /* line 93, src/sass/_nav.scss */
    .nav__item:nth-child(5) a {
      transition-delay: 0.4s; }
    /* line 97, src/sass/_nav.scss */
    .nav__item:nth-child(6) a {
      transition-delay: 0.45s; }
    /* line 101, src/sass/_nav.scss */
    .nav__item:nth-child(7) a {
      transition-delay: 0.5s; }
    /* line 105, src/sass/_nav.scss */
    .nav__item:not(:first-child) {
      margin-left: 0; }
    /* line 109, src/sass/_nav.scss */
    .nav__item a {
      color: #1f2227;
      opacity: 0;
      transform: translateY(-20px);
      transition: all .5s ease; }
      /* line 115, src/sass/_nav.scss */
      .nav__item a:hover {
        color: #FFF; }
  /* line 121, src/sass/_nav.scss */
  .nav__social {
    text-align: right;
    width: 100%; }
    /* line 125, src/sass/_nav.scss */
    .nav__social .nav__item {
      display: inline-block;
      margin-left: 20px !important;
      margin-top: 15px;
      width: auto; }
      /* line 131, src/sass/_nav.scss */
      .nav__social .nav__item a {
        font-size: 24px; }
  /* line 137, src/sass/_nav.scss */
  .nav__icon {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9999; }
    /* line 146, src/sass/_nav.scss */
    .nav__icon:hover {
      color: red; }
    /* line 150, src/sass/_nav.scss */
    .nav__icon i {
      display: block;
      width: 30px;
      height: 3px;
      background: #FFF;
      border-radius: 2px;
      margin-left: 14px; }
    /* line 159, src/sass/_nav.scss */
    .nav__icon i:nth-child(2) {
      margin-top: 6px;
      opacity: 1; }
    /* line 164, src/sass/_nav.scss */
    .nav__icon i:nth-child(3) {
      margin-top: 6px; }

/* line 1, src/sass/_buttons.scss */
a.button,
button {
  font-family: 'plain-bold', Helvetica, sans-serif;
  font-weight: 200 !important;
  background: #48E5C2;
  border-radius: 5px;
  border: 0;
  color: #1f2227;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 18px;
  margin-top: 5px;
  outline: none;
  padding: 20px 20px 16px;
  text-transform: uppercase;
  transition: all .2s linear; }
  /* line 20, src/sass/_buttons.scss */
  a.button:hover,
  button:hover {
    background: #FFF; }
  /* line 24, src/sass/_buttons.scss */
  a.button:focus, a.button:focus-visible,
  button:focus,
  button:focus-visible {
    box-shadow: 0 0 0 2px #0d6efd;
    outline: none; }
  /* line 30, src/sass/_buttons.scss */
  a.button.low-emphasis,
  button.low-emphasis {
    background: none;
    color: #48E5C2;
    padding: 5px 0; }
  /* line 36, src/sass/_buttons.scss */
  a.button.centered,
  button.centered {
    left: 50%;
    position: relative;
    transform: translateX(-50%); }

/* line 1, src/sass/_intro.scss */
.intro {
  background: #1f2227;
  background: linear-gradient(210deg, #1f2227 0%, #1f2227 31%, #48e5c2 100%);
  border-bottom: 1px solid #EEE;
  height: 95vh;
  position: relative;
  transition: all .5s ease-out;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */ }
  /* line 11, src/sass/_intro.scss */
  .intro__content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  /* line 17, src/sass/_intro.scss */
  .intro__text {
    margin-top: 0;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  /* line 57, src/sass/_intro.scss */
  .intro .scroll-down {
    background: none;
    border: none;
    bottom: 5px;
    color: #FFF;
    cursor: pointer;
    left: 50%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%); }
    /* line 70, src/sass/_intro.scss */
    .intro .scroll-down img {
      width: 30px; }
      @media (min-width: 1024px) {
        /* line 70, src/sass/_intro.scss */
        .intro .scroll-down img {
          width: 50px; } }

/* line 1, src/sass/_work.scss */
.work {
  background: #FFF; }
  /* line 4, src/sass/_work.scss */
  .work__item {
    border-bottom: 1px solid #EEE;
    background-color: #1f2227;
    height: 100vw;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: all .5s ease-out;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 4, src/sass/_work.scss */
      .work__item {
        height: 768px; } }
  /* line 19, src/sass/_work.scss */
  .work__cover {
    width: 100%;
    height: 100%; }
    /* line 23, src/sass/_work.scss */
    .work__cover img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 1; }
  /* line 32, src/sass/_work.scss */
  .work__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #1f2227;
    background: linear-gradient(140deg, #1f2227 0%, rgba(31, 34, 39, 0) 70%);
    transition: opacity .3s linear; }
    @media (min-width: 1024px) {
      /* line 32, src/sass/_work.scss */
      .work__overlay {
        background: linear-gradient(140deg, #1f2227 0%, rgba(31, 34, 39, 0) 50%); } }
    /* line 45, src/sass/_work.scss */
    .work__item:hover .work__overlay {
      opacity: 0; }
  /* line 50, src/sass/_work.scss */
  .work__content {
    z-index: 8;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  /* line 59, src/sass/_work.scss */
  .work__title {
    margin: 5px 0 10px; }
  /* line 63, src/sass/_work.scss */
  .work__subtitle {
    margin: 5px 0 0; }
  /* line 67, src/sass/_work.scss */
  .work__modal {
    background: #48E5C2;
    left: 0;
    height: 100vh;
    overflow-x: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .3s linear;
    width: 0;
    z-index: 998; }
    /* line 79, src/sass/_work.scss */
    .work__modal.open {
      pointer-events: all;
      width: 100vw; }

/* line 1, src/sass/_contact.scss */
.contact {
  background: #1f2227;
  background: linear-gradient(140deg, #1f2227 0%, #1f2227 31%, #48e5c2 100%);
  height: 100vw;
  text-align: right !important; }
  @media (min-width: 768px) {
    /* line 1, src/sass/_contact.scss */
    .contact {
      height: 768px; } }
  /* line 11, src/sass/_contact.scss */
  .contact__container {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  /* line 23, src/sass/_contact.scss */
  .contact h2 {
    margin-top: 0; }
  /* line 27, src/sass/_contact.scss */
  .contact h3 {
    margin-top: 40px;
    margin-bottom: 0; }
  /* line 32, src/sass/_contact.scss */
  .contact p {
    margin-top: 0;
    padding: 0; }
  /* line 37, src/sass/_contact.scss */
  .contact a {
    color: #FFF;
    opacity: 1 !important; }
  /* line 42, src/sass/_contact.scss */
  .contact ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px; }
  /* line 48, src/sass/_contact.scss */
  .contact li {
    display: inline-block;
    margin: 0 0 0 20px; }
  /* line 53, src/sass/_contact.scss */
  .contact .fa {
    font-size: 30px; }

/* line 10, src/sass/_project.scss */
.project {
  background: #EEE;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100vw; }
  /* line 17, src/sass/_project.scss */
  .project__header {
    background: #1f2227;
    padding: 20px 20px 0; }
    /* line 21, src/sass/_project.scss */
    .project__header--container {
      opacity: 0;
      transition: opacity .4s linear;
      color: #1f2227;
      margin: 0 auto;
      max-width: 900px;
      padding-bottom: 20px; }
      /* line 5, src/sass/_project.scss */
      .work__modal.open .project__header--container {
        opacity: 1; }
    /* line 31, src/sass/_project.scss */
    .project__header h1 {
      font-family: 'plain-light', Helvetica, sans-serif;
      font-weight: 200 !important;
      color: #FFF;
      margin: 0; }
    /* line 38, src/sass/_project.scss */
    .project__header h3 {
      color: #48E5C2; }
    /* line 42, src/sass/_project.scss */
    .project__header--subtitle {
      color: #606060;
      margin: 40px 0 0; }
  /* line 48, src/sass/_project.scss */
  .project__cover img {
    border-radius: 5px;
    margin: 24px 0 0px;
    width: 100%; }
  /* line 54, src/sass/_project.scss */
  .project__skills {
    list-style: none;
    margin: 20px 0 0;
    padding: 0; }
    /* line 59, src/sass/_project.scss */
    .project__skills li {
      font-family: 'plain-bold', Helvetica, sans-serif;
      font-weight: 200 !important;
      background: #48E5C2;
      border-radius: 5px;
      display: inline-block;
      font-size: 14px;
      margin: 5px 5px 5px 0;
      padding: 10px; }
      /* line 69, src/sass/_project.scss */
      .project__skills li:last-child {
        border-right: none; }
  /* line 75, src/sass/_project.scss */
  .project__details {
    opacity: 0;
    transition: opacity .4s linear;
    color: #1f2227;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px 40px; }
    /* line 5, src/sass/_project.scss */
    .work__modal.open .project__details {
      opacity: 1; }
    /* line 83, src/sass/_project.scss */
    .project__details p {
      padding: 0 7px; }
    /* line 87, src/sass/_project.scss */
    .project__details a {
      color: #0d6efd;
      text-decoration: underline; }
    /* line 92, src/sass/_project.scss */
    .project__details img, .project__details iframe {
      border-radius: 5px;
      width: 100%; }
      /* line 96, src/sass/_project.scss */
      .project__details img.narrow, .project__details iframe.narrow {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        max-width: 400px; }
    /* line 103, src/sass/_project.scss */
    .project__details .row {
      font-size: 0;
      margin: 20px 0;
      width: 100%; }
      @media (min-width: 768px) {
        /* line 103, src/sass/_project.scss */
        .project__details .row {
          left: 50%;
          position: relative;
          transform: translateX(-50%);
          width: 66%;
          max-width: 700px; } }
      @media (min-width: 1200px) {
        /* line 103, src/sass/_project.scss */
        .project__details .row {
          left: 140px;
          transform: none; } }
      /* line 120, src/sass/_project.scss */
      .project__details .row .col-1-2 {
        display: inline;
        margin: 12px 0;
        width: 50%; }
        /* line 125, src/sass/_project.scss */
        .project__details .row .col-1-2:nth-child(1) {
          padding-left: 10px;
          padding-right: 5px; }
        /* line 130, src/sass/_project.scss */
        .project__details .row .col-1-2:nth-child(2) {
          padding-left: 5px;
          padding-right: 10px; }
