/* colors
------------------------------------------ */
/* typography
------------------------------------------ */
/* functions
------------------------------------------ */
/* mixins
------------------------------------------ */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.group:after, .group:before {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

/* typography
------------------------------------------ */
body {
  color: #212121;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
}

h1 {
  font-family: "Playfair Display", Times, serif;
  font-weight: 400;
  font-size: 6.25rem;
}

h2 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
}

.piece-page h2 {
  font-family: "Playfair Display", Times, serif;
  font-size: 4.6875rem;
  font-weight: normal;
  margin-bottom: 3.125rem;
}

p {
  font-family: "Playfair Display", Times, serif;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.75;
}

a {
  color: #2CB6CA;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px #2CB6CA solid;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
a:hover {
  color: #000;
  border-color: transparent;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
a:hover::before {
  background: #f0f0f0 !important;
  border-color: #ddd;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
a:focus-visible {
  color: #fff;
  border: 1px #2CB6CA solid;
  padding: 5px;
}
a.ext {
  position: relative;
  display: inline;
}
a.ext span {
  position: absolute;
  top: -6px;
  right: -23px;
  color: #d8d8d8;
  font-size: 1.25rem !important;
  line-height: normal !important;
  font-weight: normal !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.ext:hover span {
  right: -25px;
  color: #2CB6CA;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.ext::before {
  right: -33px;
  background: transparent;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
a::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -6px;
  left: -10px;
  right: -10px;
  background: transparent;
  border-bottom: 1px #fff solid;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}

.btn {
  position: relative;
  margin-bottom: 0;
  background: #F7F7F7;
  color: #2CB6CA;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Lato", Arial, sans-serif;
  border-bottom: 1px #ddd solid;
  padding: 10px 15px 11px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.btn:hover {
  color: #fff;
  background: #2CB6CA;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
}

.experience::before, .education::before, .linkedin::before, .one.fix::before, .two::before, .three::before, .four::before, .five::before, .six::before, .skill-set::before {
  position: absolute;
  top: 7px;
  left: -23px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  color: #F43A4C;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 25px;
  border-top: 1px #D8D8D8 solid;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  background-color: #D8D8D8;
  height: 1px;
}

/* form */
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
form p {
  width: 50%;
  margin: 0 !important;
  padding: 0 !important;
}
form p:nth-of-type(5) {
  width: 100%;
}
form p:nth-of-type(6) {
  margin-bottom: 0 !important;
  width: 116px;
}
form p label {
  font-size: 0.875rem;
  font-weight: 900;
  font-family: "Lato", Arial, sans-serif;
}
form p input {
  border: 0;
  border-bottom: 1px #D8D8D8 solid;
  width: calc(100% - 50px);
  font-family: "Playfair Display", Times, serif;
  font-size: 1.125rem;
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 20px;
}
form p input.wpcf7-not-valid {
  border-color: red;
}
form p select {
  width: calc(100% - 50px);
  margin-bottom: 20px;
  height: 40px;
  margin-top: 5px;
  border: 1px #D8D8D8 solid;
  font-family: "Lato", Arial, sans-serif;
}
form p textarea {
  border: 1px #D8D8D8 solid;
  width: calc(100% - 50px);
  font-family: "Playfair Display", Times, serif;
  font-size: 1.125rem;
  padding: 10px;
  margin-bottom: 20px;
  height: 100px;
  margin-top: 5px;
}
form p input[type=submit] {
  width: 175px;
  margin-bottom: 0;
  background: #F7F7F7;
  color: #2CB6CA;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Lato", Arial, sans-serif;
  border-bottom: 1px #ddd solid;
  border-radius: 10px;
  padding: 10px 0 11px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
form p input[type=submit]:hover, form p input[type=submit]:focus {
  color: #fff;
  background: #2CB6CA;
  cursor: pointer;
  border-radius: 0;
  border-bottom: 1px #fff solid;
}
form .wpcf7-not-valid-tip {
  position: absolute;
  top: 25px;
  font-size: 0.6875rem;
}
form .wpcf7-response-output {
  position: relative;
  left: 25px;
  top: 0;
  font-size: 0.6875rem;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 40px !important;
  padding-top: 15px !important;
  height: 40px;
}
form.sent .wpcf7-response-output {
  background: transparent url("../img/ok.png") center left no-repeat;
  background-size: 40px;
}
form.invalid .wpcf7-response-output {
  background: transparent url("../img/x.png") center left no-repeat;
  background-size: 40px;
  color: red;
}
form .wpcf7-spinner {
  display: none;
}

/* credits */
footer .credits {
  display: block;
  position: relative;
  width: 100%;
}
footer .credits span {
  color: #999;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  float: left;
}
footer .credits span:nth-of-type(2) {
  float: right;
}

::-moz-selection {
  background-color: #FA9CA5;
}

::selection {
  background-color: #FA9CA5;
}

footer {
  display: none;
}

/* media queries */
@media (max-width: 1800px) {
  #main-content .omega .about-page p, #main-content .omega .contact-page p, #main-content .omega .piece-page p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1650px) {
  #main-content .omega .about-page p, #main-content .omega .contact-page p, #main-content .omega .piece-page p {
    font-size: 1rem;
  }
}
@media (max-width: 850px) {
  h1 {
    font-size: 4.5rem;
  }
  footer .credits span {
    margin-left: 20px;
  }
  footer .credits span:nth-of-type(2) {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  /* .btn.ext, form p input[type=submit] {
  	display: block;
  	width: 100%;
  	padding-left: 20px;
  	padding-right: 20px;
  	text-align: center;
  } */
  .experience::before, .education::before, .linkedin::before, .one.fix::before, .two::before, .three::before, .four::before, .five::before, .six::before, .skill-set::before {
    left: -14px;
    font-size: 0.625rem;
    border-top: 0px #D8D8D8 solid;
    border-bottom: 1px #D8D8D8 solid;
  }
  footer .credits span:nth-of-type(2) {
    float: left;
    margin-left: 20px;
  }
}
/* grid
------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #F7F7F7;
}

main {
  height: 100vh;
}

/* media queries
------------------------------------------ */
/* main content
------------------------------------------ */
.blocker {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blocker.page-loaded {
  opacity: 0;
}
.blocker.triggered {
  opacity: 1;
}

#main-content {
  display: block;
  position: relative;
  background: #fff;
  max-width: 1770px;
  top: 50%;
  left: 50%;
}
#main-content.front-page {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main-content .alpha {
  position: relative;
  width: 30%;
  float: left;
  background: #ffffff url("../img/me-edited.jpg") top center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1000;
  /* spinner */
}
#main-content .alpha::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #D8D8D8;
  z-index: 5000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#main-content .alpha::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 276px;
  width: 276px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 25px -9px #212121;
          box-shadow: 0px 0px 25px -9px #212121;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../img/spin-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 276px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#main-content .alpha .spinner {
  position: absolute;
  bottom: 51px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 275px;
  width: 275px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 9999;
  cursor: default;
}
#main-content .alpha .spinner img {
  -webkit-animation: spin 10s infinite;
          animation: spin 10s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#main-content .alpha.active::before {
  opacity: 1;
}
#main-content .alpha.active::after {
  opacity: 1;
}
#main-content .alpha.active .spinner {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  cursor: pointer;
}
#main-content .omega {
  position: relative;
  width: 70%;
  float: right;
  padding: 72px 75px 75px 75px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2000;
}
#main-content .omega::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7F7F7;
  z-index: 5000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
#main-content .omega nav {
  margin-bottom: 59px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#main-content .omega nav .home-touch {
  position: absolute;
  display: none;
  top: 5px;
  left: -5px;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  z-index: 9000;
}
#main-content .omega nav::before {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  left: 0;
  right: 0;
  bottom: -10px;
  background: #F7F7F7;
  z-index: 5000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega nav .mobile-logo {
  display: none;
}
#main-content .omega nav ol {
  list-style: none;
}
#main-content .omega nav ol li {
  position: relative;
  display: inline-block;
  color: #212121 !important;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-right: 3.125rem;
  cursor: pointer !important;
  z-index: 100;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#main-content .omega nav ol li::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -20px;
  right: -20px;
  background: transparent;
  z-index: -1;
  border-bottom: 1px transparent solid;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
  border-bottom: 1px #fff solid;
}
#main-content .omega nav ol li:hover, #main-content .omega nav ol li:focus {
  color: #2CB6CA !important;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#main-content .omega nav ol li:hover::before, #main-content .omega nav ol li:focus::before {
  background: #F7F7F7;
  border-bottom: 1px #ddd solid;
}
#main-content .omega nav ol li.active {
  color: #F43A4C !important;
  cursor: default !important;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#main-content .omega nav ol li.active:hover {
  color: #fff;
}
#main-content .omega nav ol li.active::before {
  background: #F7F7F7;
  border-bottom: 1px #F7F7F7 solid;
}
#main-content .omega nav ol li.touched.active.clicked {
  color: #F43A4C !important;
}
#main-content .omega nav ol li.piece-override {
  color: #F43A4C !important;
  cursor: pointer !important;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#main-content .omega nav ol li.piece-override:hover {
  color: #212121 !important;
}
#main-content .omega nav ol li.piece-override:hover::before {
  background: #F7F7F7;
}
#main-content .omega nav ol li.piece-override::before {
  background: #F7F7F7;
}
#main-content .omega nav ol li:nth-of-type(4) {
  margin-right: 0;
}
#main-content .omega nav ol li.x {
  color: #F43A4C !important;
  font-size: 1.5rem;
  top: -6px;
  margin-right: 0;
  float: right;
  opacity: 0;
  cursor: default !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#main-content .omega nav ol li.x.active {
  opacity: 1;
  cursor: pointer !important;
}
#main-content .omega nav ol li.x:hover {
  color: red;
}
#main-content .omega nav ol li.x:focus-visible {
  color: #2CB6CA;
}
#main-content .omega nav ol li.x:focus-visible::before {
  display: block;
}
#main-content .omega nav ol li.x::before {
  display: none;
  top: 1px;
  bottom: -1px;
  left: -5px;
  right: -2px;
}
#main-content .omega a.blog {
  display: none;
  position: absolute;
  top: -30px;
  right: -20px;
  height: 30px;
  border: 0;
  padding: 8px 21px 0 24px;
  color: #fff;
  background: #2CB6CA;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#main-content .omega a.blog:hover {
  background: #259EAF;
  padding: 8px 16px 0 20px;
}
#main-content .omega a.blog::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #259EAF transparent transparent transparent;
}
#main-content .omega .splash-page {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .splash-page.open {
  opacity: 1;
}
#main-content .omega .splash-page .title {
  position: relative;
  width: calc(100% - 50px);
  margin-bottom: 88px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .splash-page .title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: -50px;
  bottom: -38px;
  background: #F7F7F7;
  z-index: 5000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
