@import url("https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:400i");
#fullpage__error {
  height: 100vh;
  max-height: 100%;
  width: 100vw;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: not-allowed;
  background: #fafafa; }
  #fullpage__error h1 {
    background: red;
    padding: 5px 10px;
    color: white;
    box-shadow: 1px 1px 5px gainsboro; }
  #fullpage__error * {
    align-self: center; }
  #fullpage__error a {
    font-style: italic; }

.notification {
  transition: all .5s ease;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(calc(100% + 30px));
          transform: translateX(calc(100% + 30px));
  margin-top: 25px;
  margin-right: 25px;
  max-width: 350px;
  min-width: 250px;
  background: linear-gradient(#fafafa, #e1e1e1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  padding: 15px;
  border-radius: 10px;
  z-index: 999999999999999999; }
  .notification p {
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-family: "Arial", sans-serif;
    font-size: .85rem;
    line-height: .95rem;
    letter-spacing: .03rem; }
  .notification a {
    color: #7800ff; }

.notification__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: calc(0% - 20px);
  box-sizing: border-box;
  margin-left: 10px;
  margin-bottom: 1px;
  background: #7800ff;
  -webkit-animation: notification-anim 8.5s linear;
  animation: notification-anim 8.5s linear; }

@-webkit-keyframes notification-anim {
  0% {
    width: 0%; }
  10% {
    width: 0%; }
  100% {
    width: calc(100% - 20px); } }

@keyframes notification-anim {
  0% {
    width: 0%; }
  10% {
    width: 0%; }
  100% {
    width: calc(100% - 20px); } }

.notification--open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.mfp-bg {
  background: black !important;
  opacity: .9 !important; }

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  z-index: 999999999 !important;
  height: 2px !important;
  background: #7800ff !important; }

.stripe-loading-indicator {
  z-index: 999 !important;
  pointer-events: none;
  height: 100vh !important; }

#category-filter {
  padding: 2.5px 5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fafafa; }
  #category-filter form {
    transition: .1s ease;
    padding: 2.5px 5px;
    margin: -2.5px -5px; }
    #category-filter form button {
      padding: 2.5px 5px;
      margin: -2.5px -5px;
      text-transform: uppercase; }
      #category-filter form button:hover {
        background: #fafafa;
        color: #464646; }
        #category-filter form button:hover button {
          color: #464646; }
  #category-filter p {
    font-style: italic; }

