@font-face {
  font-family: 'Adam cg Pro';
  src: url("../fonts/ADAM.CG_PRO.otf"); }

@font-face {
  font-family: 'Pier Sans';
  src: url("../fonts/PierSans-Regular.otf"); }

@font-face {
  font-family: 'Helvetica Neue Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue Medium"), url("../fonts/HelveticaNeueMedium.woff") format("woff"); }

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

a:hover {
  text-decoration: none; }

.page {
  position: absolute;
  top: 0;
  transition: all .3s; }

.page.active {
  transform-origin: top left; }

.decorator {
  background-image: url(../images/crafted_splash.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }

.fa-bars {
  position: fixed;
  top: 20px;
  right: 20px;
  color: steelblue; }

#menu-button {
  position: fixed;
  padding: .5rem;
  background-color: rgba(0, 0, 0, 0.5);
  top: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  border-radius: 3px;
  transform: none;
  transition: all .5s ease-out;
  transition-delay: .3s; }
  #menu-button > span {
    transition: all .3s ease-out;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #FFF; }
  #menu-button > span:nth-child(2) {
    transform: translateX(5px); }
  #menu-button.active {
    transform: rotateY(180deg);
    transition: all 0.5s ease-in;
    transition-delay: .3s; }
    #menu-button.active span {
      transition: all 0.3s ease-in; }
    #menu-button.active span:first-child {
      transform: translateX(-8px) translateY(14px) rotateZ(45deg);
      width: 17px; }
    #menu-button.active span:nth-child(2) {
      transform: none; }
    #menu-button.active span:last-child {
      transform: translateX(-8px) translateY(-14px) rotateZ(-45deg);
      width: 17px; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

.p-0 {
  padding: 0; }

.imgc {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0; }

.overlap {
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: .3s all;
  overflow-y: hidden; }

a.link-button {
  color: #FFF;
  font: 15px/150% "Helvetica Neue Medium", sans-serif;
  border: solid 2px #FFF;
  transition: all .3s; }
  a.link-button:hover {
    text-decoration: none;
    background: white;
    color: #133C55; }

@font-face {
  font-family: 'Adam cg Pro';
  src: url("../fonts/ADAM.CG_PRO.otf"); }

@font-face {
  font-family: 'Pier Sans';
  src: url("../fonts/PierSans-Regular.otf"); }

@font-face {
  font-family: 'Helvetica Neue Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue Medium"), url("../fonts/HelveticaNeueMedium.woff") format("woff"); }

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

a:hover {
  text-decoration: none; }

.page {
  position: absolute;
  top: 0;
  transition: all .3s; }

.page.active {
  transform-origin: top left; }

.decorator {
  background-image: url(../images/crafted_splash.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }

.fa-bars {
  position: fixed;
  top: 20px;
  right: 20px;
  color: steelblue; }

#menu-button {
  position: fixed;
  padding: .5rem;
  background-color: rgba(0, 0, 0, 0.5);
  top: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  border-radius: 3px;
  transform: none;
  transition: all .5s ease-out;
  transition-delay: .3s; }
  #menu-button > span {
    transition: all .3s ease-out;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #FFF; }
  #menu-button > span:nth-child(2) {
    transform: translateX(5px); }
  #menu-button.active {
    transform: rotateY(180deg);
    transition: all 0.5s ease-in;
    transition-delay: .3s; }
    #menu-button.active span {
      transition: all 0.3s ease-in; }
    #menu-button.active span:first-child {
      transform: translateX(-8px) translateY(14px) rotateZ(45deg);
      width: 17px; }
    #menu-button.active span:nth-child(2) {
      transform: none; }
    #menu-button.active span:last-child {
      transform: translateX(-8px) translateY(-14px) rotateZ(-45deg);
      width: 17px; }

p {
  color: #FFF; }

.parallelogram {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#tech-data {
  position: absolute;
  top: 100vh;
  opacity: 0;
  transform: scale(0);
  transition: all .3s; }
  #tech-data.active {
    top: 60vh;
    opacity: 1;
    transform: scale(1); }
  #tech-data > div > div {
    background: #FFF;
    border-radius: 3px; }

@media (max-width: 767.98px) {
  #tech-data {
    height: 80vh; }
  #tech-data.active {
    top: 10vh; } }

.tech-logo {
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
  width: 70px;
  height: 70px; }

@media (max-width: 1199.98px) {
  .tech-logo {
    width: 60px !important;
    height: 60px !important;
    font-size: 15px !important; } }

@media (max-width: 991.98px) {
  .tech-logo {
    width: 50px !important;
    height: 50px !important;
    font-size: 14px !important; } }

.tech-value {
  flex-direction: row-reverse; }
  .tech-value span:first-child {
    font: 30px/100% "Helvetica Neue Medium", sans-serif;
    color: #4A4A4A;
    font-weight: bold; }
  .tech-value span:last-child {
    font: 16px/100% "Helvetica Neue Medium", sans-serif;
    color: grey;
    align-self: flex-end;
    font-weight: bold; }

@media (max-width: 1199.98px) {
  .tech-value span:first-child {
    font: 20px/100% "Helvetica Neue Medium", sans-serif !important; } }

@media (max-width: 991.98px) {
  .tech-value span:first-child {
    font: 30px/100% "Helvetica Neue Medium", sans-serif !important; } }

.tech-head {
  font: 16px/130% "Adam cg Pro", "Pier Sans", sans-serif;
  color: teal;
  text-align: right;
  font-weight: bold; }

#tech-back {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 100;
  width: 2rem;
  height: 2rem;
  border-radius: .25rem;
  background: rgba(0, 0, 0, 0.5); }
  #tech-back i {
    color: white; }

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