:root {
  --white: white;
  --black: black;
}

* {
  scrollbar-width: 2px;
  scrollbar-color: #f3edef #0c0b0b;
}

*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #0c0b0b;
}

*::-webkit-scrollbar-thumb {
  background-color: #f3edef;
  border-radius: 0px;
  border: 0px solid #0c0b0b;
}

body {
  color: white;
  background-color: #0c0b0b;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin: 0;
}

a {
  /*color: #e1ff00;*/
  color: #ff4848;
  text-decoration: none;
}

a:hover {
  color: #f3edef;
  text-decoration: none;
}

img {
  border: 0;
}

img.archive-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.body {
  color: #f3edef;
}

.side-bar {
  z-index: 20;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 0;
  padding: 0 5px 5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-div {
  z-index: 10;
  height: 100px;
  position: fixed;
  top: 20px;
  left: 10px;
}

.logo-div.op {
  cursor: pointer;
}

.logo-img {
  height: 100px;
  width: auto;
  max-height: 100%;
  display: block;
}

.logo-img.off {
  display: none;
}

.main {
  opacity: 0;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  padding: 10px;
  transition: opacity 1s;
  display: flex;
}

.main.hero-background {
  background-image: url('../images/webclip.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-link {
  margin-right: 10px;
  display: inline-block;
}

.menu-link:hover {
  text-decoration: underline;
}

.menu-link.off {
  display: none;
}

.menu {
  z-index: 15;
  background-color: #0c0b0b;
  width: 100vw;
  height: 100vh;
  padding-top: 5px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu.cl {
  width: 0;
}

.para {
  flex: 1;
  max-width: 750px;
  padding-right: 10px;
}

.para.col {
  width: auto;
  flex: 1;
  max-width: 600px;
  padding-right: 10px;
}

.menu-column {
  flex: 1;
  min-width: 30%;
  margin-bottom: 20px;
  display: flex;
}

.nav-container {
  flex: 0 auto;
  min-width: 100px;
  margin-bottom: 10px;
}

.page-wrapper {
  max-width: 100vw;
}

.menu-container {
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.arc-title-link {
  font-weight: 700;
  text-decoration: none;
}

.arc-title-link:hover {
  color: #f8f8f8;
}

.arc-sec {
  margin-bottom: 20px;
}

.arc-sec.off {
  display: none;
}

.page-container {
  padding-bottom: 100px;
  display: none;
}

.page-container.open {
  display: block;
}

.featured-link {
  color: #ff4848;
  padding: 10px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  background-color: #0c0b0b;
  max-width: 350px;
}

.hero-buttons {
  display: block;
  position: absolute;
  z-index: 5;
  padding: 10px;
  right: 0px;
}

.featured-link:hover {
  color: #f3edef;
  text-decoration: none;
}

.featured-link.off {
  display: none;
}

.text-block {
  font-style: italic;
  font-weight: 700;
}

.main-wrapper {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  min-height: 650px;
  max-height: 100vh;
  overflow: hidden;
}

.nav {
  width: 0;
  height: 0;
  position: sticky;
  top: 5px;
}

.hilite {
  color: #ff0a1f;
}

.bottom-wrapper {
  z-index: 10;
  max-width: 100vw;
  padding-top: 25px;
}

.menu-block {
  margin-right: 30px;
}

.arc-info {
  display: block;
}

.arc-info.open {
  display: flex;
}

.hero-video {
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-meta {
  line-height: 18px;
}

.hero-title {
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 5px;
}

.hero-title:hover {
  color: #f8f8f8;
}

.bg-video {
  z-index: -1;
  object-fit: cover;
  object-position: center;
  background-color: #0c0b0b;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}

.archive-wrapper {
  background-color: #0c0b0b;
  max-width: 100vw;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.archive-wrapper.open {
  height: auto;
}

.submissions-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.image-grid {
  max-width: 400px;
}

.thumbnail {
  cursor: pointer;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}

.thumbnail:hover {
  opacity: .8;
}

.thumbnail-img {
  object-fit: cover;
  height: 100%;
}

.arc-column {
  max-width: 700px;
  margin-right: 30px;
}

.arc-columns {
  margin-top: 10px;
  display: flex;
}

.redir {
  position: relative;
  top: 10px;
  left: 10px;
}

.shop-wrapper {
  min-height: 100vh;
}

.shop-sec {
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  overflow: visible;
}

.shop-cont {
  flex-flow: wrap;
  display: flex;
}

.shop-item {
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
}

.shop-img {
  object-fit: cover;
  width: 100%;
  max-height: 200px;
  margin-bottom: 15px;
}

.shop-para {
  margin-bottom: 15px;
}

.shop-para.price {
  font-weight: 700;
}

.shipping-dropdown {
  margin: 0px 0px 10px 0px;
  padding: 5px;
  width: 100%;
  color: #0c0b0b;
}

.placeholder-message {
  color: #888;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .menu-column {
    flex: 1;
  }

  .menu-container {
    padding-right: 20px;
  }

  .featured-link {
    inset: auto 0% 0% auto;
  }

  .menu-columns {
    flex-flow: column;
  }

  .archive-wrapper, .submissions-wrapper {
    padding-right: 20px;
  }

  .image-grid {
    max-width: none;
  }

  .thumbnail {
    width: 78px;
    height: 78px;
  }

  .arc-column {
    margin-bottom: 20px;
  }

  .arc-columns {
    flex-flow: column;
  }

  .shop-sec {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .side-bar {
    width: 70px;
  }

  .main {
    overflow: hidden;
  }

  .hero-buttons {
    top: 10px;
  }

  .menu-link {
    padding-left: 0;
    display: inline-block;
  }

  .para {
    margin-bottom: 20px;
  }

  .menu-column {
    flex-flow: column;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .menu-container {
    flex-direction: column;
    overflow: auto;
  }

  .arc-sec {
    flex-flow: column;
	margin-bottom: 20px;
  }

  .main-wrapper {
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
  }

  .menu-block {
    max-width: 400px;
    margin-right: 0;
  }

  .archive-wrapper {
    padding-right: 10px;
  }

  .submissions-wrapper {
    flex-direction: column;
    padding-right: 10px;
    overflow: auto;
  }

  .thumbnail {
    width: 65px;
    height: 65px;
  }

  .arc-column {
    margin-bottom: 20px;
	margin-right: 0px;
  }

  .shop-sec {
    flex-direction: column;
    overflow: auto;
  }

  .shop-item {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .shop-img {
    max-height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .logo-div {
    height: 70px;
  }

  .main.hero-background {
    /*padding-top: 100px;*/
  }
	
  .bottom-wrapper {
    min-height: 100vh;
  }

  .menu-link {
    display: inline-block;
  }

  .para {
    padding-right: 0;
  }

  .menu-container {
    padding-left: 70px;
    padding-right: 10px;
  }

  .archive-wrapper, .submissions-wrapper {
    padding-left: 70px;
  }

  .shop-sec {
    padding-left: 70px;
    padding-right: 10px;
  }

  .shop-img {
    max-height: 350px;
  }
}