#main-content .omega .splash-page .title h1 {
  position: relative;
  padding-top: 10px;
  font-size: 7.5vw;
  line-height: 1;
}
#main-content .omega .splash-page .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .splash-page .notes::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7F7F7;
  z-index: 5000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .splash-page .notes .note {
  position: relative;
  padding-top: 24px;
  margin-left: 50px;
  border-top: 1px #D8D8D8 solid;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}
#main-content .omega .splash-page .notes .note strong {
  letter-spacing: 1px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
#main-content .omega .splash-page .notes .note.one {
  min-width: 275px;
  max-width: 275px;
  margin-left: 0;
}
#main-content .omega .splash-page .notes .note.one::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -230px;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background: #fff url("../img/logo.svg") center center no-repeat;
  background-size: 200px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5000;
}
#main-content .omega .splash-page .notes .note.two {
  min-width: 265px;
  max-width: 265px;
}
#main-content .omega .splash-page .notes .note.three {
  overflow: auto;
  visibility: hidden !important;
}
#main-content .omega .splash-page .notes .note.three.safari-fix {
  visibility: visible !important;
}
#main-content .omega .splash-page .notes .note.three .slick-dots {
  position: relative;
  bottom: -2px;
  left: 0;
  display: block;
  width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#main-content .omega .splash-page .notes .note.three .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  background: #F7F7F7;
  border-radius: 50%;
}
#main-content .omega .splash-page .notes .note.three .slick-dots li:hover {
  background: #D8D8D8;
}
#main-content .omega .splash-page .notes .note.three .slick-dots li.slick-active {
  background: #D8D8D8;
}
#main-content .omega .splash-page .notes .note.three .slick-dots li button {
  display: none;
}
#main-content .omega .piece-page {
  opacity: 1;
}
#main-content .omega .piece-page .title {
  display: block;
  position: relative;
  width: calc(100% - 150px);
}
#main-content .omega .piece-page .title h1 {
  position: relative;
  padding-top: 10px;
  margin-bottom: 3.125rem;
  font-size: 5.25vw;
  line-height: 1;
}
#main-content .omega .piece-page p {
  margin-bottom: 3.4375rem;
}
#main-content .omega .piece-page p:last-of-type:has(a) {
  margin-bottom: 0;
}
#main-content .omega .piece-page p .btn {
  padding: 12px 50px 13px 50px;
}
#main-content .omega .piece-page hr {
  margin-bottom: 50px;
}
#main-content .omega .piece-page .preso {
  margin-bottom: 50px;
}
#main-content .omega .piece-page .preso .stage {
  position: relative;
  margin-bottom: 25px;
}
#main-content .omega .piece-page .preso .stage img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  border: 1px #efefef solid;
  border-radius: 20px;
}
#main-content .omega .piece-page .preso .stage img:nth-of-type(1) {
  position: relative;
}
#main-content .omega .piece-page .preso .stage img.active {
  opacity: 1;
}
#main-content .omega .piece-page .preso .description {
  display: block;
  position: relative;
  height: 50px;
  border-left: 1px #D8D8D8 solid;
  margin-bottom: 25px;
  font-size: 0.75rem;
  line-height: 1.5;
}
#main-content .omega .piece-page .preso .description span {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 90%;
}
#main-content .omega .piece-page .preso .description span.active {
  opacity: 1;
}
#main-content .omega .piece-page .preso .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#main-content .omega .piece-page .preso .thumbs span {
  display: block;
  position: relative;
  width: 100px;
  margin-right: 25px;
  cursor: pointer;
}
#main-content .omega .piece-page .preso .thumbs span:nth-of-type(6) {
  margin-right: 0;
}
#main-content .omega .piece-page .preso .thumbs span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F43A4C;
  opacity: 0;
  z-index: 3000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#main-content .omega .piece-page .preso .thumbs span.active {
  pointer-events: none;
}
#main-content .omega .piece-page .preso .thumbs span.active::before {
  opacity: 0.5;
  border-radius: 10px;
}
#main-content .omega .piece-page .preso .thumbs span img {
  display: block;
  position: relative;
  border: 1px #efefef solid;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0px;
  border-radius: 10px;
  opacity: 0.95;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}
