@font-face {
  font-family: 'Chronicle Display Bold';
  src: url("../fonts/chronicle-display/ChronicleDisplay-Bold.eot");
  src: url("../fonts/chronicle-display/ChronicleDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/chronicle-display/ChronicleDisplay-Bold.woff2") format("woff2"), url("../fonts/chronicle-display/ChronicleDisplay-Bold.woff") format("woff"), url("../fonts/chronicle-display/ChronicleDisplay-Bold.ttf") format("truetype"), url("../fonts/chronicle-display/ChronicleDisplay-Bold.svg#ChronicleDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* ===== WHITNEY ===== */
/* - Book 400
** - Book Italic 400
** - Medium 500
** - Medium Italic 500
** - Bold  700
*/
@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/whitney-book.woff2") format("woff2"), url("../fonts/whitney/whitney-book.woff") format("woff"), url("../fonts/whitney/whitney-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/whitney-bookitalic.woff2") format("woff2"), url("../fonts/whitney/whitney-bookitalic.woff") format("woff"), url("../fonts/whitney/whitney-bookitalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/whitney-medium.woff2") format("woff2"), url("../fonts/whitney/whitney-medium.woff") format("woff"), url("../fonts/whitney/whitney-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/whitney-mediumitalic.woff2") format("woff2"), url("../fonts/whitney/whitney-mediumitalic.woff") format("woff"), url("../fonts/whitney/whitney-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Whitney';
  src: url("../fonts/whitney/whitney-bold.woff2") format("woff2"), url("../fonts/whitney/whitney-bold.woff") format("woff"), url("../fonts/whitney/whitney-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
/* ===== GOTHAM ===== */
/* - Book 400
** - Medium 500
** - Bold  700
*/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Book.eot");
  src: url("../fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/gotham/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Medium.eot");
  src: url("../fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/gotham/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/gotham/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Bold.eot");
  src: url("../fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"), url("../fonts/gotham/Gotham-Bold.woff") format("woff"), url("../fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Whitney", Helvetica, Arial, sans-serif;
  height: 100%;
  color: #f2f2f2;
  background-color: #1b1b1b; }

h1 {
  font-family: "Chronicle Display Bold", Georgia, serif;
  margin: 0; }

h2, h3 {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  margin: 10px 0; }

p {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Whitney", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  color: #f2f2f2; }

ul {
  list-style: none;
  padding: 0; }

.noScroll {
  overflow: hidden;
  height: 100%; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.section {
  width: 100%;
  height: auto;
  min-height: 700px;
  padding: 0;
  overflow: hidden;
  color: #f2f2f2;
  position: relative; }
  .section:first-of-type {
    background-color: #0054c7; }
  .section:nth-of-type(odd) {
    background-color: #5b5b5b; }
  .section:nth-of-type(even) {
    background-color: #1b1b1b; }
  .section a {
    display: block; }
  .section .overlay-wrapper,
  .section .section-wrapper {
    padding: 100px; }
    @media only screen and (max-width: 900px) {
      .section .overlay-wrapper,
      .section .section-wrapper {
        padding: 100px 50px; } }
    @media only screen and (max-width: 400px) {
      .section .overlay-wrapper,
      .section .section-wrapper {
        padding: 100px 25px; } }
    .section .overlay-wrapper h1,
    .section .section-wrapper h1 {
      font-size: 3em; }
    .section .overlay-wrapper p,
    .section .section-wrapper p {
      font-size: 1.3em;
      line-height: 1.5em; }
      @media only screen and (max-width: 480px) {
        .section .overlay-wrapper p,
        .section .section-wrapper p {
          font-size: 1em; } }
    .section .overlay-wrapper .divider,
    .section .section-wrapper .divider {
      display: block;
      margin: 30px 0px;
      width: 100px;
      height: 2px;
      background-color: #00b7c7; }
    .section .overlay-wrapper .center,
    .section .section-wrapper .center {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
  .section .overlay-wrapper {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61));
    width: 100%;
    height: 100%; }

.skrollr-desktop body {
  height: 100% !important; }

#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative; }

.gap,
.skrollr .gap {
  background: transparent !important; }

.bg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  overflow: hidden; }

#intro-section .bg {
  z-index: 0;
  background-image: url("../img/bg-intro/GOPR1040.jpg"); }
  @media only screen and (max-width: 1170px) {
    #intro-section .bg {
      background-image: url("../img/bg-intro/GOPR1040.jpg"); } }
  @media only screen and (max-width: 900px) {
    #intro-section .bg {
      background-image: url("../img/bg-intro/GOPR0514.jpg"); } }
  @media only screen and (max-width: 660px) {
    #intro-section .bg {
      background-image: url("../img/bg-intro/GOPR0514.jpg"); } }
  @media only screen and (max-width: 480px) {
    #intro-section .bg {
      background-image: url("../img/bg-intro/GOPR0514.jpg"); } }

#services-section .bg {
  background-image: url("../img/bg-services/services-xl.jpg"); }
  @media only screen and (max-width: 1170px) {
    #services-section .bg {
      background-image: url("../img/bg-services/services-lg.jpg"); } }
  @media only screen and (max-width: 900px) {
    #services-section .bg {
      background-image: url("../img/bg-services/services-md.jpg"); } }
  @media only screen and (max-width: 660px) {
    #services-section .bg {
      background-image: url("../img/bg-services/services-sm.jpg"); } }
  @media only screen and (max-width: 480px) {
    #services-section .bg {
      background-image: url("../img/bg-services/services-xs.jpg"); } }

#experience-section .bg {
  background-image: url("../img/bg-experience/GOPR0531.jpg"); }
  @media only screen and (max-width: 1170px) {
    #experience-section .bg {
      background-image: url("../img/bg-experience/GOPR0531.jpg"); } }
  @media only screen and (max-width: 900px) {
    #experience-section .bg {
      background-image: url("../img/bg-experience/GOPR0531.jpg"); } }
  @media only screen and (max-width: 660px) {
    #experience-section .bg {
      background-image: url("../img/bg-experience/experience-sm.jpg"); } }
  @media only screen and (max-width: 480px) {
    #experience-section .bg {
      background-image: url("../img/bg-experience/experience-xs.jpg"); } }

