@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Remove Margins for h1 - h6 - p tags
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #5e6b8b;
  background-color: #fff;
}

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

[class^=icon-], [class*=" icon-"] {
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor;
}
[class^=icon-].icon-brad, [class*=" icon-"].icon-brad {
  height: 75px;
  width: 75px;
}
[class^=icon-].icon-md, [class*=" icon-"].icon-md {
  height: 25px;
  width: 25px;
}
[class^=icon-].icon-sm, [class*=" icon-"].icon-sm {
  height: 20px;
  width: 20px;
}
[class^=icon-].icon-xs, [class*=" icon-"].icon-xs {
  height: 15px;
  width: 15px;
}
[class^=icon-].icon-ss, [class*=" icon-"].icon-ss {
  height: 18px;
  width: 18px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 576px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 540px) {
  .outer-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.outer-container--full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.outer-container--full::after {
  clear: both;
  content: "";
  display: block;
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 576px) {
  .hidden--xxs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden--xs {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.img-circle {
  border-radius: 50%;
}

.img-responsive {
  max-width: 100%;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.btn {
  color: #202a3c;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  border-radius: 0px;
  padding: 12px 45px 15px;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: inherit;
}

.btn--default {
  color: #030303;
  background-color: #fff;
  border-color: #030303;
  font-family: "Roboto Mono", monospace;
}
.btn--default:hover {
  background-color: #030303;
  color: #fff;
}

.btn--block {
  display: block;
  width: 100%;
}

.form__label {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
}

.form__label--span {
  display: inline-block;
}

.form__input {
  display: block;
  width: 100%;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.25;
  color: #55595c;
  font-family: inherit;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(42, 158, 209, 0.075);
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
.form__input:focus {
  border-color: #2a9ed1;
}
.form__input[readonly] {
  background-color: #f4f7fc;
}

.form__col--6 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__col--6 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-bottom: 0px;
  }
  .form__col--6:last-child {
    margin-right: 0;
  }
  .form__col--6:nth-child(2n) {
    margin-right: 0;
  }
  .form__col--6:nth-child(2n+1) {
    clear: left;
  }
}

.form__row {
  margin-bottom: 20px;
}

.form__caption {
  font-size: 13px;
  line-height: 1.5;
  color: #5e6b8b;
}

.form-link {
  color: #5e6b8b;
  text-decoration: underline;
}
.form-link:hover {
  color: #414a60;
  text-decoration: underline;
}

.section--landing {
  min-height: 100vh;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section--landing {
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.section__logo {
  margin-bottom: 23px;
}
.section__logo:hover {
  cursor: pointer;
}
.section__logo svg #eyes {
  animation-name: rolleyes;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  transition: all 0.3s ease-in-out;
  d: path("M90.36 49.443c-1.645-.475-2.853-2.488-2.557-4.795.423-1.852 2.212-3.21 4.263-2.878 1.645.476 2.853 2.489 2.557 4.796-.422 1.851-2.211 3.21-4.262 2.877zM55.301 45.054c-1.865.28-3.678-1.181-4.049-3.264-.37-2.083.842-3.998 2.707-4.278 1.866-.28 3.678 1.181 4.049 3.264.37 2.083-.841 3.998-2.707 4.278z");
}
.section__logo svg:hover #eyes {
  d: path("M92.36 55.443c-1.645-.475-2.853-2.488-2.557-4.795.423-1.852 2.212-3.21 4.263-2.878 1.645.476 2.853 2.489 2.557 4.796-.422 1.851-2.211 3.21-4.262 2.877zM55.301 55.054c-1.865.28-3.678-1.181-4.049-3.264-.37-2.083.842-3.998 2.707-4.278 1.866-.28 3.678 1.181 4.049 3.264.37 2.083-.841 3.998-2.707 4.278z");
}
.section__text {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .section__text {
    font-size: 40px;
  }
}
.section__text__item {
  color: #030303;
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 1.5;
}
.section__text__outline {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  color: #030303;
  max-width: 449px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.76;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .section__text__outline {
    font-size: 16px;
  }
}
.section__text__split {
  position: relative;
  line-height: 1.76;
}
.section__text__split:after {
  content: "<!———>";
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  color: #626262;
}

.grey__text {
  color: #9a9a9a;
}

.underlined {
  text-decoration: none;
  position: relative;
  letter-spacing: 0.3px;
  transition: all 0.3s ease-in-out;
}
.underlined:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #9a9a9a;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .underlined:after {
    bottom: 10px;
  }
}
.underlined:hover {
  letter-spacing: 2.3px;
}
.underlined:hover:after {
  bottom: 0;
}

.social__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social__media__item__link {
  display: block;
  padding: 10px 8px;
}
@media screen and (max-width: 767px) {
  .social__media__item__link {
    padding: 0px 8px;
  }
  .social__media__item__link svg {
    width: 30px;
    height: 30px;
  }
}

.pre-caption {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .pre-caption {
    left: -120px;
    right: auto;
    bottom: 160px;
    transform: rotate(-90deg);
  }
}
.pre-caption__link {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  padding: 10px 15px;
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pre-caption__link {
    font-size: 16px;
  }
}
.pre-caption__link:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 0px;
  background-color: #9a9a9a;
  transition: all 0.3s ease-in-out;
}
.pre-caption__link:hover:after {
  height: 1px;
  bottom: 5px;
}