.category-filter--active {
  background: #fafafa; }
  .category-filter--active button {
    color: #464646; }

.nav--third-level {
  margin-left: 10px; }

.nav--fourth-level {
  display: none;
  text-transform: none;
  margin-left: 20px; }
  .nav--fourth-level li {
    margin: 2px 0px; }
  .nav--fourth-level .folder-name:hover {
    margin-left: 20px; }
  .nav--fourth-level .folder-name:hover > .folder-name--year {
    background: #464646;
    color: #fafafa; }
  .nav--fourth-level .folder-name--year {
    height: 100%;
    font-size: .65rem;
    border: 1px solid #464646;
    padding: 0px 3px;
    font-variant-numeric: tabular-nums !important; }

.folder-corner {
  position: absolute;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  padding-right: 2px; }

.folder-name {
  display: inline-flex;
  margin-left: 15px;
  margin-top: -1px;
  margin-bottom: -1px; }
  .folder-name form {
    margin-left: 5px; }
    .folder-name form button {
      cursor: pointer; }

.folder-category {
  display: inline-block;
  margin: 1px;
  cursor: pointer; }

.reset-button {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: normal;
  text-align: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }
  .reset-button::-moz-focus-inner {
    border: 0;
    padding: 0; }

button:focus {
  outline: 0; }

#project-list {
  margin: 100px 0px; }

.project-thumbnail:hover > .project-thumbnail--details {
  opacity: 1; }

.project-thumbnail:hover > img {
  opacity: 1; }

.project-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .project-list li {
    transition: all .25s ease;
    padding: 5px;
    width: 33%;
    box-sizing: border-box; }
  .project-list .project-thumbnail {
    position: relative;
    height: auto; }
    .project-list .project-thumbnail img {
      width: 100%;
      height: 100%; }

.list-expanded {
  width: 27.5vw !important; }

.project-thumbnail--details {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .1s ease;
  background: #fafafa;
  color: black;
  opacity: 0; }
  .project-thumbnail--details p {
    margin: 2px 0px; }

.project-year {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-family: "Arial", sans-serif;
  font-size: .85rem;
  line-height: .95rem;
  letter-spacing: .03rem;
  font-style: normal; }

.project-category {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-family: "Arial", sans-serif;
  font-size: .85rem;
  line-height: .95rem;
  letter-spacing: .03rem;
  font-style: normal;
  text-transform: uppercase; }

.project-thumbnail--details .project-title {
  margin-top: -1px;
  font-family: "Times", serif;
  font-size: 1.1rem;
  letter-spacing: -.01rem;
  font-style: italic; }

.project {
  display: none;
  position: relative;
  padding: 0px 2.5px; }
  .project:not(:first-of-type) {
    padding: 50px 10px; }
  .project form {
    display: inline; }
    .project form button:hover > span {
      font-style: italic; }

.project-description {
  padding: 2.5px;
  color: #fafafa; }
  .project-description p {
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-family: "Arial", sans-serif;
    font-size: .85rem;
    line-height: .95rem;
    letter-spacing: .03rem; }
  .project-description p:first-of-type {
    padding-top: 5px; }
  .project-description p:not(:first-of-type) {
    text-indent: 25px; }
  .project-description a:hover {
    font-style: italic; }
  .project-description .project-year {
    margin-right: 10px; }
  .project-description .project-category,
  .project-description .project-title {
    margin: 0px 10px; }
  .project-description .external-link {
    margin-left: 10px; }

.project-gallery {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap; }
  .project-gallery .project-gallery--image {
    box-sizing: border-box;
    align-self: center;
    width: 50%; }
  .project-gallery img {
    padding: 1px 2.5px;
    width: 100%; }

#about {
  margin: 5px 0px 5px 0px;
  border-top: 1px solid #464646;
  padding-top: 5px;
  padding-bottom: 50px; }

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

.about__details-clients,
.about__details-collaborators {
  box-sizing: border-box;
  margin-bottom: 10px; }
  .about__details-clients li,
  .about__details-collaborators li {
    padding-left: 15px; }

.list-item {
  position: absolute; }

.list-text {
  display: block;
  margin-left: 10px; }

.about__details-list div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #464646; }

.details-links,
.details-contact {
  display: flex;
  justify-content: space-around; }

.about-link {
  display: inline;
  padding: 5px 12px;
  border-radius: 20px;
  color: #464646; }
  .about-link a {
    font-style: normal; }

.external-link_blank {
  text-align: center;
  width: 50%;
  border: 1px solid #464646;
  padding: 2px;
  word-break: break-all; }

.external-link_half {
  text-align: center;
  width: 50%;
  border: 1px solid #464646;
  padding: 2px;
  word-break: break-all;
  cursor: pointer; }
  .external-link_half:nth-child(1) {
    margin-right: -2px; }
  .external-link_half:hover {
    background: #464646;
    color: #fafafa; }

.external-link_half i {
  font-size: .8rem; }

.about__details-description {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #464646; }
  .about__details-description p:not(:first-of-type) {
    text-indent: 10px; }
  .about__details-description a {
    transition: opacity .1s ease;
    font-style: italic; }
    .about__details-description a:hover {
      opacity: .5; }

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

* {
  box-sizing: border-box; }

body {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-family: "Arial", sans-serif;
  font-size: .85rem;
  line-height: .95rem;
  letter-spacing: .03rem;
  color: #464646;
  background: black; }

footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-content: center;
  padding: 10px 0px 0px 0px;
  font-size: .7rem;
  margin-bottom: 10px;
  color: #464646;
  opacity: .5; }

*,
*:after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }
  a:focus {
    outline: 0; }

::-moz-selection {
  background: #fafafa;
  color: #7800ff; }

::selection {
  background: #fafafa;
  color: #7800ff; }

::-moz-selection {
  background: #fafafa;
  color: #7800ff; }

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start; }
  main #rightside {
    position: relative;
    width: 80vw;
    height: 100%;
    background: black; }
  main #leftside, main #rightside {
    transition: all .25s ease; }
  main #leftside {
    position: relative;
    padding: 2.5px 5px 5px 5px;
    width: 20vw;
    height: auto;
    background: #fafafa; }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  p, a, h1, h2, h3, li {
    font-size: 14px !important;
    line-height: 18px !important; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  p, a, h1, h2, h3, li {
    font-size: 14px !important;
    line-height: 18px !important; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .notification {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .notification {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  main {
    flex-direction: row; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  main {
    flex-direction: column; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  main #leftside,
  main #projects,
  main #rightside {
    width: 50vw; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  main #leftside,
  main #projects,
  main #rightside {
    width: 100vw; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  main #projects {
    margin-top: -1px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  main #projects {
    margin-top: -1px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  main #category-filter {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  main #category-filter {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 320px) {
  main #category-filter {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  main #category-filter * {
    margin: 0px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  main #category-filter * {
    margin: 0px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 320px) {
  main #category-filter * {
    margin: 0px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .about__details-clients,
  .about__details-collaborators {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .about__details-clients,
  .about__details-collaborators {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .about__details-description {
    border-bottom: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .about__details-description {
    border-bottom: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .nav--fourth-level {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .nav--fourth-level {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .nav--fourth-level li {
    margin: 1px 0px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .nav--fourth-level li {
    margin: 1px 0px; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .project-gallery .project-gallery--image {
    width: 100%; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .project-gallery .project-gallery--image {
    width: 100%; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .project-list li {
    width: 100%; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .project-list li {
    width: 50%; } }

@media only screen and (min-width: 1824px), only screen and (min-device-width: 1824px) {
  .project-list li {
    width: 33%; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 667px) {
  .project-thumbnail--details {
    display: none; } }

@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .project-thumbnail--details {
    display: none; } }