#contact-section .bg {
  background-image: url("../img/bg-contact/contact-xl.jpg"); }
  @media only screen and (max-width: 1170px) {
    #contact-section .bg {
      background-image: url("../img/bg-contact/contact-lg.jpg"); } }
  @media only screen and (max-width: 900px) {
    #contact-section .bg {
      background-image: url("../img/bg-contact/contact-md.jpg"); } }
  @media only screen and (max-width: 660px) {
    #contact-section .bg {
      background-image: url("../img/bg-contact/contact-sm.jpg"); } }
  @media only screen and (max-width: 480px) {
    #contact-section .bg {
      background-image: url("../img/bg-contact/contact-xs.jpg"); } }

#dot-nav {
  position: fixed;
  right: 34px;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease; }
  #dot-nav.active {
    visibility: visible;
    opacity: 50;
    transition: visibility 0s, opacity 0.5s ease; }
  @media only screen and (max-width: 1480px) {
    #dot-nav {
      display: none; } }
  #dot-nav .dot-container {
    text-align: right; }
  #dot-nav a {
    display: inline-block;
    -webkit-backface-visibility: hidden; }
    #dot-nav a::after {
      clear: both;
      content: "";
      display: table; }
    #dot-nav a span {
      float: right;
      display: inline-block;
      transform: scale(0.6); }
    #dot-nav a:hover span, #dot-nav a:focus span {
      transform: scale(0.75); }
    #dot-nav a:hover .dot-label, #dot-nav a:focus .dot-label {
      opacity: 1; }
    #dot-nav a.is-selected .dot {
      background-color: #00b7c7; }
    #dot-nav a.is-selected .dot-label, #dot-nav a:focus .dot-label {
      opacity: 1; }
    #dot-nav a.is-selected span, #dot-nav a:focus span {
      transform: scale(0.75); }
  #dot-nav .dot {
    position: relative;
    top: 7px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transition: transform 0.2s, background-color 0.5s;
    transform-origin: 50% 50%; }
  #dot-nav .dot-label {
    position: relative;
    top: 3px;
    padding: 0.4em .5em;
    color: #f2f2f2;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
    transform-origin: 100% 50%; }

#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  display: none;
  transition: opacity 0.25s ease; }
  @media only screen and (max-width: 1480px) {
    #toggle {
      display: block; } }
  #toggle:hover, #toggle:focus {
    opacity: 0.7; }
  #toggle.active .line {
    background: #f2f2f2; }
  #toggle.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg); }
  #toggle.active .middle {
    opacity: 0; }
  #toggle.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg); }
  #toggle .line {
    background: #f2f2f2;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease; }
    #toggle .line.middle {
      top: 10px; }
    #toggle .line.bottom {
      top: 20px; }

.overlay {
  position: fixed;
  background: rgba(0, 183, 199, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 1480px) {
    .overlay.open {
      height: 100%;
      z-index: 10;
      opacity: 1;
      visibility: visible;
      overflow: hidden; }
      .overlay.open .menu-item {
        animation: fadeInTop 0.5s ease forwards;
        animation-delay: 0.35s; }
        .overlay.open .menu-item:nth-of-type(2) {
          animation-delay: 0.4s; }
        .overlay.open .menu-item:nth-of-type(3) {
          animation-delay: 0.45s; }
        .overlay.open .menu-item:nth-of-type(4) {
          animation-delay: 0.5s; }
        .overlay.open .menu-item:nth-of-type(5) {
          animation-delay: 0.55s; }
        .overlay.open .menu-item:nth-of-type(6) {
          animation-delay: 0.6s; }
        .overlay.open .menu-item:nth-of-type(7) {
          animation-delay: 0.65s; } }
  .overlay .logo {
    color: #f2f2f2;
    font-family: "Chronicle Display Bold", Georgia, serif;
    font-size: 30px;
    margin: 14px 20px; }
    @media only screen and (max-width: 400px) {
      .overlay .logo {
        font-size: 24px;
        margin: 17px 20px; } }
    .overlay .logo .logo-img {
      width: 35px;
      margin-right: 10px;
      position: relative;
      top: 5px; }
      @media only screen and (max-width: 400px) {
        .overlay .logo .logo-img {
          width: 30px;
          top: 5px; } }
  .overlay .overlay-menu {
    position: relative;
    height: 70%;
    transform: translateY(-50%);
    top: 45%;
    font-size: 1.5em;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center; }
    .overlay .overlay-menu .menu-container {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      height: 100%; }
      .overlay .overlay-menu .menu-container .menu-item {
        display: block;
        height: 14.25%;
        height: calc(100% / 7);
        min-height: 50px;
        position: relative;
        opacity: 0; }
        .overlay .overlay-menu .menu-container .menu-item a {
          position: relative;
          color: #f2f2f2;
          text-decoration: none;
          text-transform: uppercase;
          overflow: hidden; }
          .overlay .overlay-menu .menu-container .menu-item a:before, .overlay .overlay-menu .menu-container .menu-item a:after {
            content: '';
            position: absolute;
            width: 0%;
            height: 2px;
            top: 50%;
            background: #f2f2f2;
            margin-top: -2px;
            left: -3px; }
          .overlay .overlay-menu .menu-container .menu-item a:after {
            transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
          .overlay .overlay-menu .menu-container .menu-item a:hover:before, .overlay .overlay-menu .menu-container .menu-item a:hover:after, .overlay .overlay-menu .menu-container .menu-item a:focus:before, .overlay .overlay-menu .menu-container .menu-item a:focus:after {
            width: 105%; }
          .overlay .overlay-menu .menu-container .menu-item a:hover:before, .overlay .overlay-menu .menu-container .menu-item a:focus:before {
            transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
          .overlay .overlay-menu .menu-container .menu-item a:hover:after, .overlay .overlay-menu .menu-container .menu-item a:focus:after {
            background: transparent;
            transition: 0s; }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    bottom: 20%; }
  100% {
    opacity: 1;
    bottom: 0; } }
.block-btn {
  display: block;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  color: #f2f2f2;
  position: relative;
  background: #00909c;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
  transition: background-color 0.5s linear; }
  .block-btn:hover, .block-btn:focus {
    background: #00b7c7;
    transition: all 0.3s ease; }
    .block-btn:hover .text, .block-btn:focus .text {
      opacity: 0;
      visibility: hidden;
      transform: translate3D(0, 4em, 0) scale(0.25); }
    .block-btn:hover .icon, .block-btn:focus .icon {
      opacity: 1;
      visibility: visible;
      transform: translate3D(0, 0, 0) scale(1); }
  .block-btn .text,
  .block-btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
  .block-btn .text {
    margin: 40px auto;
    opacity: 1;
    visibility: visible;
    transition: transform 0.4s cubic-bezier(0.425, -0.195, 0.005, 1.215), opacity 0.13333s linear, -webkit-transform 0.4s cubic-bezier(0.425, -0.195, 0.005, 1.215);
    transform: scale(1); }
  .block-btn .icon {
    width: 50px;
    margin: 25px auto;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.425, -0.195, 0.005, 1.215), opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.425, -0.195, 0.005, 1.215);
    transform: translate3D(0, -4em, 0) scale(0); }

