body, html {
    background: #000000;
    height: 100%;
}
html {
    font-size: 62.5%
}
@media only screen and (max-width: 1023px) {
    html {
        font-size: 50%
    }
}
@media only screen and (max-width: 1400px) {
    html {
        font-size: 57.5%
    }
}
@media only screen and (min-width: 1900px) {
    html {
        font-size: .55vw
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
  .row {
    display: block !important;
  }
  .col-6 {
    width: 100% !important; 
    padding-right: unset !important;
  }
  .contact-email {
    padding-top: 2rem;
  }
  .inline {
    display: block !important;
  }
  .right-text {
    float: unset !important;
  }
  .left-text {
    padding-bottom: 2rem;
  }
  footer {
    padding-bottom: 2rem;
  }

}


* {
    margin:0;
    padding:0;
    border:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
body {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04rem;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.20);
}
a:hover {
  color: #fff;
}
a:focus,
a:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.20);
}

ul {
  list-style-type: none;
  display: flex;
}

p  {
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
  margin-bottom: 2rem;
}

figure {
  padding-top: 2rem;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

figcaption {
  padding-top: 1rem;
}

.hidden {
  display: none;
}

/* Selection */

::-moz-selection { 
  background: #fff;
  color:#000;
}
::selection {
  background: #fff;
  color:#000;
}

/* Wrapper */

#scroller {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#scroller .scrollbar-track {
    display: none !important;
}







/* body:not(.pace-done) {
    overflow: hidden;
}
body:not(.pace-done):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
} */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #000;
}
.pace.pace-inactive {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: attr(data-progress-text);
  font-weight: normal;
  line-height: 5rem;
  text-align: right;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: -2.5rem;
}














#main-content {
  padding: 2rem;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  display: flex;
}


.left-text {
  float:left;
  padding-bottom: 2rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.right-text {
  float: right;
}

.container {
  display: block;
}

.row {
  display: flex;
  padding-bottom: 0;
}

.col-6 {
  width: 50%;
  padding-right: 4rem;
}

/* Navigation */


.main_nav {
    float: left;
    width: 100%;
    position: fixed;
    padding: 0;
    line-height: 5rem;
    height: 8rem;
    z-index: 5;
}
.main_nav_reach {
    height: 5rem;
    padding: 0 2rem;
    background: #000;
    transform: translateY(-100%);
    -webkit-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
}
.main_nav2.hover .main_nav_reach,
.main_nav1:hover .main_nav_reach {
    transform: translateY(0);
}
.main_nav.must_hovered .main_nav_reach,
.main_nav.must_hover .main_nav_reach {
    transform: translateY(0) !important;
}
.main_nav1 {
  z-index: 10;
}
.main_nav2 {
  z-index: 6;
}


.main {
    padding-top: 0;
}
.site-title-box {
    float: left;
}
.site-title-box + h4 {
  float: left;
  padding-left: 3rem;
}
.main_nav a ,
.main_nav a:focus, .main_nav a:active,
.main_nav .disabled {
  color: rgba(255, 255, 255, 0.20);
}
.main_nav a.active{
  color: #fff !important;
} 
.main_nav a:hover{
  color: #fff;
} 
.mobile .main_nav a:hover{
  color: rgba(255, 255, 255, 0.20);
} 
.nav-links {
    float: right;
}
.nav-links ul li {
    padding-right: 3rem;
}
.nav-links ul li.filter {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.2);
}
.nav-links ul li.filter.active,
.nav-links ul li.filter:hover {
    color: #fff;  
}
.nav-links ul li.filter span + span {
    padding-left: 3rem;
}
.nav-links ul li:last-child {
    padding-right: unset;
}
.main_nav:not(.must_hovered) .nav-links ul.focused li{
    color: #fff;
}
.main_nav:not(.must_hovered) .nav-links ul.focused li.disabled {
    color: #333;
}
.head--title span.disabled {
    opacity: 0;
}
.head--title .span1 {
  
}
.head--title .span2 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2rem;
    padding-top: .9375rem;
    padding-bottom: .46875rem;
    width: 100%;
    white-space: nowrap;
}
.head--title .span3 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2rem;
    padding-top: .9375rem;
    padding-bottom: .46875rem;
    opacity: 0;
    width: 100%;
}
.head--title:hover .span1,
.head--title:hover .span2 {
    opacity: 0 !important;
}
.head--title:hover .span3 {
    display: block;
    opacity: 1;
}
.head--title:hover .span3 a {
    color: #fff !important;
    width: 100%;
    display: block;
}