#main-content .omega .piece-page .preso .thumbs span.active img {
  border-radius: 10px;
  border: 1px #F43A4C solid;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
#main-content .omega .piece-page .preso .thumbs span:hover img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px #2CB6CA solid;
  opacity: 1;
  border-radius: 0px;
}
#main-content .omega .about-page {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .about-page.open {
  opacity: 1;
}
#main-content .omega .about-page h1 {
  margin-bottom: 32px;
}
#main-content .omega .about-page p {
  margin-bottom: 34px;
}
#main-content .omega .about-page .more {
  display: none;
  position: relative;
  margin-bottom: 11px;
  top: -23px;
}
#main-content .omega .about-page .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 45px;
  width: calc(100% - 45px);
}
#main-content .omega .about-page .notes .note {
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}
#main-content .omega .about-page .notes .note span {
  font-size: 0.875rem;
  font-weight: 900;
}
#main-content .omega .about-page .notes .note.experience {
  min-width: 390px;
  max-width: 390px;
}
#main-content .omega .about-page .notes .note.experience br.mobile-break {
  display: none;
}
#main-content .omega .about-page .notes .note.experience ul {
  padding-top: 5px;
}
#main-content .omega .about-page .notes .note.experience::before {
  content: "experience";
}
#main-content .omega .about-page .notes .note.education {
  min-width: 395px;
  max-width: 395px;
}
#main-content .omega .about-page .notes .note.education br.mobile-break {
  display: none;
}
#main-content .omega .about-page .notes .note.education ul {
  padding-top: 5px;
}
#main-content .omega .about-page .notes .note.education ul li.certs span {
  letter-spacing: 1px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #777;
}
#main-content .omega .about-page .notes .note.education::before {
  content: "education";
}
#main-content .omega .about-page .notes .note.linkedin {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#main-content .omega .about-page .notes .note.linkedin::before {
  content: "more info";
}
#main-content .omega .about-page .notes .note.linkedin figure {
  display: block;
  position: relative;
  margin-bottom: 6px;
}
#main-content .omega .about-page .notes .note ul li {
  margin-bottom: 12px;
  line-height: 1.25;
}
#main-content .omega .about-page .notes .note ul li span {
  font-size: 0.875rem;
  font-weight: 900;
}
#main-content .omega .work-page {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .work-page.open {
  opacity: 1;
}
#main-content .omega .work-page h1 {
  margin-bottom: 43px;
}
#main-content .omega .work-page .portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-content .omega .work-page .portfolio .piece {
  position: relative;
  width: calc(33% - 25px);
  font-size: 0.75rem;
  font-weight: 400;
}
#main-content .omega .work-page .portfolio .piece:nth-of-type(1) {
  margin-bottom: 40px;
}
#main-content .omega .work-page .portfolio .piece:nth-of-type(2) {
  margin-bottom: 40px;
}
#main-content .omega .work-page .portfolio .piece:nth-of-type(3) {
  margin-bottom: 40px;
}
#main-content .omega .work-page .portfolio .piece a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  border: 0px transparent solid;
}
#main-content .omega .work-page .portfolio .piece a:hover + figure + h2, #main-content .omega .work-page .portfolio .piece a:hover + figure + h2 + figure .type, #main-content .omega .work-page .portfolio .piece a:focus + figure + h2, #main-content .omega .work-page .portfolio .piece a:focus + figure + h2 + figure .type {
  color: #2CB6CA;
}
#main-content .omega .work-page .portfolio .piece a:hover + figure img, #main-content .omega .work-page .portfolio .piece a:focus + figure img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border: 1px #2CB6CA solid;
  opacity: 1;
  border-radius: 0px;
}
#main-content .omega .work-page .portfolio .piece a::before {
  display: none;
}
#main-content .omega .work-page .portfolio .piece figure {
  position: relative;
}
#main-content .omega .work-page .portfolio .piece figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10px;
  background: #F7F7F7;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#main-content .omega .work-page .portfolio .piece figure img {
  position: relative;
  border: 1px #efefef solid;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 8px;
  border-radius: 10px;
  opacity: 0.95;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  visibility: hidden;
}
#main-content .omega .work-page .portfolio .piece.open img {
  visibility: visible;
}
#main-content .omega .work-page .portfolio .piece.shoot img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#main-content .omega .work-page .portfolio .piece h2 {
  position: relative;
  margin-bottom: 8px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 500;
}
#main-content .omega .work-page .portfolio .piece h2::before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible !important;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #F7F7F7;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#main-content .omega .work-page .portfolio .piece.open h2 {
  visibility: visible;
}
#main-content .omega .work-page .portfolio .piece figure.x::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #F7F7F7;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#main-content .omega .work-page .portfolio .piece span {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 500;
  visibility: hidden;
}
#main-content .omega .work-page .portfolio .piece span aside {
  display: inline;
}
#main-content .omega .work-page .portfolio .piece span span {
  position: absolute;
  top: -6px;
  right: -23px;
  color: #d8d8d8;
  font-size: 1.25rem !important;
  line-height: normal !important;
  font-weight: normal !important;
}
#main-content .omega .work-page .portfolio .piece.opening figure::before, #main-content .omega .work-page .portfolio .piece.opening h2::before, #main-content .omega .work-page .portfolio .piece.opening figure.x::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
#main-content .omega .work-page .portfolio .piece.open span {
  visibility: visible;
}
#main-content .omega .work-page .portfolio .piece.open figure::before, #main-content .omega .work-page .portfolio .piece.open h2::before, #main-content .omega .work-page .portfolio .piece.open figure.x::before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
#main-content .omega .services-page {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .services-page.open {
  opacity: 1;
}
#main-content .omega .services-page h1 {
  margin-bottom: 35px;
  margin-left: -6px;
}
#main-content .omega .services-page hr {
  margin-bottom: 43px;
}
#main-content .omega .services-page .services, #main-content .omega .piece-page .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: 45px;
  width: calc(100% - 45px);
  margin-bottom: 42px;
}
#main-content .omega .services-page .services .service, #main-content .omega .piece-page .services .service {
  position: relative;
  width: calc(33% - 50px);
  margin-right: 75px;
}
#main-content .omega .services-page .services .service:nth-of-type(1), #main-content .omega .piece-page .services .service:nth-of-type(1) {
  margin-bottom: 30px;
}
#main-content .omega .services-page .services .service:nth-of-type(2), #main-content .omega .piece-page .services .service:nth-of-type(2) {
  margin-bottom: 30px;
}
#main-content .omega .services-page .services .service:nth-of-type(3), #main-content .omega .piece-page .services .service:nth-of-type(3) {
  margin-bottom: 30px;
  margin-right: 0;
}
#main-content .omega .services-page .services .service:nth-of-type(6), #main-content .omega .piece-page .services .service:nth-of-type(6) {
  margin-right: 0;
}
#main-content .omega .services-page .services .service span, #main-content .omega .piece-page .services .service span {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 900;
}
#main-content .omega .services-page .services .service p, #main-content .omega .piece-page .services .service p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 0;
}
#main-content .omega .services-page .services .service.one.fix::before, #main-content .omega .piece-page .services .service.one.fix::before {
  content: "01";
  padding-top: 7px;
  top: 8px;
}
#main-content .omega .services-page .services .service.two::before, #main-content .omega .piece-page .services .service.two::before {
  content: "02";
  padding-top: 7px;
  top: 8px;
}
#main-content .omega .services-page .services .service.three::before, #main-content .omega .piece-page .services .service.three::before {
  content: "03";
  padding-top: 7px;
  top: 8px;
}
#main-content .omega .services-page .services .service.four::before, #main-content .omega .piece-page .services .service.four::before {
  content: "04";
  padding-top: 7px;
  top: 8px;
}
#main-content .omega .services-page .services .service.five::before, #main-content .omega .piece-page .services .service.five::before {
  content: "05";
  padding-top: 7px;
  top: 8px;
}
#main-content .omega .services-page .services .service.six::before, #main-content .omega .piece-page .services .service.six::before {
  content: "06";
  padding-top: 7px;
  top: 8px;
}
#main-content .omega .services-page .skill-set, #main-content .omega .piece-page .skill-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 45px;
  width: calc(100% - 45px);
  padding-right: 50px;
}
#main-content .omega .services-page .skill-set::before, #main-content .omega .piece-page .skill-set::before {
  content: "skill set";
  padding-top: 7px;
}
#main-content .omega .services-page .skill-set .skills, #main-content .omega .piece-page .skill-set .skills {
  position: relative;
  top: 5px;
}
#main-content .omega .services-page .skill-set .skills ul li, #main-content .omega .piece-page .skill-set .skills ul li {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 0.625rem;
}
#main-content .omega .piece-page .services {
  margin-bottom: 60px;
}
#main-content .omega .piece-page .services.three .service {
  margin-bottom: 0;
}
#main-content .omega .contact-page {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-content .omega .contact-page.open {
  opacity: 1;
}
#main-content .omega .contact-page h1 {
  margin-bottom: 32px;
  margin-left: -4px;
}
#main-content .omega .contact-page p {
  margin-bottom: 30px;
}
#main-content .omega .contact-page p span {
  color: red;
}

