 body, html {
    height: 100%;
    font-family: 'Permanent Marker', cursive;
    font-size: 16px;
    background-image: url("../images/NS_pattern_1920x1080.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    margin:0px;
  }
  .vip {
    background-image: url("../images/NS_pattern_1920x1080.png");
  }

  .bg {
    /* The image used */
    /*background-image: url("images/image2-1.JPG");*/

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .full {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     background-color:#000
     top: 0;
     left: 0;
  }

  .full_img{
    float:left;
    width:100%;
    height:100%;
    object-fit:contain;
    /*transition-duration: 1s;*/
  }

  #container {
    opacity:1;
    transition: opacity 1s; /* make sure this is longer than the setInterval time to reset class on this one*/
    height: 100%;
  }

  #container.fadeOut {
      opacity:0;
      height: 100%;
  }

  .nav{
    position: fixed;
    bottom: 50px;
    z-index: 100;
    text-align: center;
    width: 100%;
  }

  .btn_dir {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 5px;
    border: 3px solid #494949 !important;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.2s ease 0s;
  }

  .btn_dir:hover {
    color: #000000 !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.2s ease 0s;
  }
  .btn_off {
    color: #000000 !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    padding: 5px 7px 5px 7px;
    margin-right: 10px;
    font-size: 19px;
    cursor: default;
/*    border: 3px groove transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;*/
  }

  .btn_vip {
    color: #000000 !important;
    background: #af868691;
    border-color: #f6b93b !important;
    padding: 5px 7px 5px 7px;
    margin-right: 10px;
    font-size: 15px;
    border: 3px groove transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    width: 55px;
  }
  .lock_img{
    width: 40%;
    float: right;
  }
  .lock_img_pw {
    width: 18%;
    float: left;
}

  .caption {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 5px;
    border: 3px solid #494949 !important;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.2s ease 0s;

    position: fixed;
    top: 20px;
    z-index: 100;
    text-align: center;
    left: 10%;
    display: none;
    cursor: default;
  }

  .overlay_age, .overlay_pw {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.7);
      transition: opacity 500ms;
  }

  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
    
  .popup {
    margin: 0px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    width: 85%;
    max-width: 550px;
    position: relative;
    top: 25%;
    transition: all 5s ease-in-out;
    text-align: center;
    /*font-family: 'Gloria Hallelujah', cursive;*/
  }
    
  .popup h2 {
    margin-top: 0;
    color: #333;
    /*font-family: Tahoma, Arial, sans-serif;*/
    text-align: center;
    /*font-family: 'Gloria Hallelujah', cursive;*/
  }

  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }

  .popup .close:hover {
    color: #E5F720;
  }

  .popup .content-1,
  .content-2 {
    max-height: 30%;
    overflow: auto;
    text-align: center;
  }

  #play-again {
    background-color: #141214;
    padding: 0.7rem 1rem;
    font-size: 1.1rem;
    display: inline;
    margin: 0 auto;
    width: 200px;
    font-family: 'Permanent Marker', cursive;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .warning{
    width:130px;
    padding-bottom: 10px;
  }

  .selector{
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 5px;
    border: 3px solid #494949 !important;
    /*position: fixed;*/
    /*bottom: 20px;*/
    z-index: 100;
    text-align: center;
    /*right: 0%;*/
   
    width: 45%;
    margin: auto;
    margin-top: 5px;
    max-width: 310px;
    /*height: 22px;*/
    /*display: none;*/
  }

  .selectorSwitch{
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    text-align: center;
    /*right: 10px;*/
    width: 100%;
    margin: auto;
  }

  .dir_name{
    position: absolute;
    right: 0px;
    color: #c7bfa5;
    top: 5%;
    font-size: 3em;
    opacity: 0.3;
    writing-mode: vertical-lr;
    cursor: default;
  }


  .dir_name_txt{
    transform: rotate(270deg);

  }

  .dir_link{
    color: #c7bfa5;
    text-decoration: none;
  }

  .dir_link:hover{
    color: #f6b93b;
    cursor: default;
  }
  .show{
    display:block;
  }
/* 
///////////////////////////
this is just for the damn switch
///////////////////////////
*/
/* Switch starts here */
/*added this so there's not an odd space on top of the switch*/
.switchBox{
  position: fixed;
}

.rocker {
  display: inline-block;
  position: relative;
  /*
  SIZE OF SWITCH
  ==============
  All sizes are in em - therefore
  changing the font-size here
  will change the size of the switch.
  See .rocker-small below as example.
  */
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  width: 7em;
  height: 4em;
  overflow: hidden;
  border-bottom: 0.5em solid #eee;
}

.rocker-small {
  font-size: 0.75em; /* Sizes the switch */
  /*margin: 1em;*/
}

.rocker::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  border: 0.4em solid #eee;
  border-bottom: 0;
}

.rocker input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-left,
.switch-right {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 3em;
  transition: 0.2s;
}

.switch-left {
  height: 2.4em;
  width: 2.75em;
  left: 0.85em;
  bottom: 0.4em;
  background-color: #ddd;
  transform: rotate(15deg) skewX(15deg);
}

.switch-right {
  right: 0.5em;
  bottom: 0;
  background-color: #5dbd57;
  color: #fff;
}

.switch-left::before,
.switch-right::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 2.45em;
  bottom: -0.45em;
  background-color: #ccc;
  transform: skewY(-65deg);
}

.switch-left::before {
  left: -0.4em;
}

.switch-right::before {
  right: -0.375em;
  background-color: transparent;
  transform: skewY(65deg);
}

input:checked + .switch-left {
  background-color: #daa9cd;
  color: #fff;
  bottom: 0px;
  left: 0.5em;
  height: 2.5em;
  width: 3em;
  transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
  background-color: transparent;
  width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
  background-color: #ddd;
  color: #888;
  bottom: 0.4em;
  right: 0.8em;
  height: 2.4em;
  width: 2.75em;
  transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
  background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
  color: #333;
}

input:checked:focus + .switch-left {
  color: #fff;
}

input:focus + .switch-left + .switch-right {
  color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
  color: #333;
}


/*Play - Pause Button*/
#playpause{
  opacity:0;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 234;
  width: 90px;
  height: 90px;
}
.blink_me {
  opacity:0;
  animation: blinker 0.4s linear 1;
}
.blink_play {
  background-image: url(../images/play.png);
  opacity:0;
  animation: blinker 0.4s ease-in 1;
}
.blink_pause {
  background-image: url(../images/pause.png);
  opacity:0;
  animation: blinker 0.4s ease-in 1;
}

@keyframes blinker {  
  50% { opacity: 0.9; }
  100% { opacity: 0;} 
}
.hideBtn{
  /*so it doesn't obstruct the buttons on homepage*/
  display: none; 
}

  /*
  ///////////////////////////
  Mobile styles here after
  ///////////////////////////
  */
  /*@media screen and (max-width: 830px) { */ /* Specific mobile */
  @media screen and (max-width: 710px) { /* Specific mobile */
    .full_img {
      height: 100%;
      top: -60px;
      position: fixed;
    }
    
    .caption {
      top:25px;
      left: 5px;
    }
    
    .selector{
      /*bottom:5px;*/
      width: 95%;
      /*right: 0%;*/
    }
    
    .nav{
      bottom:40px;
    }
    
    .rocker-small {
      font-size: 0.55em;
    }

    .selectorSwitch{
      bottom: 0px;
      top: auto;
      z-index: 100;
      text-align: center;
      /*right: 20px;*/
      width:100%;
      margin: auto;
    }

    .dir_name{
      right: 0px;
      font-size: 1.5em;
    }
  }