*,
body,
html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  scrollbar-width: 0;
}

*::-webkit-scrollbar {
  display: none;
  width: 0px;
}

body.over {
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

ul,
li {
  padding: 0;
  list-style-type: none;
}

h1 {
  font-family: "Heebo", sans-serif;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 5rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

h1,
h2,
h3,
p,
span {
  cursor: default;
}

a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
}

a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover:after {
  color: #ec0877;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a:hover {
  color: #ec0877;
}

.read-more {
  text-align: right;
  margin: 10px 0 0 0;
  font-weight: 800;
}

header {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  z-index: 3;
}

header #logo {
  cursor: pointer;
}

header #logo .logo-text {
  font-family: "Heebo", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #ec0877;
  cursor: pointer;
}

header #logo .logo-text a {
  font-size: inherit;
  font-weight: 900;
}

header #logo .logo-text a:after {
  content: unset;
}

header #menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  padding: 5rem;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  z-index: 9;
}

@media (max-width: 768px) {
  header #menu {
    padding: 5rem 1rem;
  }
}

header #menu.show {
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

header #menu .quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header #menu .quick-links > div {
  margin: 0 0 10px 0;
  cursor: pointer;
}

header #menu .quick-links > div:first-of-type {
  font-weight: 600;
  color: #ec0877;
}

header #menu nav {
  margin: 60px auto 0;
  text-align: right;
}

header #menu nav ul li {
  margin: 0 0 25px 0;
}

header #menu nav ul li a {
  position: relative;
  font-size: 4rem;
  color: #d3d3d3;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

header #menu nav ul li a:after {
  content: unset;
}

header #menu nav ul li a:hover {
  color: #ec0877;
}

header #menu .quick-latest {
  position: relative;
  margin: 50px 0 0 0;
  width: 100%;
  max-width: 400px;
}

header #menu .quick-latest .quick-latest-inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base {
  width: 100%;
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base .entry {
  position: relative;
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base .entry a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base .entry a .entry-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base .entry a .entry-content .entry-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base .entry a .entry-content h4 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  background-color: #fff;
  padding: 5px;
  color: #000;
  z-index: 2;
}

header #menu .quick-latest .quick-latest-inner #quick-latest-slider-base .entry:hover a .entry-content .entry-image {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
          transform: scale3d(1.02, 1.02, 1.02);
}

header #menu .quick-latest #quick-latest-slider-base-controls {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

header #menu .quick-latest #quick-latest-slider-base-controls > div {
  top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2.5px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.5px 2.5px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
}

header #menu .quick-latest #quick-latest-slider-base-controls > div:focus,
header #menu .quick-latest #quick-latest-slider-base-controls > div :active {
  outline: 1px solid #ec0877;
}

header #menu .quick-latest #quick-latest-slider-base-controls .prev {
  position: relative;
  left: -20px;
}

header #menu .quick-latest #quick-latest-slider-base-controls .next {
  position: relative;
  right: -20px;
}

header #show-menu {
  position: fixed;
  top: 1rem;
  right: 1rem;
  height: 60px;
  width: 60px;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  z-index: 20;
}

@media (max-width: 768px) {
  header #show-menu {
    top: 0;
    right: 0;
  }
}

header #show-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}

header #show-menu ul li {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

header #show-menu ul li:nth-child(2) {
  width: 80%;
}

header #show-menu ul li:nth-child(3) {
  width: 60%;
}

header #show-menu:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

header #show-menu:hover ul li {
  background-color: #ec0877;
  width: 100%;
}

header #show-menu.open:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0);
}

header #show-menu.open ul li:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 2px);
          transform: rotate(45deg) translate(4px, 2px);
}

header #show-menu.open ul li:nth-child(2) {
  width: 100%;
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px);
}

header #show-menu.open ul li:nth-child(3) {
  opacity: 0;
}

footer {
  width: 100%;
  padding: 12rem 1rem 2rem;
  z-index: 2;
}

footer .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}

footer .inner a {
  font-size: 0.8rem;
}

footer .inner span {
  font-size: 0.8rem;
}

footer .inner > div {
  font-size: inherit;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#show-steve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

#show-steve .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  -webkit-transition: inherit;
  transition: inherit;
  cursor: crosshair;
  z-index: 21;
}

#show-steve .contents {
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  padding: 3rem;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 22;
}

#show-steve.show {
  visibility: visible;
}

#show-steve.show .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#show-steve.show .contents {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#main {
  width: 100%;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}

#main section {
  position: relative;
  padding: 8rem 5rem;
  min-height: 80vh;
}

@media (max-width: 768px) {
  #main section {
    padding: 5rem 1rem;
  }
}

#main section:first-of-type {
  margin: 80px auto -80px auto;
}

#main section .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#main section.active .inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#main #hero .inner {
  position: relative;
}

#main #hero .inner .content {
  position: relative;
  z-index: 2;
}

#main #hero .inner .content h1 {
  max-width: 600px;
}

#main #hero .inner .content h2 {
  color: #ec0877;
}