/* work page custom CSS
------------------------------------------ */
#main-content .omega .work-page .portfolio .piece:hover span span {
  right: -25px;
  color: #2CB6CA;
}

/* piece overrides
------------------------------------------ */
body.page-template-piece main {
  height: auto;
}

body.page-template-piece #main-content {
  top: 0;
  left: 0;
  margin: 50px auto;
}

body.page-template-piece #main-content .alpha {
  position: relative;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background-image: none;
  max-width: 530px;
  max-height: 800px;
}

body.page-template-piece #main-content .alpha img {
  -o-object-fit: none;
     object-fit: none;
  min-height: 800px;
  position: absolute;
  top: 0;
  /*display: block;
  display: none;*/
}

body.page-template-piece #main-content .alpha img:nth-of-type(1) {
  display: block;
  position: relative;
  z-index: 1000;
}

body.page-template-piece #main-content .alpha img:nth-of-type(2) {
  z-index: 2000;
}

body.page-template-piece #main-content .alpha img:nth-of-type(3) {
  z-index: 3000;
}

body.page-template-piece #main-content .omega nav ol li.work.active {
  pointer-events: all;
  cursor: pointer !important;
}
body.page-template-piece #main-content .omega nav ol li.work.active:hover, body.page-template-piece #main-content .omega nav ol li.work.active:focus {
  color: #fff !important;
}
body.page-template-piece #main-content .omega nav ol li.work.active:hover::before, body.page-template-piece #main-content .omega nav ol li.work.active:focus::before {
  background: #2CB6CA;
}

