html {
  background-color: #6d6d6d;
  background-image: url(../img/marble.jpg);
  background-blend-mode: multiply; }

body {
  margin: 0; }

a {
  color: #26A3FF;
  text-decoration: none;
  text-decoration-skip: ink; }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts//Inter-UI-Regular.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-Regular.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts//Inter-UI-Italic.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-Italic.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts//Inter-UI-Medium.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-Medium.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts//Inter-UI-MediumItalic.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-MediumItalic.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts//Inter-UI-Bold.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-Bold.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts//Inter-UI-BoldItalic.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-BoldItalic.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts//Inter-UI-Black.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-Black.woff?v=2.3") format("woff"); }
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts//Inter-UI-BlackItalic.woff2?v=2.3") format("woff2"), url("../fonts//Inter-UI-BlackItalic.woff?v=2.3") format("woff"); }
/**
 * Basic typography style for copy text
 */
body {
  color: #242A31;
  font-family: "Inter UI", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }

.center-x {
  left: 50%;
  transform: translateX(-50%);
  position: absolute; }

.center-y {
  top: 50%;
  transform: translateY(-50%);
  position: absolute; }

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

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  overflow: hidden; }

.full-width {
  width: 100vw !important;
  right: 50% !important;
  left: 50% !important;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
  position: relative !important; }

.disable-flicker {
  transform-style: preserve-3d;
  backface-visibility: hidden; }

.disable-select {
  user-select: none; }

.enable-select {
  user-select: auto; }

.no-scroll {
  overflow: hidden; }

.img-responsive {
  width: 100%;
  display: block; }

.rounded-circle {
  border-radius: 100%; }

.rounded-sm {
  border-radius: 6px; }
.rounded-md {
  border-radius: 8px; }
.rounded-lg {
  border-radius: 12px; }

.spacer-y {
  margin-top: 30px;
  margin-bottom: 30px; }

.section--spacer {
  padding: 200px 0; }

.section--skew-up {
  margin: 100px 0;
  padding: 100px 0;
  transform: skewY(-4deg); }
  .section--skew-up > * {
    transform: skewY(4deg); }