#intro-section .intro-wrapper {
  padding: 0;
  padding-bottom: 20px; }
  #intro-section .intro-wrapper .intro-body {
    width: 100%;
    height: 101vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
@-webkit-keyframes reveal-up {
  0% {
    opacity: 1;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-moz-keyframes reveal-up {
  0% {
    opacity: 1;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes reveal-up {
  0% {
    opacity: 1;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes reveal-down {
  0% {
    opacity: 1;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-moz-keyframes reveal-down {
  0% {
    opacity: 1;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes reveal-down {
  0% {
    opacity: 1;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes loading-mask {
  0%,
        100% {
    transform: scaleX(0); }
  40%,
        60% {
    transform: scaleX(1); } }
    #intro-section .intro-wrapper .intro-body .intro-content {
      text-align: center;
      padding: 0 5%;
      width: 100%;
      position: relative;
      top: -5%; }
      #intro-section .intro-wrapper .intro-body .intro-content .heading, #intro-section .intro-wrapper .intro-body .intro-content .heading .name, #intro-section .intro-wrapper .intro-body .intro-content .subtext, #intro-section .intro-wrapper .intro-body .intro-content .btn {
        opacity: 0;
        animation-duration: 0.8s;
        animation-delay: 0.3s;
        animation-fill-mode: forwards; }
        .no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .heading,
        .no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .heading .name,
        .no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .subtext,
        .no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .btn {
          opacity: 1; }
      #intro-section .intro-wrapper .intro-body .intro-content .heading {
        font-size: 4.5em;
        font-weight: 700;
        position: relative;
        padding-bottom: 10px;
        color: transparent;
        overflow: hidden;
        opacity: 1; }
        @media only screen and (max-width: 768px) {
          #intro-section .intro-wrapper .intro-body .intro-content .heading .name:before {
            top: calc(100% + 18px); } }
        @media only screen and (max-width: 480px) {
          #intro-section .intro-wrapper .intro-body .intro-content .heading {
            font-size: 4em; } }
        #intro-section .intro-wrapper .intro-body .intro-content .heading:after {
          content: attr(data-content);
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          color: #ffffff;
          animation-name: reveal-up;
          animation-fill-mode: backwards;
          animation-duration: 0.4s;
          animation-delay: 0.7s; }
        #intro-section .intro-wrapper .intro-body .intro-content .heading .name {
          position: relative;
          display: inline-block;
          opacity: 1; }
          #intro-section .intro-wrapper .intro-body .intro-content .heading .name:before {
            /* this is the line */
            content: '';
            position: absolute;
            top: calc(100% + 8px);
            left: -1em;
            height: 2px;
            width: calc(100% + 2em);
            background-color: #f2f2f2;
            animation: loading-mask 1s .3s both; }
      #intro-section .intro-wrapper .intro-body .intro-content .action-wrapper {
        overflow: hidden; }
        #intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext {
          position: relative;
          margin: 0;
          padding: 0;
          animation-name: reveal-down;
          animation-duration: 0.4s;
          animation-delay: 0.7s; }
          #intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext .btn {
            display: inline-block;
            padding: 1.2em 0;
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 1.5;
            color: #ffffff;
            text-transform: uppercase;
            font-family: "Gotham", Helvetica, Arial, sans-serif;
            opacity: 1;
            margin: 0; }
            @media only screen and (max-width: 480px) {
              #intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext .btn {
                font-size: 1.1em; } }
    #intro-section .intro-wrapper .intro-body .scroll-down-wrapper {
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      color: #f2f2f2; }
      #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down {
        display: block;
        width: 70px;
        margin: 0 auto;
        transition: all 0.3s ease; }
        #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover, #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus {
          transition: all 0.3s ease; }
          #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover .logo, #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus .logo {
            opacity: 0; }
          #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover .scroll-down-text, #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus .scroll-down-text {
            opacity: 1;
            visibility: visible; }
        #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .logo {
          width: 80px;
          transition: opacity 0.5s ease, visibility 0.5s; }
        #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .scroll-down-text {
          color: #f2f2f2;
          font-family: "Gotham", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 700;
          text-align: center;
          height: 100%;
          opacity: 0;
          padding-top: 0.5em;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          transition: opacity 0.5s ease, visibility 0.5s;
          visibility: hidden;
          width: 100%; }
          #intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .scroll-down-text .chevron {
            transform: rotate(90deg);
            height: 20px;
            display: block;
            margin: 10px auto; }

#about-section .section-subheading {
  width: 60%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em; }
  @media only screen and (max-width: 1000px) {
    #about-section .section-subheading {
      width: 100%; } }
#about-section .about-wrapper {
  padding-right: 20px; }
  @media only screen and (max-width: 900px) {
    #about-section .about-wrapper {
      padding: 0; } }
  #about-section .about-wrapper .about-text-wrapper {
    display: inline-block;
    width: 60%;
    vertical-align: top; }
    @media only screen and (max-width: 900px) {
      #about-section .about-wrapper .about-text-wrapper {
        width: 100%; } }
    #about-section .about-wrapper .about-text-wrapper .about-text {
      margin-bottom: 10px;
      font-size: 1.15em; }
  #about-section .about-wrapper .headshot {
    display: inline-block;
    width: 35%;
    height: auto;
    border-radius: 50%;
    margin-top: -100px;
    float: right;
    max-width: 450px; }
    @media only screen and (max-width: 1000px) {
      #about-section .about-wrapper .headshot {
        margin-top: 0px; } }
    @media only screen and (max-width: 900px) {
      #about-section .about-wrapper .headshot {
        float: none;
        margin: 10px 0 40px 0;
        width: 300px; } }
    @media only screen and (max-width: 400px) {
      #about-section .about-wrapper .headshot {
        width: 250px; } }