body.page-template-piece #main-content .omega nav ol li.x {
  opacity: 1;
  cursor: pointer !important;
}

body.page-template-piece #main-content .omega .piece-page .title h1 {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.page-template-piece #main-content .omega .piece-page .title h1::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #F7F7F7;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

body.page-template-piece #main-content .omega .piece-page figure {
  opacity: 1;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
body.page-template-piece #main-content .omega .piece-page figure::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #F7F7F7;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

body.page-template-piece #main-content .omega a.btn::before {
  display: none;
}

/* media queries
------------------------------------------ */
@media (min-width: 2070px) {
  #main-content .omega .splash-page h1 {
    font-size: 9.6875rem;
  }
}
@media (max-width: 1850px) {
  main {
    margin: 0 50px;
  }
}
@media (max-width: 1650px) {
  main {
    margin: 0 25px;
  }
  #main-content .alpha {
    width: 25%;
  }
  #main-content .omega {
    width: 75%;
  }
}
@media (max-width: 1550px) {
  #main-content .omega .splash-page .notes .note.two {
    min-width: 175px;
    max-width: 175px;
  }
  #main-content .omega .about-page .notes .note {
    margin-bottom: 2.5625rem;
  }
  #main-content .omega .about-page .notes .note.experience {
    min-width: 60%;
    max-width: 60%;
  }
  #main-content .omega .about-page .notes .note.education {
    min-width: 40%;
    max-width: 40%;
  }
  #main-content .omega .about-page .notes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main-content .omega .work-page .portfolio .piece span aside {
    display: none;
  }
}
@media (max-width: 1250px) {
  #main-content .alpha {
    width: 300px;
    max-height: 800px !important;
  }
  #main-content .omega {
    width: calc(100% - 300px);
  }
  #main-content {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #main-content.front-page {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body.page-template-piece #main-content {
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #main-content .omega nav {
    margin-left: 100px;
  }
  #main-content .omega nav .home-touch {
    display: block;
  }
  #main-content .omega nav::before {
    top: 9px;
    bottom: -3px;
  }
  #main-content .omega nav::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/logo-text.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    opacity: 1;
    -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #main-content .omega .splash-page .title {
    margin-bottom: 0;
  }
  #main-content .omega .splash-page h1 {
    font-size: 11vw;
  }
  #main-content .omega .splash-page .notes .note.one::before {
    display: none;
  }
  #main-content .omega .splash-page .notes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-content .omega .splash-page .notes .note {
    margin-left: 0;
    min-width: inherit !important;
    max-width: inherit !important;
  }
  #main-content .omega .splash-page .notes .note.one, #main-content .omega .splash-page .notes .note.two {
    width: calc(50% - 25px);
    margin-bottom: 25px;
  }
  #main-content .omega .work-page .portfolio .piece span aside {
    display: inline;
  }
  #main-content .omega .work-page .portfolio .piece img {
    border: 1px #F7F7F7 solid;
  }
  main {
    margin: 0 0 75px 0;
  }
  #main-content .omega {
    position: relative;
    padding: 0 25px 50px 25px;
  }
  #main-content .omega nav {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 33px;
    margin-bottom: 24px;
    margin-left: 0;
    padding-left: 100px;
    border-bottom: 1px #D8D8D8 solid;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9000;
  }
  #main-content .omega nav ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #main-content .omega nav ol li {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-right: 3.125rem;
  }
  #main-content .omega nav ol li:hover {
    color: #2CB6CA !important;
  }
  #main-content .omega nav ol li.x {
    display: none;
  }
  #main-content .omega nav ol li::before {
    display: none;
  }
  #main-content .omega .work-page .portfolio .piece {
    width: calc(50% - 25px);
  }
  #main-content .omega .splash-page h1 {
    font-size: 12.5vw;
    margin-bottom: 50px;
  }
  main-content .omega .piece-page .title h1 {
    padding-top: 0;
  }
  #main-content .omega .services-page .skill-set {
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  #main-content .alpha {
    width: 175px;
    max-height: 600px !important;
  }
  #main-content .omega {
    width: calc(100% - 175px);
  }
  #main-content .alpha::after, #main-content .alpha .spinner {
    display: none;
  }
  #main-content .omega .about-page .notes .note.education,
  #main-content .omega .about-page .notes .note.experience {
    min-width: 100%;
    max-width: 100%;
  }
  #main-content .omega .work-page .portfolio .piece {
    width: calc(50% - 25px);
  }
  #main-content .omega .work-page .portfolio .piece span aside {
    display: none;
  }
  #main-content .omega .services-page .services .service {
    width: calc(50% - 50px);
  }
  #main-content .omega .services-page .services .service:nth-of-type(1), #main-content .omega .services-page .services .service:nth-of-type(2), #main-content .omega .services-page .services .service:nth-of-type(3) {
    margin-bottom: 20px;
  }
  #main-content .omega .services-page .services .service:nth-of-type(3) {
    margin-right: 75px;
  }
  #main-content .omega .services-page .services .service:nth-of-type(even) {
    margin-right: 0;
  }
  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column;
        flex-flow: column;
  }
  form p {
    width: 100%;
  }
}
@media (max-width: 850px) {
  #main-content .omega nav {
    padding-left: 59px;
    margin-bottom: 13px;
    padding-top: 24px;
    padding-bottom: 23px;
  }
  #main-content .omega nav::after {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }
  #main-content .omega nav ol li {
    margin-right: 1.25rem;
  }
  #main-content .omega nav ol li:hover {
    color: #F43A4C !important;
  }
  #main-content .omega .splash-page .notes .note.one, #main-content .omega .splash-page .notes .note.two {
    width: 100%;
  }
  #main-content .omega .work-page .portfolio .piece {
    width: 100%;
    margin-bottom: 30px !important;
  }
  #main-content .omega .work-page .portfolio .piece:last-of-type {
    margin-bottom: 0 !important;
  }
  #main-content .omega .services-page .skill-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main-content .omega .services-page .skill-set .skills {
    width: 50%;
  }
  #main-content .omega .services-page .skill-set .skills:nth-of-type(1), #main-content .omega .services-page .skill-set .skills:nth-of-type(2) {
    margin-bottom: 0;
  }
  #main-content .omega .services-page .skill-set .skills:nth-of-type(2), #main-content .omega .services-page .skill-set .skills:nth-of-type(4) {
    margin-right: 0;
  }
  #main-content .omega .services-page .skill-set .skills:nth-of-type(1), #main-content .omega .services-page .skill-set .skills:nth-of-type(3) {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  #main-content .omega .services-page .skill-set .skills:nth-of-type(2), #main-content .omega .services-page .skill-set .skills:nth-of-type(4) {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  #main-content .omega .services-page .skill-set {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-content .omega .services-page .skill-set::before {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #main-content .omega .services-page .skill-set .skills {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  #main-content .omega .piece-page figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-content .omega .piece-page .preso {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #main-content .omega .piece-page .preso .description {
    display: none;
  }
  #main-content .omega .services-page .services .service, #main-content .omega .piece-page .services .service {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  #main-content .omega .services-page .services .service:nth-of-type(6), #main-content .omega .piece-page .services .service:nth-of-type(6) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 650px) {
  #main-content .omega nav ol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 600px) {
  #main-content .alpha {
    width: 0px !important;
    max-width: 0px !important;
    height: 0px !important;
    max-height: 0px !important;
  }
  #main-content .omega {
    width: 100%;
  }
  #main-content .omega .about-page p {
    position: relative;
    height: 290px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #main-content .omega .about-page p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    opacity: 1;
  }
  #main-content .omega .about-page p.read-more {
    height: auto;
    overflow: visible;
  }
  #main-content .omega .about-page p.read-more::after {
    opacity: 0;
  }
  #main-content .omega .splash-page .notes .note.one {
    padding-left: 80px;
  }
  #main-content .omega .splash-page .notes .note.one::before {
    display: block;
    top: calc(50% + 12px);
    -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
    left: 0;
    height: 57px;
    width: 57px;
    border-radius: 10px;
    opacity: 1;
    background: transparent url("../img/me-edited-mobile.jpg") center center no-repeat;
    background-size: 57px;
  }
  #main-content .omega .about-page .more {
    display: inline-block;
  }
  #main-content .omega .splash-page h1 {
    margin-bottom: 34px;
  }
  #main-content .omega .about-page h1, #main-content .omega .contact-page h1 {
    margin-bottom: 23px;
  }
  #main-content .omega .work-page h1 {
    margin-bottom: 25px;
  }
  #main-content .omega .piece-page .services {
    left: 35px;
  }
  #main-content .omega .services-page h1 {
    margin-bottom: 26px;
  }
  #main-content .omega .about-page .notes .note.experience br.mobile-break {
    display: block;
  }
  #main-content .omega .about-page .notes .note.experience ul {
    padding-top: 0;
  }
  #main-content .omega .about-page .notes .note ul li {
    line-height: 1.75;
  }
  #main-content .omega .about-page .notes .note {
    margin-bottom: 11px;
  }
  #main-content .omega .work-page .portfolio .piece {
    width: 100%;
    margin-bottom: 30px !important;
  }
  #main-content .omega .work-page .portfolio .piece:last-of-type {
    margin-bottom: 0 !important;
  }
  #main-content .omega .piece-page .title {
    width: calc(100% - 50px);
  }
  #main-content .omega .piece-page .title h1 {
    margin-bottom: 2rem;
  }
  #main-content .omega .about-page .notes, #main-content .omega .services-page .services, #main-content .omega .services-page .skill-set {
    left: 35px;
    width: calc(100% - 35px);
  }
  #main-content .omega .services-page .services .service.one.fix::before, #main-content .omega .services-page .services .service.two::before, #main-content .omega .services-page .services .service.three::before, #main-content .omega .services-page .services .service.four::before, #main-content .omega .services-page .services .service.five::before, #main-content .omega .services-page .services .service.six::before, #main-content .omega .piece-page .services .service.one.fix::before, #main-content .omega .piece-page .services .service.two::before, #main-content .omega .piece-page .services .service.three::before, #main-content .omega .piece-page .services .service.four::before, #main-content .omega .piece-page .services .service.five::before, #main-content .omega .piece-page .services .service.six::before {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #main-content .omega .piece-page .preso {
    margin-bottom: 28px;
  }
  #main-content .omega .piece-page p {
    margin-bottom: 25px;
  }
  #main-content .omega .piece-page .services {
    margin-bottom: 21px;
  }
}
@media (max-width: 450px) {
  #main-content .omega nav {
    padding-left: 65px;
  }
  #main-content .omega nav ol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-content .omega nav ol li {
    margin-right: 0;
  }
  #main-content .omega .piece-page .preso .thumbs span {
    margin-right: 10px;
  }
}
@media (max-width: 415px) {
  #main-content .omega nav {
    padding-left: 60px;
  }
  #main-content .omega .splash-page .notes .note.one {
    padding-left: 64px;
  }
  #main-content .omega .splash-page .notes.splash .note.one::before {
    top: calc(50% + 12px);
    -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
    height: 50px;
    width: 50px;
    background-size: 50px;
  }
}
@media (max-width: 400px) {
  #main-content .omega .services-page .skill-set .skills {
    width: 140px;
  }
}
@media (max-width: 375px) {
  #main-content .omega nav {
    padding-left: 50px;
  }
}
@media (max-width: 360px) {
  #main-content .omega nav {
    padding-left: 50px;
  }
}
/* halt & catch-fire (not really)
------------------------------------------ */
#main-content.halt .omega::before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

