*{
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: black;
}
::-webkit-scrollbar {
  display: none;
}
body{
  background-color: #f8f7f6;
}
#main{
  width: 100vw;
  height: 100vh;
}
#fullpage{
  transition: margin-top 0.7s ease;
  position: relative;
}
h1{
  font-weight: bold;
}
/* MENU */
nav{
  height: auto;
  top: 29vh;
  right: 30px;
  position: absolute;
  z-index: 700;
  width: max-content;
}
a{
  text-decoration: none;
}
.nav_wrapper{
  margin-right: 30px;
}
.nav_wrapper div{
}
.one, .two{
  width: 120px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.one_inner{
  width: 30px;
  float: right;
}
.one{
  z-index: 2;
}
.two{
  z-index: 1;
  /* pointer-events: none; */
  transition: all 0.35s ease;
  width: 100px;
}
.two h1{
  text-align: right;
}
.three{
  text-align: right;
  position: relative;
  z-index: 3;
  transition: all 0.35s ease;
}
.three h1{
  display: inline-block;
}
.change{
  text-align: right;
  right: 15px;
}
h1{
  font-weight: bold;
}
.one h1{
  text-align: center;
}
.invisible{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.p-no{
  pointer-events: none;
  opacity: 0;
}
.p-yes{
  pointer-events: auto;
  opacity: 1;
}
.logo{
  padding: 30px;
  width: 84px;
  height: auto;
  position: absolute;
  z-index: 999;
}
.logo img{
  width: 100%;
}
.info{
  right: 22px;
  bottom: 28px;
  position: fixed;
  z-index: 3;
  cursor: pointer;
  border-bottom: 2px solid;
  border-color: transparent;
}
.shop{
  right: 72px;
  bottom: 28px;
  position: fixed;
  z-index: 3;
  cursor: pointer;
  border-bottom: 2px solid;
  border-color: transparent;
}
nav a:hover, nav .active{
  border-bottom: 2px solid black;
}
.info_active, .info:hover, .shop:hover, .info_active{
  border-color: black;
}
.info h1, .shop h1{
  font-weight: normal;
}
.description{
  top: 29vh;
  position: absolute;
  left: 30px;
  width: 17.5vw;
  height: 71vh;
  transition: margin-top 0.7s ease;
  z-index: 110;
  /* pointer-events: none; */
  top: 29vh;
  height: 51vh;
  overflow: scroll;
}
.description a:hover{
  border-bottom:1px solid;
}
.section img, .section video, #randomimg img, #randomimg video{
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  max-width: 60vw;
  max-height: 80vh;
}
.section img{
  cursor: pointer;
} 
.section video{
  cursor: s-resize;
}
footer{
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #f8f7f6;
}
div.yes{
	background-size: cover;
	background-position: center;
  min-width: 100%;
  min-height: 100%;
  max-width: 200% !important;
  max-height: 200% !important;
  position: relative;
  z-index: 100;
  background-repeat: no-repeat;
  cursor: s-resize;
}
#columns{
  top: 29vh;
  position: absolute;
  width: 100%;
  padding: 0 30px 30px 30px;
  font-weight: normal;
}
.column{
  width: 13.3%;
  height: 100%;
  position: relative;
  float: left;
  display: inline-block;
  padding-right: 30px;
  height: calc(71vh - 30px);
  overflow: scroll;
}
.column:nth-child(1), .column:nth-child(2){
  font-style: italic;
}
.description p, .column p{
  padding-bottom: 18px;
}
.up{
  margin-top: -100vh;
}
#randomimg img{
  cursor: auto;
}
.loaded{
  opacity: 1 !important;
}
.section img, .section img.yes{
  opacity: 0;
  transition: opacity 0.2s;
}
video.yes{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-color: black;
  background-image: /* our video */;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
  max-width: none !important;
  max-height: none !important;
}
.muted{
  position: fixed;
  left: 20vw;
  z-index: 999;
  padding: 10px;
  top: 20px;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.video:hover{
  cursor: pointer;
}
.muted p{
  color: white;
  font-size: 12px;
}

#shop{
  left: 16vw;
  position: absolute;
  top: 0;
  width: 70%;
  height: 100vh;
  overflow-y: scroll;
}
.item{
  position: relative;
  float: left;
  width: 28%;
  padding: 0 4% 4% 4%;
  height: calc(30vw + 300px);
}
.item > img{
  width: 20vw;
  height: 30vw;
  object-fit: cover;
}
.item:nth-child(1), .item:nth-child(2), .item:nth-child(3){
  /* margin-top: 29vh; */
  margin-top: 0;
}
.item:nth-child(3n){
  padding-right: 0;
}
.item:nth-child(3n+1){
  padding-left: 0;
}
.item form{
  display: inline;
}
.details{
  border-bottom: 1px solid;
}
input[type="image"]{
  height: 48px;
  padding: 10px;
  border: 1px solid;
  width: calc(100% - 22px);
  margin-top: 10px;
}
input.middle:focus {
  outline-width: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/* .desc{
  min-height: 300px;
  background-color: yellow;
} */
form {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}    
/* 
form select {
      font-family: 'Arial';
      display: inline-block;
      width: 10vw;
      cursor: pointer;
      padding: 10px 15px;
      outline: 0;
      border: 1px solid #000000;
      border-radius: 0px;
      background: #f8f7f6;
      color: #000000;
      margin: 5px 0px 50px 5px;
  }
  form select::-ms-expand {
          display: none;
      }
      form select:hover,
      form select:focus {
          color: #000000;
          background: #ffffff;
      }
      form select:disabled {
          opacity: 0.5;
          pointer-events: none;
      }
 */
table{
    border-collapse: collapse;
    width: 100%;
 }
 
 table td {
    padding: 0; 
    margin: 0;
}
select {
  font-family: 'Arial';
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  outline: 0;
  border: 1px solid #000000;
  border-radius: 0px;
  background: #f8f7f6;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 15px;
}
select::-ms-expand {
    display: none;
}
select:hover,
select:focus {
    color: #f8f7f6;
    background: black;
}
select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media screen and (max-width: 1180px){
  .column p, .column a, .column li{
    font-size: 1.35vw;
    line-height: 1.75vw;
    padding-bottom: 1.75vw;
  }
}
@media screen and (max-width: 720px) {
  .description{
    width: 50vw;
    bottom: 20px;
    position: fixed;
    top: auto;
    padding-top: 0;
    max-height: 50vh;
    height: auto;
    pointer-events: none;
  }
  .muted{
    opacity: 0 !important;
    display: none !important;;
  }
  footer{
    z-index: 100;
    height: 100%;
    width: 100vw;
    overflow: scroll;
  }
  #columns{
    top: 0;
    width: 50vw;
    position: absolute;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #columns > .column:first-child{
    padding-top: 60px;
  }
  #columns > .column:last-child{
    padding-bottom: 160px;
  }
  .column{
    width: 100%;
    height: auto;
    columns: auto;
  }
  .column p, .column a, .column li{
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 12px;
  }
  .description strong, .description em, .description p, .description h1, .description h2, .description h3, .description a{
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 12px;
    vertical-align: bottom;
  }
  .menu{
    top: 80px;
    transition: margin-top 0.7s ease;
  }
  .info, .shop, .logo{
    z-index: 999;
  }
  br {
    content: " ";
    display: block;
    margin: 0px;
  }
  /* #shop{
    width: calc(100vw - 60px);
    left: 30px;
  } */
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 10vh !important;
    margin-top: 0 !important;
    height: auto !important;
    overflow: hidden !important;
  }
  /* .item p, .item a{
    font-size: 10px;
    line-height: 12px;
  } */
  .item > img{
    width: 100%;
    height: 70vh;
  }
}