#services-section a {
  display: inline-block;
  position: relative; }
  #services-section a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
    border-width: 0 0 .5px;
    border-style: solid;
    border-color: #cbcbcb; }
#services-section .services-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px; }
  @media only screen and (max-width: 1000px) {
    #services-section .services-wrapper {
      padding: 0; } }
#services-section .service-row {
  width: 100%;
  height: 50%; }
  @media only screen and (max-width: 800px) {
    #services-section .service-row {
      height: auto; } }
  #services-section .service-row:nth-of-type(odd) {
    border-bottom: 1px solid rgba(242, 242, 242, 0.3); }
    @media only screen and (max-width: 800px) {
      #services-section .service-row:nth-of-type(odd) {
        border: none; } }
  #services-section .service-row:nth-of-type(even) .service-column {
    padding-top: 40px; }
    @media only screen and (max-width: 660px) {
      #services-section .service-row:nth-of-type(even) .service-column {
        padding-top: 20px; } }
  #services-section .service-row .service-column {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (max-width: 800px) {
      #services-section .service-row .service-column {
        display: block;
        width: 100%;
        border: none; } }
    @media only screen and (max-width: 480px) {
      #services-section .service-row .service-column {
        padding: 20px 0; } }
    #services-section .service-row .service-column:nth-of-type(even) {
      border-left: 1px solid rgba(242, 242, 242, 0.3); }
      @media only screen and (max-width: 800px) {
        #services-section .service-row .service-column:nth-of-type(even) {
          border: none; } }
    #services-section .service-row .service-column .service-img {
      width: 40px;
      margin-right: 15px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -5px; }
    #services-section .service-row .service-column .sprite {
      width: 40px;
      height: 40px;
      margin-right: 15px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; }
      @media only screen and (max-width: 400px) {
        #services-section .service-row .service-column .sprite {
          width: 35px;
          height: 35px; } }
      #services-section .service-row .service-column .sprite.webdev {
        background-image: url("../img/icons/search.png"); }
      #services-section .service-row .service-column .sprite.ui {
        background-image: url("../img/icons/laptop.png");
        background-size: 90%; }
      #services-section .service-row .service-column .sprite.xd {
        background-image: url("../img/icons/settings.png"); }
      #services-section .service-row .service-column .sprite.wit {
        background-image: url("../img/icons/repair-tools.png");
        background-size: 90%; }
    #services-section .service-row .service-column .service-heading {
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin: 0 0 30px;
      font-size: 1.5vw;
      display: inline-block; }
      @media only screen and (max-width: 1200px) {
        #services-section .service-row .service-column .service-heading {
          font-size: 1.3vw; } }
      @media only screen and (max-width: 800px) {
        #services-section .service-row .service-column .service-heading {
          font-size: 3vw; } }
      @media only screen and (max-width: 550px) {
        #services-section .service-row .service-column .service-heading {
          font-size: 2.5vw; } }
    #services-section .service-row .service-column .service-text {
      font-size: 1.1em;
      margin-bottom: 20px;
      white-space: initial; }

#skills-section .skills-flex-wrapper,
#skills-section .flex-item,
#skills-section .check-wrapper {
  display: flex; }
#skills-section .skills-flex-wrapper {
  font: 100 30px 'Whitney';
  height: 20em;
  flex-flow: column wrap; }
  @media only screen and (min-width: 2260px) {
    #skills-section .skills-flex-wrapper {
      height: 25em; } }
  @media only screen and (max-width: 1170px) {
    #skills-section .skills-flex-wrapper {
      display: block;
      height: auto; } }
  #skills-section .skills-flex-wrapper .skills-heading {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.28vw; }
    @media only screen and (min-width: 2260px) {
      #skills-section .skills-flex-wrapper .skills-heading {
        font-size: 1vw; } }
    @media only screen and (max-width: 1190px) {
      #skills-section .skills-flex-wrapper .skills-heading {
        font-size: 1.18vw; } }
    @media only screen and (max-width: 768px) {
      #skills-section .skills-flex-wrapper .skills-heading {
        font-size: 2vw; } }
    @media only screen and (max-width: 580px) {
      #skills-section .skills-flex-wrapper .skills-heading {
        font-size: 1.9vw; } }
    #skills-section .skills-flex-wrapper .skills-heading .sprite {
      width: 35px;
      height: 35px;
      margin-right: 10px;
      position: relative;
      top: 7px;
      display: inline-block;
      vertical-align: text-bottom;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; }
      #skills-section .skills-flex-wrapper .skills-heading .sprite.dev {
        background-image: url("../img/icons/ux-design.png"); }
      #skills-section .skills-flex-wrapper .skills-heading .sprite.design {
        background-image: url("../img/icons/design.png");
        background-size: 90%; }
      #skills-section .skills-flex-wrapper .skills-heading .sprite.tools {
        background-image: url("../img/icons/code.png");
        background-size: 90%; }
      #skills-section .skills-flex-wrapper .skills-heading .sprite.electronics {
        background-image: url("../img/icons/light-bulb.png");
        background-size: 90%; }
      #skills-section .skills-flex-wrapper .skills-heading .sprite.knowledge {
        background-image: url("../img/icons/settings.png"); }
  #skills-section .skills-flex-wrapper .flex-item {
    flex: 0 0 auto;
    min-height: 200px;
    background: transparent;
    padding: 15px; }
    @media only screen and (max-width: 1170px) {
      #skills-section .skills-flex-wrapper .flex-item {
        padding-right: 0; } }
