.cc-window {
  z-index: 1000000 !important;
}

.fixed {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  #scp-notice, #scp-trigger {
    top: unset !Important;
    bottom: 0 !important;
    border-bottom: 0 !important;
    border-top: 2px solid black !important;
  }
  
  html {
    background-color: white;
    overflow-x: hidden;
    font-family: 'Dokdo', cursive;
  }
  
  header, footer, nav, main, .width-wrapper {
    background-color: transparent;
  }
  
  header {
    z-index: 11;
  }
  
  #home, #maintenance {
    overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  
  #logo {
    position: absolute;
    top: 2%;
    right: 2%;
    /* transform: translateX(-50%); */
    font-size: 4rem;
    z-index: 10000;
    background-color: black;
    color: white;
    padding: 0 10px;
    /* // give element a border radius with the following requirements:
        // the border radius is in the format A B C B / D C D A
        // where A is 150-350px
        // where B is 25-100px
        // where C is 150-350px
        // where D is 25-150px; */
    border-radius: 325px 47px 289px 47px / 47px 289px 47px 325px;
  }

  #logo:hover {
    background-color: white;
    color: black;
  }

  #home #logo, #maintenance #logo {
    right: 2%;
    transform: translateX(0);
  }
  
  #logo img {
    width: 50vw;
    max-width: 400px;
    filter: invert(0);
  }
  
  #home #logo img, #maintenance #logo img {
    filter: invert(1);
  }
  
  .sidenav {
    /* filter: invert(1); */
    display: none;
    position: fixed;
    top: 120px;
    right: 2%;
    z-index: 10000;
  }

  .sidenav li {
    margin: 20px 10px;
  }
  
  .sidenav li a {
    display: block;
    color: black;
    background-color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    margin: 1vh;
    width: fit-content;
    float: right;
    clear: both;
  }

  /* .sidenav li:nth-of-type(1) a {
    margin-bottom: 2vh;
  } */
  
  .sidenav li a:hover {
    filter: invert(1);
  }

  .sidenav a img {
    max-height: calc(10px + 4vw);
  }
  
  #home .sidenav, #maintenance .sidenav {
    display: block;
  }
  
  @media only screen and (max-width: 800px) {
    .sidenav {
      top: 11vh;
    }
  }
  
  .width-wrapper {
    max-width: 92.5vw;
  }
  
  .product-item {
    padding-top: 150%;
  }
  
  .grid-item p {
    min-height: 75px;
  }
  
  .trigger {
    box-shadow: 0.5px 0px 0px 3px rgb(255, 255, 255);
  }
  
  .trigger-container {
    position: fixed;
    right: 2%;
    top: 30px;
    z-index: 20;
  }
  
  #home .trigger-container, #maintenance .trigger-container {
    display: none;
  }
  
  .btn {
    color: black;
    background-color: white;
    border-color: white;
  }
  
  .btn-hover {
    color: white;
    background-color: black;
  }
  
  .nav-is-open .nav-overlay {
    opacity: 0.95;
  }
  
  /* home page */
  main {
    padding-top: 15vh;
  }
  
  #home main, #maintenance main {
    padding-top: 0;
  }
  
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  
  #home .width-wrapper, #maintenance .width-wrapper {
    position: absolute;
    z-index: -10;
  }
  
  #hero-images {
    width: 75vw;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 0.5vw white solid;
  }
  
  #cart-trigger {
    opacity: 0;
  }
  
  @media only screen and (max-width: 600px){
    #cart-trigger {
      right: 0;
    }
  }
  
  .carousel-link {
    position: relative;
    margin: auto;
    display: block !important;
    max-width: 75vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    -webkit-perspective: 2000px
  }

  .carousel-link-1 {
    background-image: url('group-skyline-orig.jpeg');
  }

  .carousel-link-2 {
    background-image: url('kyle-singing.jpeg');
    background-position: top;
  }

  .carousel-link-3 {
    background-image: url('group-lit.jpeg');
  }

  .carousel-link-4 {
    background-image: url('group-setup.jpeg');
  }

  .carousel-link-5 {
    background-image: url('gabe-playing.jpeg');
  }

  .carousel-link-6 {
    background-image: url('group-staircase.jpeg');
  }

  .carousel-link-7 {
    background-image: url('group-bw.jpeg');
  }

  .carousel-link-8 {
    background-image: url('group-colorful.jpeg');
  }

  .carousel-link-9 {
    background-image: url('group-skyline.jpeg');
  }

  .carousel-link-10 {
    background-image: url('colors.jpg');
  }
  
  .carousel-text {
    z-index: 9;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
  }
  
  .carousel-text h1 {
    padding: 20px;
    font-size: 2vw;
    margin: 0;
    color: white;
    background-color: black;
    text-align: right;
  }
  
  @media only screen and (max-width: 800px) {
    .carousel-text h1 {
      font-size: 4vw;
    }
  }
  
  #home footer.flex-wrapper, #maintenance footer.flex-wrapper {
    display: none;
  }
  
  #home .loaded-content, #maintenance .loaded-content {
    min-height: 100vh;
  }
  
  @media only screen and (min-width: 1850px) {
    #hero-images:before {
      content: "";
      position: absolute;
      top: 0;
      right: -35%;
      width: 40%;
      height: 200%;
      background: url(ripped.png);
      background-size: auto 100%;
      background-position: top left;
      background-repeat: no-repeat;
      z-index: 10;
    } 
  }
  
  @media only screen and (max-width: 1850px) {
    #hero-images { 
      width: 100%;
      border-right: 0;
    }
    
    .carousel-link {
      max-width: 100vw;
    }
    
    .videos { 
      display: none;
    }
  }
  
  /* store */
  
  .categories {
    text-align: center;
  }
  
  .categories li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .categories a {
    color: black;
    font-size: 1.1em;
  }
  
  a.active {
    text-decoration: underline;
  }
  
  /* product */
  .mobile-images {
    display: none;
  }
  
  @media only screen and (max-width: 800px) {
    .desktop-images {
     display: none; 
    }
    
    .mobile-images {
      display: block;
    }
  }
  
  .product-copy {
    width: 100%;
  }
  
  .product-description {
    width: 100%;
    margin: auto;
  }
  
  /* SLICKVID */
  .videos {
    display:none;
    overflow: hidden;
    position:absolute;
    right:0;
    top:0;
    width:33vw;
    height:100vh;
    background-color:black;
  }
  
  .videos .slick-slide > div {
    width: 33vw;
    height: 100vh;
  }
  
  .videos .slick-slide > div > div {
    position: absolute !IMPORTANT;
    top: 0;
    left: 0;
  }
  
  /* OVERRIDES */
  
  .gc-noscroll header {
    z-index: -100;
  }
  
  .gc-noscroll .back-button {
    z-index: -100;
  }
  
  .loading .glass-case {
    transform: translateX(500vw);
  }
  
  .glass-case {
    margin: auto;
  }
  
  .gc-display-area {
    background-color: transparent;
    border: 0;
  }
  
  .gc-icon {
    background: #ffffff;
    border: #7a7a7a;
    color: #000;
    border-radius: 20px;
  }
  
  .gc-icon-next, .gc-icon-close::before, .gc-icon-next::before {
    right: 0;
  }
  
  .gc-icon-prev, .gc-icon-prev::before {
    left: 0;
  }
  
  .gc-icon-next::before, .gc-icon-prev::before .gc-icon-close::before {
    top: 0;
  }
  
  .gc-zoom-area {
    background-color: transparent;
    border-color: #7a7a7a;
  }
  
  .glass-case ul li {
    background-color: transparent;
    border: 0;
  }
  
  .glass-case ul li.gc-active {
    border: 2px solid #7a7a7a;
  }
  
  .glass-case ul li:hover, .glass-case ul li.gc-active:hover {
    border: 2px solid #000;
  }
  
  .glass-case ul li .gc-display-container img {
    height: auto !important;
  }
  
  /* SLICK */
  .slick-slider {
    transition: opacity 0.2s ease-in-out;
  }
  
  .slick-prev {
    left: 0;
    z-index: 1;
    width: 50px;
    height: 100%;
  }
  
  .slick-next {
    right: 0;
    width: 50px;
    height: 100%;
  }
  
  .loading .slick-slider {
    opacity: 0;
  } 

/* use a media query to reduce the font-size of nav items and the logo on smaller screens */
@media only screen and (max-width: 500px) {
  .sidenav ul li a {
    font-size: 1.7em;
  }
  
  #logo {
    font-size: 3em;
  }
}