.section--skew-down {
  margin: 100px 0;
  padding: 100px 0;
  transform: skewY(4deg); }
  .section--skew-down > * {
    transform: skewY(-4deg); }

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cf:after {
    clear: both; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.nav-main {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 99999999; }
  .nav-main .nav-toggle {
    background: none;
    margin: 15px;
    padding: 0;
    top: 0;
    right: 0;
    position: absolute;
    border: none;
    outline: inherit;
    z-index: 999999999999; }
  .nav-main .nav-icon {
    background-color: #f7d629;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    cursor: pointer;
    display: block; }
    .nav-main .nav-icon:hover, .nav-main .nav-icon:focus {
      background-color: #f6d110; }
    .nav-main .nav-icon:active {
      background-color: #e4c109; }
    .nav-main .nav-icon .nav-icon--line {
      background: #000;
      width: 22px;
      height: 2px;
      margin: 4px 0;
      border-radius: 1px;
      display: block;
      transition: all 0.2s ease; }
  .nav-main .nav-panel {
    color: #000;
    background-color: #fff;
    font-weight: 600;
    width: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    z-index: 999999999; }
    .nav-main .nav-panel ul {
      margin-top: 80px;
      padding: 0;
      list-style-type: none; }
    .nav-main .nav-panel li {
      transition: all 0.2s ease;
      position: relative; }
    .nav-main .nav-panel a {
      color: transparent;
      font-size: 18px;
      font-weight: 400;
      text-decoration: none;
      overflow-wrap: break-word;
      padding: 15px 20px;
      display: block;
      position: relative;
      overflow: hidden; }
      .nav-main .nav-panel a:hover, .nav-main .nav-panel a:focus {
        background-color: #000; }
      .nav-main .nav-panel a:before, .nav-main .nav-panel a:after {
        content: attr(data-content);
        color: #000;
        top: 50%;
        transition: all 0.3s ease;
        position: absolute;
        display: block; }
      .nav-main .nav-panel a:before {
        transform: translateY(-50%); }
      .nav-main .nav-panel a:after {
        transform: translateY(250%);
        opacity: 0; }
      .nav-main .nav-panel a:hover:before, .nav-main .nav-panel a:hover:after, .nav-main .nav-panel a:focus:before, .nav-main .nav-panel a:focus:after {
        color: #fff;
        transition: all 0.3s ease; }
      .nav-main .nav-panel a:hover:before, .nav-main .nav-panel a:focus:before {
        transform: translateY(-250%);
        opacity: 0; }
      .nav-main .nav-panel a:hover:after, .nav-main .nav-panel a:focus:after {
        transform: translateY(-50%);
        opacity: 1; }

.nav-backdrop {
  background-color: rgba(30, 55, 82, 0.9);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 99999998;
  display: none;
  cursor: pointer; }

.footer-main {
  color: #91A8BD;
  width: 100%;
  padding: 15px 0; }
  .footer-main .footer-text {
    text-align: center;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 5px; }

@media screen and (min-width: 576px) {
  .footer-main {
    padding: 30px 0; }
    .footer-main .footer-text {
      display: inline-block;
      margin-bottom: 0;
      padding: 6px 0; }
    .footer-main .icon-container {
      float: right; } }
.section--intro {
  width: 100%; }
  .section--intro .container {
    text-align: center;
    width: inherit;
    margin: auto;
    padding: 40px; }
  .section--intro h1 {
    color: #fff;
    font-size: 30px;
    margin: 0; }
  .section--intro p {
    color: #f6da89;
    font-size: 20px;
    margin: 0; }

.section--portfolio .img-container {
  margin-top: 15px;
  margin-bottom: 15px; }

.section--contact {
  background-color: #f1f1f1; }

.section--experience {
  background-color: #f1f1f1; }
  .section--experience h2 {
    margin-bottom: 5px; }
  .section--experience p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0; }

.section--case-study .case-study--overview .tags {
  display: table; }
  .section--case-study .case-study--overview .tags .tag {
    color: black;
    background-color: #f7d629;
    font-size: 12px;
    padding: 5px 15px 5px 20px;
    border-radius: 100px;
    margin: 5px 5px 5px 0;
    position: relative;
    display: inline-block; }
    .section--case-study .case-study--overview .tags .tag:hover {
      background-color: #f6d110; }
    .section--case-study .case-study--overview .tags .tag:before {
      content: '';
      background: #fff;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      left: 7px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute; }

@media screen and (min-width: 768px) {
  .section--intro.section--skew-up {
    margin: -100px 0 100px; } }
.sidebar-container {
  margin: 30px 0; }
  .sidebar-container a {
    color: inherit;
    text-decoration: none; }
  .sidebar-container .sidebar-heading-container {
    text-align: center;
    display: 0 block; }
  .sidebar-container .sidebar-heading {
    font-size: 24px;
    text-align: center;
    margin: 0;
    position: relative;
    display: inline-block; }
    .sidebar-container .sidebar-heading:before {
      content: '';
      background: #1e3752;
      width: 104%;
      height: 11px;
      margin-left: -2%;
      bottom: 5px;
      position: absolute;
      z-index: -1;
      opacity: 0.4; }
  .sidebar-container .post-sidebar {
    display: flex;
    align-items: end;
    margin: 30px 0; }
    .sidebar-container .post-sidebar img {
      margin-right: 10px; }
    .sidebar-container .post-sidebar p {
      margin: 0; }
    .sidebar-container .post-sidebar .post-heading {
      font-weight: 800; }
    .sidebar-container .post-sidebar .post-date {
      color: #91A8BD; }

.btn {
  color: #fff;
  background-color: #91A8BD;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 6px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  display: inline-block; }
  .btn:hover, .btn:focus {
    transform: scale(1.05);
    background-color: #819bb3; }
  .btn:active {
    background-color: #718faa; }

.btn-primary {
  background-color: #47c569; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #3ab85c;
    box-shadow: 0 15px 35px -15px #47c569; }
  .btn-primary:active {
    background-color: #34a552; }

.btn-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-slide span {
    color: transparent;
    white-space: nowrap; }
  .btn-slide:before, .btn-slide:after {
    top: 50%;
    left: 50%;
    right: -50%;
    transform-origin: top left;
    transition: all 0.3s ease;
    position: absolute;
    display: block; }
  .btn-slide:before {
    content: attr(data-content);
    transform: translate(-50%, -50%) rotate(0deg); }
  .btn-slide:after {
    content: attr(data-content-alt);
    transform: translate(-50%, 250%) rotate(30deg);
    opacity: 0; }
  .btn-slide:hover:before, .btn-slide:hover:after, .btn-slide:focus:before, .btn-slide:focus:after {
    transition: all 0.3s ease; }
  .btn-slide:hover:before, .btn-slide:focus:before {
    transform: translate(-50%, -250%) rotate(-30deg);
    opacity: 0; }
  .btn-slide:hover:after, .btn-slide:focus:after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1; }

.icon-container {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .icon-container li {
    display: inline-block;
    margin: 0 3px; }
  .icon-container a, .icon-container svg {
    display: block; }
  .icon-container a {
    position: relative;
    height: 30px;
    width: 30px; }
  .icon-container .icon {
    fill: #91A8BD; }
    .icon-container .icon:hover {
      fill: #718faa; }
  .icon-container svg {
    height: 100%;
    width: 100%; }

.img-container {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  display: block; }
  .img-container img {
    width: 100%;
    display: block; }
  .img-container .img-backdrop {
    background-color: #f7d629;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 1;
    opacity: 0; }
  .img-container .description-container {
    color: #000;
    text-align: center;
    width: 100%;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    transition: all 0.2s ease;
    position: absolute;
    z-index: 2;
    opacity: 0; }
    .img-container .description-container .caption--project-title,
    .img-container .description-container .caption--project-client {
      transform: scale(0.5) translateY(150%);
      transition: all 0.3s ease;
      opacity: 0; }
    .img-container .description-container .caption--project-title {
      font-size: 20px;
      font-weight: 800;
      margin: 0 0 5px; }
    .img-container .description-container .caption--project-client {
      font-size: inherit;
      font-weight: inherit;
      margin: 0; }
  .img-container:hover, .img-container:focus {
    box-shadow: 0 25px 35px -15px rgba(32, 32, 32, 0.15);
    transform: scale(1.05);
    z-index: 1; }
    .img-container:hover .img-backdrop,
    .img-container:hover .description-container, .img-container:focus .img-backdrop,
    .img-container:focus .description-container {
      opacity: 1; }
    .img-container:hover .caption--project-title,
    .img-container:hover .caption--project-client, .img-container:focus .caption--project-title,
    .img-container:focus .caption--project-client {
      transform: scale(1) translateY(0%);
      opacity: 1; }
    .img-container:hover .caption--project-client, .img-container:focus .caption--project-client {
      transition-delay: 0.05s; }

.section-main .section {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0; }
.section-main .section-left {
  background: #607D8B;
  left: 0; }
  .section-main .section-left h1 {
    color: #fff; }
.section-main .section-right {
  background: #fff;
  right: 0; }
  .section-main .section-right h1 {
    color: #444; }
.section-main .left-trigger,
.section-main .right-trigger {
  cursor: pointer; }
.section-main .left-scale.has-scaled,
.section-main .right-scale.has-scaled {
  width: 50%; }
.section-main .left-scale.has-scaled {
  transform: translateY(-50%) translateX(-100%) scale(0.5); }
.section-main .right-scale.has-scaled {
  transform: translateY(-50%) translateX(0%) scale(0.5); }
.section-main .profile-img {
  width: 120px;
  margin-bottom: 10px;
  border-radius: 100%; }
.section-main h1, .section-main h2 {
  margin: 0;
  line-height: 1.2; }
.section-main h1 {
  font-weight: 600; }
.section-main h2 {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 500; }
.section-main .selected-left,
.section-main .selected-right {
  height: 100vh;
  background-color: #f1f1f1;
  width: 100%;
  padding: 50px;
  position: absolute; }
.section-main .selected-left {
  color: #fff;
  background-color: #3a5663;
  text-align: right; }

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