/*     @media only screen and (max-width: 480px) {
      #skills-section .skills-flex-wrapper .flex-item {
        padding: 0; } } */
    @media only screen and (max-width: 550px) {
      #skills-section .skills-flex-wrapper .flex-item {
        padding: 0;
        display: block; } }
    #skills-section .skills-flex-wrapper .flex-item:nth-child(1) {
      width: 40%;
      max-width: 500px;
      min-height: 450px; }
      @media only screen and (min-width: 2260px){
        #skills-section .skills-flex-wrapper .flex-item:nth-child(1) {
          max-width: 800px;
          min-height: 800px;
        }
      }
      @media only screen and (max-width: 1290px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(1) {
          width: 100%; } }
      @media only screen and (max-width: 1170px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(1) {
          width: 100%;
          min-height: 50px } }
      @media only screen and (max-width: 768px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(1) {
          width: 100%;
          min-height: 50px; } }
    #skills-section .skills-flex-wrapper .flex-item:nth-child(2) {
      width: 60%;
      min-height: 151px; }
      @media only screen and (max-width: 1000px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(2) {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(2) {
          width: 100%; } }
    #skills-section .skills-flex-wrapper .flex-item:nth-child(3) {
      min-height: 151px;
      width: 60%; }
      @media only screen and (max-width: 1170px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(3) {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        #skills-section .skills-flex-wrapper .flex-item:nth-child(3) {
          width: 100%; } }
  #skills-section .skills-flex-wrapper .dev-wrapper {
    display: block; }
    #skills-section .skills-flex-wrapper .dev-wrapper .dev-item {
      display: inline-block;
      border: 2px solid rgba(57, 57, 57, 0.5);
      border-radius: 50%;
      text-align: center;
      margin: 10px 10px 10px 0;
      padding: 0px;
      width: 116px;
      height: 116px;
      line-height: 8;
      font-size: 14px; }
      @media only screen and (min-width: 2260px){
        #skills-section .skills-flex-wrapper .dev-wrapper .dev-item{
          width: 150px;
          height: 150px;
          line-height: 8;
          font-size: 18px;
        }
      }
      @media only screen and (max-width: 1290px) {
        #skills-section .skills-flex-wrapper .dev-wrapper .dev-item {
          width: 110px;
          height: 110px;
          font-size: 14px;
          margin: 5px 5px 5px 0;
          line-height: 7;
           } }
      @media only screen and (max-width: 768px) {
        #skills-section .skills-flex-wrapper .dev-wrapper .dev-item {
          width: 116px;
          height: 116px;
          line-height: 8;
          margin: 10px 10px 10px 0; } }
      @media only screen and (max-width: 1170px) {
        #skills-section .skills-flex-wrapper .dev-wrapper .dev-item {
          width: 80px;
          height: 80px;
          font-size: 10px;
          line-height: 7; } }
  #skills-section .skills-flex-wrapper .design-wrapper {
    display: block; }
    #skills-section .skills-flex-wrapper .design-wrapper .design-item {
      display: inline-block;
      margin: 10px; 
      }
      @media only screen and (max-width: 1170px) {
        #skills-section .skills-flex-wrapper .design-wrapper .design-item {
          margin: 10px 5px; } }
      #skills-section .skills-flex-wrapper .design-wrapper .design-item .item-img {
        height: 40px;
        filter: grayscale(100%); }
#skills-section .check-wrapper .tools-wrapper,
#skills-section .check-wrapper .knowledge-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap; }
/*   @media only screen and (max-width: 760px) {
    #skills-section .check-wrapper .tools-wrapper,
    #skills-section .check-wrapper .knowledge-wrapper {
      display: block;
      width: 100%; } } */
  #skills-section .check-wrapper .tools-wrapper .list,
  #skills-section .check-wrapper .knowledge-wrapper .list {
    margin-top: 30px;
    margin-left: 20px; }
    #skills-section .check-wrapper .tools-wrapper .list .list-item,
    #skills-section .check-wrapper .knowledge-wrapper .list .list-item {
      margin: 10px 0;
      font-size: 16px; }
      @media only screen and (min-width: 2260px){
        #skills-section .check-wrapper .tools-wrapper .list .list-item,
        #skills-section .check-wrapper .knowledge-wrapper .list .list-item {
          font-size: 30px;
      }
    }
      #skills-section .check-wrapper .tools-wrapper .list .list-item .item-svg,
      #skills-section .check-wrapper .knowledge-wrapper .list .list-item .item-svg {
        margin-right: 10px;
        width: 12px;
        height: 12px;
        color: #fff;
        fill: #fff; }

#experience-section .experience-description {
  padding: 0 100px;
  font-size: 1.2em; }
  @media only screen and (max-width: 1170px) {
    #experience-section .experience-description {
      padding: 0; } }
  #experience-section .experience-description a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease; }
    #experience-section .experience-description a:after {
      content: '';
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 2px;
      border-width: 0 0 .5px;
      border-style: solid;
      border-color: #f2f2f2;
      transition: all 0.3s ease; }