/* ERROR */
.error-wrapper {
    padding: 2rem;
    margin-top: 6rem;
    text-align: center;
}





.site-title {
  font-weight: 400;
  font-size: 2rem;
  margin: 0;
  letter-spacing: 0.04rem;
}

.info {
  font-weight: 400;
  font-size: 2rem;
  margin: 0;
  letter-spacing: 0.04rem;
  padding-left: 2rem;
}

.info a:hover {
  color: #333;
}

.about-container {
  padding-top: 6rem;
}

.social-box {
  padding-top: 3rem;
}

.contact-details {
  color: #333;
  letter-spacing: 0.04rem;
}

.contact-details:hover {
  color: #fff;
}

.socials {
  display: block;
}

.socials li a {
  color: #333;
}

.socials li a:hover {
  color: #fff;
}

.image-row {
  margin-bottom: 4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination-link {
  padding-left: 1rem;
  text-transform: capitalize;
}

.pagination-link:hover {
  color: #333;
}



footer {
  /* margin-top: auto; */
  display: block;
  /* justify-content: space-between; */
  /*padding-bottom: 2rem; */
}

.footer-info {
  color: #333;
  padding-right: 2rem;
}

.footer-info:last-child {
  padding-right: unset;
}

.inline {
  display: flex;
}

#dev-text {
  padding-right: 2rem;
}





.wrapper {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
.drum.drum-left,
.scroll-content {
    width: 100%;
}
.drum--project .drum--title {
  display: none;
}
.drum--project figure img {
  width: 100%;
  height: 100%;
}
.drum--project .image-caption {
  margin: 0;
  padding: 2rem 0 0 0;
  text-align: center;
}
.drum--project.filter_them {
    opacity: 0.2;
    pointer-events: none;
}

/* INSIDE */

#text_text {
  clear: both;
  margin-top: 2rem;
  float: left;
  width: 100%;
}
#text_text p:last-child{
  margin-bottom: 0;
}
#text_text .row {
    margin-left: -2rem;
    margin-right: -2rem;
}
#text_text .col {
    float: left;
    width: 50%;
    padding-right: 3rem;
    padding-left: 3rem;
}
.project_page .drum--project {
    margin-bottom: 2rem;
    clear: both;
}
.project_page .drum--project:first-child {
    margin-top: 6rem;
}
.drum--project figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
}
.drum--project figure.active iframe {
    z-index: 10;
}
figure.with-video .iframe_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
figure.with-video img {
    display: none;
}
span.video-icon {
    position: absolute;
    display: block;
    width: 5rem;
    height: 4.1rem;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%,0);
}
span.video-icon:before {
    content: "";
    width: 1px;
    height: 4.1rem;
    border-left: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 1.4rem;
}
span.video-icon:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
    transform: rotate(45deg) skew(-5deg, -5deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#link_text {
    clear: both;
    margin-top: 1rem;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 5rem;
}
#link_text .row {
    padding-bottom: 0;
}
#link_text .col {
    float: left;
    width: 50%;
    padding-right: 2rem;
    padding-left: 2rem;
    min-height: 1px;
}