#main #hero .inner .content h2 a {
  text-transform: capitalize;
  color: #000;
  font-size: inherit;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

#main #hero .inner .content h2 a:after {
  content: unset;
}

#main #hero .inner .content h2 a:hover {
  color: #ec0877;
}

#main #hero .inner .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 1;
}

#main #hero .inner .hero-image .image {
  margin: 0 0 0 auto;
  height: 476px;
  width: 327px;
  background-image: url("/wp-content/uploads/2019/12/hero-bg.jpg");
  background-position: right center;
  -webkit-transform: perspective(100em) rotateY(0deg) translateY(40px);
          transform: perspective(100em) rotateY(0deg) translateY(40px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (max-width: 768px) {
  #main #hero.active .inner .hero-image {
    left: unset;
    right: -20%;
  }
}

#main #hero.active .inner .hero-image .image {
  opacity: 1;
  -webkit-transform: perspective(100em) rotateY(-10deg) translateY(0px);
          transform: perspective(100em) rotateY(-10deg) translateY(0px);
}

@media (max-width: 768px) {
  #main #hero.active .inner .hero-image .image {
    opacity: 0.4;
  }
}

#main #work .inner {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#main #work .inner .content {
  position: relative;
  margin: 0 0 100px 0;
  z-index: 2;
}

#main #work .inner .entries {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main #work .inner .entries .entry {
  text-align: left;
  width: 48%;
  padding: 1rem;
  margin: 0 0 50px 0;
  font-size: 2rem;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

@media (max-width: 1350px) {
  #main #work .inner .entries .entry {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #main #work .inner .entries .entry {
    width: 100%;
  }
}

#main #work .inner .entries .entry * {
  cursor: pointer;
}

#main #work .inner .entries .entry a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#main #work .inner .entries .entry a:after {
  content: unset;
}

#main #work .inner .entries .entry a * {
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

#main #work .inner .entries .entry a .entry-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 0 25px 0;
}

#main #work .inner .entries .entry a .entry-image .entry-image-inner {
  width: 100%;
  height: 100%;
  background-image: url("drawing.jpg");
  background-size: cover;
  margin: 0 0 25px 0;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#main #work .inner .entries .entry a p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

#main #work .inner .entries .entry a h3:after {
  content: "Read More";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  text-align: right;
  font-size: 1rem;
  color: #ec0877;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#main #work .inner .entries .entry:hover a {
  color: #ec0877;
}

#main #work .inner .entries .entry:hover a .entry-image .entry-image-inner {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#main #work .inner .entries .entry:hover a p {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

#main #work .inner .entries .entry:hover a h3:after {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#main #work .inner .entries .see-all a {
  font-family: "Heebo", sans-serif;
  font-size: 1.5rem;
}

#main #work .inner .entries .see-all a svg {
  height: 12px;
  width: 12px;
}

#main #work.active .inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#main #another {
  position: relative;
  background-color: #000;
  color: #fff;
}

#main #another canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main section {
  position: relative;
}

#main section#category-hero {
  min-height: 40vh;
}

#main section#category-hero .browse-arrow {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0s ease;
  transition: 0s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M23.245 4l-11.245 14.374-11.219-14.374-.781.619 12 15.381 12-15.391-.755-.609z'/%3E%3C/svg%3E%0A");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

#main section#category-hero.active .browse-arrow {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#main section#category-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#main section#category-entries .entry {
  text-align: left;
  width: 100%;
  padding: 1rem;
  margin: 0 0 200px 0;
  font-size: 2rem;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

@media (max-width: 768px) {
  #main section#category-entries .entry {
    width: 100%;
  }
}

#main section#category-entries .entry * {
  cursor: pointer;
}

#main section#category-entries .entry .entry-inner {
  position: relative;
  display: block;
  width: 75%;
  height: 100%;
}

@media (max-width: 1200px) {
  #main section#category-entries .entry .entry-inner {
    width: 90%;
  }
}

#main section#category-entries .entry .entry-inner * {
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

#main section#category-entries .entry .entry-inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#main section#category-entries .entry .entry-inner a:after {
  content: unset;
}

#main section#category-entries .entry .entry-inner .entry-image {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  overflow: hidden;
}

#main section#category-entries .entry .entry-inner .entry-image .entry-image-inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 60vh;
  background-size: cover;
  margin: 0 0 25px 0;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#main section#category-entries .entry .entry-inner h3 {
  position: absolute;
  width: 100%;
  padding: 2rem;
  bottom: -20px;
  left: -40px;
  background-color: #ec0877;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

#main section#category-entries .entry:hover a {
  color: #ec0877;
}

#main section#category-entries .entry:hover a .entry-image .entry-image-inner {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#main section#category-entries .entry:nth-child(even) .entry-inner {
  margin: 0 auto 25px 0;
}

#main section#category-entries .entry:nth-child(even) .entry-inner h3 {
  left: unset;
  right: -40px;
  text-align: right;
}

#main section#category-entries .entry:nth-child(odd) .entry-inner {
  margin: 0 0 25px auto;
}
/*# sourceMappingURL=style.css.map */