#experience-section .experience-wrapper {
  padding: 30px; }
  @media only screen and (max-width: 1000px) {
    #experience-section .experience-wrapper {
      padding-left: 0; } }
  @media only screen and (max-width: 600px) {
    #experience-section .experience-wrapper {
      padding: 30px 0; } }
  #experience-section .experience-wrapper #timeline {
    position: relative;
    padding: 2em 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto; }
    #experience-section .experience-wrapper #timeline:before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 1px);
      height: 100%;
      width: 2px;
      background: #00b7c7; }
      @media only screen and (max-width: 1000px) {
        #experience-section .experience-wrapper #timeline:before {
          left: 20px;
          margin-left: 0px; } }
      @media only screen and (max-width: 480px) {
        #experience-section .experience-wrapper #timeline:before {
          left: 10px; } }
    #experience-section .experience-wrapper #timeline:after {
      content: '';
      display: table;
      clear: both; }
    #experience-section .experience-wrapper #timeline .timeline-block {
      position: relative;
      transition: all 0.3s ease;
      margin: 1em 0; }
      #experience-section .experience-wrapper #timeline .timeline-block:after {
        content: "";
        display: table;
        clear: both; }
      #experience-section .experience-wrapper #timeline .timeline-block:first-child {
        margin-top: 0; }
      #experience-section .experience-wrapper #timeline .timeline-block:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 1170px) {
        #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) {
          margin-top: 0;
          margin-bottom: 2em; } }
      #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content {
        float: left; }
        @media only screen and (max-width: 1170px) {
          #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content {
            right: 10px; } }
        @media only screen and (max-width: 1000px) {
          #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content {
            right: auto; } }
        #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content:before {
          top: 24px;
          left: 100%;
          border-color: transparent;
          border-left-color: #1b1b1b; }
          @media only screen and (max-width: 1000px) {
            #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content:before {
              top: 16px;
              left: auto;
              border-color: transparent;
              border-right-color: #1b1b1b; } }
        #experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content .date {
          left: auto;
          text-align: right;
          right: -33%; }
      #experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date {
        text-align: right;
        left: auto;
        right: 55%; }
        @media only screen and (max-width: 1000px) {
          #experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date {
            text-align: left;
            font-size: 14px;
            color: #777777;
            position: relative;
            top: -40px;
            left: 95px;
            right: auto; } }
        @media only screen and (max-width: 480px) {
          #experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date {
            left: 66px; } }
      #experience-section .experience-wrapper #timeline .timeline-block .timeline-img {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 15px;
        left: 50%;
        margin-left: -25px;
        border-radius: 50%;
        background: #212121;
        transform: translateZ(0);
        backface-visibility: hidden;
        transition: all 0.3s ease; }
        @media only screen and (max-width: 1000px) {
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-img {
            top: 5px;
            left: 20px; } }
        @media only screen and (max-width: 480px) {
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-img {
            width: 40px;
            height: 40px;
            top: 10px;
            left: 15px; } }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite {
          display: block;
          width: 24px;
          height: 24px;
          position: relative;
          left: 50%;
          top: 50%;
          margin-left: -12px;
          margin-top: -12px;
          background-repeat: no-repeat;
          background-size: 100%; }
          @media only screen and (max-width: 480px) {
            #experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite {
              width: 20px;
              height: 20px;
              margin-left: -10px;
              margin-top: -10px; } }
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.university {
            background-image: url("../img/icons/graduate-cap.png"); }
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.research {
            background-image: url("../img/icons/search.png"); }
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.industry {
            background-image: url("../img/icons/briefcase.png"); }
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.academic {
            background-image: url("../img/icons/notebook.png"); }
      #experience-section .experience-wrapper #timeline .timeline-block .timeline-content {
        float: right;
        position: relative;
        background: #1b1b1b;
        border-radius: 3px;
        margin-left: 0;
        padding: 1.5em;
        width: 45%;
        opacity: 0.85;
        transition: all 0.3s ease; }
        @media only screen and (max-width: 1170px) {
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-content {
            left: 0px;
            padding-bottom: 2.5em; } }
        @media only screen and (max-width: 1000px) {
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-content {
            margin-left: 70px;
            right: auto;
            width: auto; } }
        @media only screen and (max-width: 480px) {
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-content {
            margin-left: 50px;
            padding: 1.5em 1em 2.5em; } }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:hover, #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:focus {
          opacity: 1; }
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:hover + .timeline-img, #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:focus + .timeline-img {
            background: #00b7c7; }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:before {
          content: '';
          position: absolute;
          top: 24px;
          right: 100%;
          height: 0;
          width: 0;
          border: 15px solid transparent;
          border-color: transparent;
          border-right-color: #1b1b1b; }
          @media only screen and (max-width: 1000px) {
            #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:before {
              top: 16px;
              right: 100%;
              left: auto;
              border: 15px solid transparent;
              border-right: 15px solid #1b1b1b; } }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-content:after {
          content: "";
          display: table;
          clear: both; }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .position {
          color: #f2f2f2;
          margin: 5px 0 10px;
          font-size: 18px;
          display: inline-block;
          text-transform: uppercase;
          font-family: "Gotham", Helvetica, Arial, sans-serif; }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company {
          margin: 0 0 10px 0;
          font-size: 15px;
          font-weight: 500; }
          #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a {
            color: #00b7c7;
            display: inline;
            transition: all 0.3s ease; }
            #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a:hover, #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a:focus {
              color: #00dded; }
        #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .job-desc {
          margin: 1em 0;
          font-size: 1em;
          line-height: 1.5; }
          @media only screen and (max-width: 480px) {
            #experience-section .experience-wrapper #timeline .timeline-block .timeline-content .job-desc {
              font-size: 1em;
              line-height: 1.5; } }
      #experience-section .experience-wrapper #timeline .timeline-block .date {
        font-size: 1em;
        font-weight: 500;
        display: inline-block;
        color: #f2f2f2;
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        position: absolute;
        width: 100%;
        left: 55%;
        top: 30px; }
        @media only screen and (max-width: 1000px) {
          #experience-section .experience-wrapper #timeline .timeline-block .date {
            font-size: 14px;
            color: #777777;
            position: absolute;
            top: auto;
            bottom: 20px;
            left: 95px; } }
        @media only screen and (max-width: 480px) {
          #experience-section .experience-wrapper #timeline .timeline-block .date {
            left: 66px; } }
#experience-section .down-arrow {
  display: block;
  margin: 0 auto;
  border-color: transparent;
  border-top-color: #00b7c7;
  border-style: solid;
  border-width: 15px 7px 0;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0; }
  @media only screen and (max-width: 1000px) {
    #experience-section .down-arrow {
      margin-left: 13.5px; } }
  @media only screen and (max-width: 480px) {
    #experience-section .down-arrow {
      margin-left: 3.5px; } }

#portfolio-section .section-wrapper {
  padding-bottom: 50px; }
#portfolio-section a {
  display: inline-block; }
#portfolio-section .portfolio-item-wrapper .divider:last-of-type {
  display: none; }