body.page-template-piece #main-content.halt .alpha {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

#main-content.catch-fire .omega nav,
#main-content.catch-fire .omega .title,
#main-content.catch-fire .omega .notes,
body.page-template-piece #main-content.catch-fire .omega .piece-page h1,
body.page-template-piece #main-content.catch-fire .omega .piece-page figure {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#main-content.pause .alpha::before,
#main-content.pause .omega nav::before,
#main-content.pause .omega .title::before,
#main-content.pause .omega .notes::before,
body.page-template-piece #main-content.pause .omega .piece-page h1::before,
body.page-template-piece #main-content.pause .omega .piece-page figure::before {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-content.settle-in .alpha::before,
#main-content.settle-in .omega nav::before,
#main-content.settle-in .omega .title::before,
#main-content.settle-in .omega .notes::before,
body.page-template-piece #main-content.settle-in .omega .piece-page h1::before,
body.page-template-piece #main-content.settle-in .omega .piece-page figure::before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

#main-content.settle-in .omega .splash-page .notes .note.one::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* no javascript
------------------------------------------ */
main.no-js .alpha {
  min-height: 755px;
}
main.no-js .omega nav {
  position: relative;
}
main.no-js .omega nav ol li {
  opacity: 0;
  pointer-events: none;
}
main.no-js #main-content {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
main.no-js .about-page, main.no-js .work-page, main.no-js .services-page, main.no-js .contact-page {
  opacity: 1 !important;
  margin-top: 100px;
  padding-top: 75px;
  border-top: 1px #D8D8D8 solid;
}
main.no-js .splash-page .slider span:nth-of-type(2), main.no-js .splash-page .slider span:nth-of-type(3) {
  display: none;
}
main.no-js #main-content .omega .work-page .portfolio .piece img, main.no-js #main-content .omega .work-page .portfolio .piece h2, main.no-js #main-content .omega .work-page .portfolio .piece span {
  opacity: 1;
}
main.no-js #main-content .omega .work-page .portfolio .piece img {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
main.no-js .services-page hr {
  display: none;
}

@media (max-width: 1250px) {
  main.no-js .omega nav {
    margin-left: 0 !important;
  }
  main.no-js .omega nav::before {
    display: none;
  }
}
@media (max-width: 767px) {
  main.no-js .about-page, main.no-js .work-page, main.no-js .services-page, main.no-js .contact-page {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (max-height: 875px) {
  #main-content .omega .about-page h1, #main-content .omega .work-page h1, #main-content .omega .services-page h1, #main-content .omega .contact-page h1 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #main-content .omega .about-page h1, #main-content .omega .work-page h1, #main-content .omega .services-page h1, #main-content .omega .contact-page h1 {
    display: block !important;
  }
}
/*# sourceMappingURL=main.css.map */