.post-caption {
  display: flex;
}
@media screen and (min-width: 768px) {
  .post-caption {
    position: fixed;
    right: -160px;
    top: 180px;
    transform: rotate(90deg);
  }
}
.post-caption__link {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  padding: 10px 15px;
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
}
@media screen and (min-width: 768px) {
  .post-caption__link {
    font-size: 16px;
  }
}

.slider__left {
  color: #030303;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 100px;
}
.slider__left:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slider__left {
    position: fixed;
    left: 0;
    width: 500px;
    top: 0;
    bottom: 0;
    background-color: transparent;
  }
}

.slider__right {
  color: #030303;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
}
.slider__right:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slider__right {
    position: fixed;
    right: 0;
    width: 500px;
    top: 0;
    bottom: 0;
    background-color: transparent;
  }
}

.slider__text {
  letter-spacing: 0px;
  line-height: 1.5;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}

.rad-enter-active {
  animation: bounce-in 0.3s;
}

.fader {
  animation: fadeIn 0.1s;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide-left {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-1200px);
  }
}
@keyframes slide-right {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(1200px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rolleyes {
  0% {
    d: path("M90.36 49.443c-1.645-.475-2.853-2.488-2.557-4.795.423-1.852 2.212-3.21 4.263-2.878 1.645.476 2.853 2.489 2.557 4.796-.422 1.851-2.211 3.21-4.262 2.877zM55.301 45.054c-1.865.28-3.678-1.181-4.049-3.264-.37-2.083.842-3.998 2.707-4.278 1.866-.28 3.678 1.181 4.049 3.264.37 2.083-.841 3.998-2.707 4.278z");
  }
  50% {
    d: path("M92.36 55.443c-1.645-.475-2.853-2.488-2.557-4.795.423-1.852 2.212-3.21 4.263-2.878 1.645.476 2.853 2.489 2.557 4.796-.422 1.851-2.211 3.21-4.262 2.877zM55.301 55.054c-1.865.28-3.678-1.181-4.049-3.264-.37-2.083.842-3.998 2.707-4.278 1.866-.28 3.678 1.181 4.049 3.264.37 2.083-.841 3.998-2.707 4.278z");
  }
  100% {
    d: path("M90.36 49.443c-1.645-.475-2.853-2.488-2.557-4.795.423-1.852 2.212-3.21 4.263-2.878 1.645.476 2.853 2.489 2.557 4.796-.422 1.851-2.211 3.21-4.262 2.877zM55.301 45.054c-1.865.28-3.678-1.181-4.049-3.264-.37-2.083.842-3.998 2.707-4.278 1.866-.28 3.678 1.181 4.049 3.264.37 2.083-.841 3.998-2.707 4.278z");
  }
}
@media screen and (max-width: 767px) {
  .slido {
    display: none;
  }
}

.browser {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 36px;
  max-width: 650px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .browser {
    max-width: 650px;
  }
}
@media screen and (min-width: 992px) {
  .browser {
    width: 650px;
  }
}
.browser__header {
  height: 28px;
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.browser__header__dots {
  height: 6px;
  width: 6px;
  border: 1px solid #030303;
  margin-right: 5px;
  background-color: #030303;
  border-radius: 50%;
}
.browser__content {
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .browser__content {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .browser:before {
    position: absolute;
    content: "Swipe right for more projects >>";
    top: -30px;
    right: 0;
    font-size: 8px;
    padding-bottom: 5px;
    font-family: "Roboto Mono", monospace;
  }
}

.project-section {
  min-height: 100vh;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .project-section {
    display: flex;
    align-items: center;
  }
}

.project__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 0.81;
  letter-spacing: 0.4px;
  text-align: center;
  color: #030303;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .project__title {
    font-size: 48px;
  }
}

.project__description {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.76;
  text-align: center;
  color: #030303;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .project__description {
    font-size: 17px;
  }
}

.project__action {
  margin-bottom: 24px;
}

.project__image {
  width: 100%;
}

.back {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  text-align: center;
  color: #9a9a9a;
  text-decoration: none;
}

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