#portfolio-section .portfolio-row {
  margin: 0;
  padding-top: 50px;
  display: block; }
  #portfolio-section .portfolio-row .screenshots {
    position: relative;
    overflow: hidden;
    display: block;
    width: 95%;
    margin-left: 10px; }
    @media only screen and (max-width: 660px) {
      #portfolio-section .portfolio-row .screenshots {
        margin-left: 0; } }
    #portfolio-section .portfolio-row .screenshots:before, #portfolio-section .portfolio-row .screenshots:after {
      box-sizing: inherit;
      padding: 0;
      margin: 0; }
    #portfolio-section .portfolio-row .screenshots:after {
      display: block;
      padding-top: 35%;
      content: ""; }
    #portfolio-section .portfolio-row .screenshots.screentime:after {
      display: block;
      /*padding-top: 5.5%;*/
      content: ""; }
      @media only screen and (max-width: 900px) {
        #portfolio-section .portfolio-row .screenshots.screentime:after {
          padding-top: 7.5%; } }
      @media only screen and (max-width: 660px) {
        #portfolio-section .portfolio-row .screenshots.screentime:after {
          padding-top: 10%; } }
      @media only screen and (max-width: 480px) {
        #portfolio-section .portfolio-row .screenshots.screentime:after {
          padding-top: 15%; } }
    #portfolio-section .portfolio-row .screenshots .video-emb{
      border: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      border-radius: 2px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.75);}
      #portfolio-section .portfolio-row .screenshots .video-emb:after{
        content: "";
        display: block;}
    #portfolio-section .portfolio-row .screenshots .video-emb {
      width: 60%;
      height: 100%;
      left: 0;
      z-index: 1; }
      #portfolio-section .portfolio-row .screenshots .video-emb:after {
        padding-top: 10%; }
    #portfolio-section .portfolio-row .screenshots .img-lg,
    #portfolio-section .portfolio-row .screenshots .img-md,
    #portfolio-section .portfolio-row .screenshots .img-sm {
      border: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      border-radius: 2px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.75); }
      #portfolio-section .portfolio-row .screenshots .img-lg:after,
      #portfolio-section .portfolio-row .screenshots .img-md:after,
      #portfolio-section .portfolio-row .screenshots .img-sm:after {
        content: "";
        display: block; }
    #portfolio-section .portfolio-row .screenshots .img-lg {
      width: 70%;
      left: 0;
      z-index: 1; }
      #portfolio-section .portfolio-row .screenshots .img-lg:after {
        padding-top: 45%; }
    #portfolio-section .portfolio-row .screenshots .img-md {
      width: 40%;
      right: 0%;
      height: 60%;
      z-index: 2; }
      #portfolio-section .portfolio-row .screenshots .img-md:after {
        padding-top: 140%; }
    #portfolio-section .portfolio-row .screenshots .img-sm {
      width: 15%;
      right: 1rem;
      z-index: 3;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75); }
      #portfolio-section .portfolio-row .screenshots .img-sm:after {
        padding-top: 145%; }
    #portfolio-section .portfolio-row .screenshots .img-screentime {
      position: relative;
      top: 0px;
      border: 0;
      border-radius: 2px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.75);
      width: 26%;
      margin-right: -20px; }
      @media only screen and (max-width: 768px) {
        #portfolio-section .portfolio-row .screenshots .img-screentime {
          width: 27%; } }
      @media only screen and (max-width: 480px) {
        #portfolio-section .portfolio-row .screenshots .img-screentime {
          width: 25%;
          margin-right: -10px; } }
      #portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(2) {
        top: 15px; }
        @media only screen and (max-width: 600px) {
          #portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(2) {
            top: 10px; } }
      #portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(3) {
        top: 30px; }
        @media only screen and (max-width: 600px) {
          #portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(3) {
            top: 20px; } }
      #portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(4) {
        top: 45px; }
        @media only screen and (max-width: 600px) {
          #portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(4) {
            top: 30px; } }
      #portfolio-section .portfolio-row .screenshots .img-screentime:after {
        content: "";
        display: block; }
  #portfolio-section .portfolio-row .description-title-container {
    position: relative;
    width: 90%;
    margin-top: 30px;
    margin-left: 1em;
    align-items: baseline;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-end;
    -webkit-align-content: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-content: stretch; }
    @media only screen and (max-width: 768px) {
      #portfolio-section .portfolio-row .description-title-container {
        width: 95%; } }
    @media only screen and (max-width: 660px) {
      #portfolio-section .portfolio-row .description-title-container {
        width: 100%;
        margin-left: 0; } }
    @media only screen and (max-width: 600px) {
      #portfolio-section .portfolio-row .description-title-container {
        display: block; } }
    #portfolio-section .portfolio-row .description-title-container .description-title {
      flex: 1;
      margin-bottom: 20px;
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    #portfolio-section .portfolio-row .description-title-container .description-buttons a {
      padding: 10px 15px;
      background: transparent;
      border: 2px solid #00b7c7;
      border-radius: 3px;
      margin: 0 5px;
      color: #00b7c7;
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 660px) {
        #portfolio-section .portfolio-row .description-title-container .description-buttons a {
          font-size: 14px;
          padding: 7px 10px;
          position: relative;
          top: -5px; } }
      @media only screen and (max-width: 600px) {
        #portfolio-section .portfolio-row .description-title-container .description-buttons a {
          margin: 0 10px 30px 0;
          top: 0px; } }
      #portfolio-section .portfolio-row .description-title-container .description-buttons a:hover, #portfolio-section .portfolio-row .description-title-container .description-buttons a:focus {
        background: #00b7c7;
        color: #f2f2f2; }
  #portfolio-section .portfolio-row .portfolio-description {
    display: block;
    width: 90%;
    margin-top: 15px;
    margin-left: 1rem;
    margin-bottom: 25px;
    font-size: 1.1em;
    color: #cbcbcb; }
    @media only screen and (max-width: 660px) {
      #portfolio-section .portfolio-row .portfolio-description {
        width: 100%;
        margin-left: 0;
        margin-top: 10px; } }
    @media only screen and (max-width: 480px) {
      #portfolio-section .portfolio-row .portfolio-description {
        font-size: 1em; } }
    #portfolio-section .portfolio-row .portfolio-description a {
      position: relative;
      font-weight: 500;
      color: #cbcbcb; }
      #portfolio-section .portfolio-row .portfolio-description a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 2px;
        border-width: 0 0 .5px;
        border-style: solid;
        border-color: #cbcbcb; }
  #portfolio-section .portfolio-row .used {
    display: block;
    width: 90%;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      #portfolio-section .portfolio-row .used {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 400px) {
      #portfolio-section .portfolio-row .used {
        margin-bottom: 50px; } }
    #portfolio-section .portfolio-row .used .used-items {
      margin-left: 1em; }
      @media only screen and (max-width: 660px) {
        #portfolio-section .portfolio-row .used .used-items {
          margin-left: 0; } }
      #portfolio-section .portfolio-row .used .used-items .used-item {
        display: inline-block;
        padding: 7px 7px 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #777777;
        background: #333;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .5px; }

#contact-section .contact-description {
  margin: 0 auto;
  max-width: 440px;
  font-size: 1.2em; }
  @media only screen and (max-width: 1170px) {
    #contact-section .contact-description {
      padding: 0; } }