/* FIXED DRUMS */
.drum--project.drum--fixed {
    transform: unset !important;
    width: 100%;
    text-align: center;
    float: left;
}
.drum--project.drum--fixed figure:not(.with-caption) {
    display: inline-block;
    text-align: left;
}
@media (max-width: 1200px){
  body:not(.mobile) .drum--project.drum--fixed img{
      max-height: 80vh;  
  }
}
@media (max-width: 4000px){
  body:not(.mobile) .drum--project.drum--fixed img{
      max-height: 90vh;  
  }
}
.drum--project.drum--fixed img {
    height: auto;
    max-width: 100%;
    width: auto;
}
.drum--project.drum--fixed .iframe_wrap {
    max-height: 85vh;
    max-width: 1100px;
    width: auto;
    height: 619px;
    margin: 0 auto;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
}
.drum--project.drum--fixed iframe {
    max-height: 85vh;
    width: 100%;
    max-width: 100%;
    left: 0;
}
.drum--project.drum--fixed figure.with-video {
    position: relative;
    height: calc(619px + 2rem);
    max-height: calc(85vh + 2rem);
    display: block;
}


/* ABOUT */
#text_text.about {
    margin-top: 9rem;
    margin-bottom: 4rem;
}
.text-copyright span + span {
    padding-left: 3rem;
}
.about ~ .drum--project {
    margin-bottom: 6rem;
}
.about ~ #link_text {
    margin-top: 0rem;
}



@media only screen and (min-width: 1900px) {
    .drum--project.drum--fixed .iframe_wrap {
        max-width: 1400px;
        height: 788px;
    }
    .drum--project.drum--fixed figure.with-video {
      height: calc(788px + 2rem);
    }

    @media only screen and (min-height: 1280px){
      .drum--project.drum--fixed .iframe_wrap {
          max-width: 1600px;
          height: 900px;
      }
      .drum--project.drum--fixed figure.with-video {
        height: calc(900px + 2rem);
      }      
    }
}


/* MOBILE */
.mobile .main_nav .main_nav_reach {
    transform: translateY(0) !important;
}


@media (max-width: 767px) {
    body {
        position: static;
        font-size: 1.8rem;
    }
    .head--title {
        font-size: 1.8rem;
    }
    #text_text .col {
        width: 100%;
        padding: 0 1rem;
    }
    #text_text .row {
        margin: 0;
    }
    #text_text .col + .col {
        margin-top: 2rem;
    }
    .drum--project figure,
    .drum--project.drum--fixed figure.with-video {
        padding: 0 1rem;
        height: auto;
        max-height: unset;
        text-align: center;
    }
    .drum--project figure {
        text-align: center;
    }
    .drum--project .image-caption {
        padding: 1rem 1rem 0 1rem;
    }
    .about ~ .drum--project {
        margin-bottom: 4rem;
    }
    .drum--project.drum--fixed .iframe_wrap {
        max-height: unset;
        height: unset;
        padding: 0;
    }
    figure.with-video .iframe_wrap:before {
        display: none;
    }
    .drum--project.drum--fixed iframe {
        position: static;
        width: 100%;
        z-index: 3;
        max-height: unset;
        height: 50vw;
    }
    #link_text .col {
        width: 100%;
        text-align: left;
    }
    #link_text .text-copyright span {
        width: 100%;
        display: block;
        padding: 0
    }
    .about ~ #link_text {
        line-height: 3rem;
        margin-bottom: 3rem;
    }
    .projects_page .nav-links {
        display: none;
    }
    .drum--project {
        width: 100%;
        left: 0;
        transform: unset !important;
    }
    .drum-wrapper .drum .col-randy-2 {
        padding-top: 4rem;
    }
    .drum-wrapper .drum .col-randy-2:first-child {
        padding-top: 10rem;
    }
    .drum-wrapper .drum .col-randy-2:last-child {
        padding-bottom: 4rem;
    }
    .drum--project figure img {
      max-height: 50vh;
      width: auto;
      max-width: 100%;
      height: unset;
    }
    .drum--project .drum--title {
      display: block;
      text-align: left;
      line-height: 2rem;
      margin: 1.25rem 0 0 0;
      padding: 0 1rem;
    }
    #link_text {
        line-height: 3rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .project_page .drum--project:first-child {
        margin-top: 10rem;
    }
    .head--title .span3 a {
        display: block;
    }
    .head--title .span3 {
        z-index: 11;
    }
}