#contact-section .form-wrapper {
  width: 500px;
  margin: 20px auto;
  padding: 0; }
  @media only screen and (max-width: 600px) {
    #contact-section .form-wrapper {
      width: 90%; } }
  @media only screen and (max-width: 400px) {
    #contact-section .form-wrapper {
      width: 95%; } }
  #contact-section .form-wrapper .input-wrapper {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 768px) {
      #contact-section .form-wrapper .input-wrapper {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 480px) {
      #contact-section .form-wrapper .input-wrapper {
        margin-bottom: 5px; } }
    #contact-section .form-wrapper .input-wrapper:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #707070;
      bottom: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    #contact-section .form-wrapper .input-wrapper:after {
      background-color: #00b7c7;
      content: "";
      position: absolute;
      display: block;
      width: 0px;
      height: 2px;
      bottom: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    #contact-section .form-wrapper .input-wrapper .input-label {
      display: block;
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      font-size: 0.9em;
      font-weight: 700;
      text-transform: uppercase;
      transform: translateY(25px);
      color: #f2f2f2;
      margin-bottom: 10px;
      transition: all 0.5s ease-in-out; }
    #contact-section .form-wrapper .input-wrapper .contact-input {
      position: relative;
      background: transparent;
      width: 100%;
      border: none;
      padding: 20px 0 10px;
      margin-bottom: -10px;
      font-size: 1em;
      line-height: 1.3;
      color: #f2f2f2;
      font-family: "Whitney", Helvetica, Arial, sans-serif;
      resize: none;
      display: block;
      overflow: hidden;
      box-sizing: padding-box;
      transition: all 0.25s ease; }
      #contact-section .form-wrapper .input-wrapper .contact-input:focus {
        outline: 0;
        color: #f2f2f2; }
  #contact-section .form-wrapper .is-active,
  #contact-section .form-wrapper .is-completed {
    padding: 15px 0 0 0; }
  #contact-section .form-wrapper .is-active:after {
    width: 100%; }
  #contact-section .form-wrapper .is-active .input-label {
    color: #00b7c7; }
  #contact-section .form-wrapper .is-completed .input-label {
    font-size: 0.75em;
    font-weight: 700;
    transform: translateY(0);
    padding: 0; }
  #contact-section .form-wrapper .is-completed .contact-input {
    padding-top: 10px; }
  #contact-section .form-wrapper .message-btn {
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    padding: 12px 20px 10px;
    margin: 70px auto 0;
    color: #00b7c7;
    background: transparent;
    border: 2px solid #00b7c7;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease; }
    #contact-section .form-wrapper .message-btn:hover, #contact-section .form-wrapper .message-btn:focus {
      color: #f2f2f2;
      background: #00b7c7; }
  #contact-section .form-wrapper #message-label {
    margin-bottom: 10px; }

#footer {
  background: linear-gradient(45deg, #00b7c7 0%, #4d0ce8 100%);
  height: 200px;
  min-height: 100px;
  color: #f2f2f2; }
  @media only screen and (max-width: 480px) {
    #footer {
      height: 200px; } }
  #footer .section-wrapper {
    padding: 30px 0px 40px; }
    @media only screen and (max-width: 660px) {
      #footer .section-wrapper {
        padding: 30px 0; } }
  #footer .soc {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    #footer .soc .soc-item {
      display: inline-block;
      margin: 1rem 0.5rem; }
      @media only screen and (max-width: 400px) {
        #footer .soc .soc-item {
          margin: 1rem 0.3rem; } }
      #footer .soc .soc-item a {
        display: block;
        position: relative;
        color: #fff;
        width: 2.5rem;
        height: 2.5rem;
        position: relative; }
        @media only screen and (max-width: 330px) {
          #footer .soc .soc-item a {
            width: 2.2rem;
            height: 2.2rem; } }
        #footer .soc .soc-item a.icon {
          color: #f2f2f2;
          fill: #f2f2f2; }
          #footer .soc .soc-item a.icon:hover, #footer .soc .soc-item a.icon:focus {
            color: #fff;
            fill: #fff;
            transition: all 0.3s ease;
            transform: scale(1.1) translateY(-5px); }
        #footer .soc .soc-item a.instagram, #footer .soc .soc-item a.github {
          width: 2.3rem;
          height: 2.3rem;
          position: relative;
          top: -1px; }
          @media only screen and (max-width: 330px) {
            #footer .soc .soc-item a.instagram, #footer .soc .soc-item a.github {
              width: 2rem;
              height: 2rem; } }
        #footer .soc .soc-item a em {
          font-size: 14px;
          line-height: 1.5;
          margin-top: -0.75em;
          position: absolute;
          text-align: center;
          top: 50%;
          right: 0;
          bottom: 0;
          left: 0; }
  #footer .footer-logo {
    width: 30px;
    margin: 0 auto; }
  #footer .copyright-wrapper {
    margin-top: 25px;
    font-size: 13px;
    color: #f2f2f2;
    font-weight: 500; }
    #footer .copyright-wrapper p {
      margin: 0;
      color: #f2f2f2; }
    #footer .copyright-wrapper .please {
      font-size: 12px; }

.four-oh-four {
  font-family: "Gotham", Helvetica, Arial, sans-serif; }
  .four-oh-four canvas {
    display: block;
    vertical-align: bottom; }
  .four-oh-four #particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    animation: appear 1.4s ease 0s normal forwards 1 running;
    background-color: #070525;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("http://brittanychiang.com/img/404-bg.jpg"); }
    .four-oh-four #particles-js:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #141E30;
      background: -webkit-linear-gradient(to bottom, #141E30, #243B55);
      background: linear-gradient(to bottom, #141E30, #243B55);
      opacity: 0.7; }
  .four-oh-four .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: none; }
  .four-oh-four .js-count-particles {
    font-size: 1.1em; }
  .four-oh-four #stats,
  .four-oh-four .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  .four-oh-four #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .four-oh-four .count-particles {
    border-radius: 0 0 3px 3px; }
  .four-oh-four .text-container {
    text-align: center;
    cursor: default;
    position: relative;
    top: 25vh; }
    .four-oh-four .text-container .text {
      display: inline-block;
      color: #fff;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase;
      z-index: 2;
      position: relative; }
      .four-oh-four .text-container .text h1 {
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-size: 10em;
        font-weight: 500;
        margin: 0 auto;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }
      .four-oh-four .text-container .text h3 {
        font-size: 1em;
        font-weight: 700;
        margin: 15px 0 75px;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); }
      .four-oh-four .text-container .text a {
        display: block;
        width: 200px;
        margin: 0 auto;
        color: #f2f2f2;
        background: #ab473c;
        font-size: 0.95em;
        text-decoration: none;
        padding: 15px;
        border-radius: 30px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
        .four-oh-four .text-container .text a:hover, .four-oh-four .text-container .text a:focus {
          background: #c74739; }

/*# sourceMappingURL=main.css.map 
