/*
***************************************** NAVIGATION
*/

@media only screen and (min-width: 1000px) {

    .scroller-wrapper {
        padding: 10px 5px 10px 5px;
        margin-top: 0px;
        border-radius: 0px;
        border-left: none;
        border-right: none;
        overflow: hidden;
        background-color: #000000;
        border-bottom: 4px outset #7b00ff;
      }
      
    .nav {
      position: relative;
      width: 100%;
      height: auto;
      color: #d3d3d3;
      font-family: minecraft;
      font-weight: bolder;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: row nowrap;
      padding: 0px 10px;
      font-size: 14px;
      background: #000000;
      border-bottom: 4px outset #7b00ff;
    }
    
    .nav-links-container {
      width: 100%;
      padding-bottom: 10px;
      margin-right: 100px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: row nowrap;
      overflow-x: scroll;
    }
    
    .nav-link-group {
      position: relative;
      height: 50px;
      width: auto;
      min-width: 126px;
      margin: 0px 5px;
      margin-bottom: -4px;
      background: #000000;
      border-radius: 5px 5px 0px 0px;
      border-top: 4px outset #7b00ff;
      border-left: 4px outset #7b00ff;
      border-right: 4px outset #7b00ff;
      border-bottom: 4px outset #000000;
      display: flex;
    }
    
    .nav-link-group>a {
      position: absolute;
      outline: none;
      height: inherit;
      width: 100%;
      color: #d3d3d3;
      padding: 0px 10px;
      margin: 0px;
      font-family: pixelmix;
      font-weight: bolder;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      cursor: pointer;
    }
    
    .nav-link-group>a:active {
      outline: none;
      margin-top: 4px;
      height: 46px;
      width: 100%;
      color: #ffffff;
      padding: 0px 10px;
      font-family: pixelmix;
      font-weight: bolder;
    }    

    .nav-login-container,
    .nav-logout-container {
      position: absolute;
      right: 10px;
      top:0px;
      height: 50px;
      min-width: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000000;
      border-radius: 5px 5px 0px 0px;
      border-top: 4px outset #7b00ff;
      border-left: 4px outset #7b00ff;
      border-right: 4px outset #7b00ff;
      border-bottom: 4px outset #000000;
    }
    
    .nav-login-container>a,
    .nav-logout-container>a {
      position: absolute;
      outline: none;
      height: 100%;
      width: 100%;
      color: #d3d3d3;
      padding: 0px 10px;
      margin-left: 0px;
      font-family: pixelmix;
      font-weight: bolder;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      border: none;
      box-shadow: none;
      font-size: 10px;
    }
    
    .nav-login-container>a:active,
    .nav-logout-container>a:active {
      margin-top: 4px;
      height: 46px;
      color: #ffffff;
    }

      /* MEMBER PILL NAV */
  .pill-nav-wrapper {
    position: fixed;
    border-radius: 10px 0px 0px 10px;
    right: 0px;
    top: 200px;
    z-index: 98;
   }
 
   .pill-nav-wrapper>a {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 120px;
     height: 60px;
     border-right: none;
     border-radius: 10px 0px 0px 10px;
     background: #111111b4; 
     box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.703);
     font-size: 12px;
     font-weight: bolder;
     color: lightgray;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
    }
 
    .pill-nav-wrapper>a:active {
     margin-top: 3px;
     height: 57px;
     transition: 0.1s;
     border-right: none;
   }

   .trips-indicator-container {
    top: 200px;
  }

  .trips-indicator-container:active {
    top: 202px;
  }

  }
  

  @media only screen and (max-width: 1000px) {   /* MAX WIDTH 1340 PX */

    .index-title {
      margin-top: 150px;
    }

    .scroller-wrapper {
        padding: 10px 5px 10px 5px;
        margin-top: 80px;
        margin-bottom: -100px;
        border-radius: 0px;
        border-left: none;
        border-right: none;
        overflow: hidden;
        background-color: #000000;
        border-bottom: 4px outset #7b00ff;
      }
      
    .nav-menu-wrapper {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 4px outset #7b00ff;
    }

    .nav-menu-container {
        position: relative;
        min-height: 60px;
        min-width: 80px;
        margin: 20px;
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
        transition: 0.1s;
        cursor: pointer;
        border-radius: 10px;
        opacity: 0.8;
        background-color: #9f46ff57;
    }
    .nav-menu-container:active {
      opacity: 1;
      background-color: #d8b4ff57;
    }

    .nav-menu-element-1,
    .nav-menu-element-2,
    .nav-menu-element-3 {
        height: 7px;
        width: 50px;
        margin: 2px 0px;
        border-radius: 3px;
        border: 4px outset #eedfff;
        background: magenta;
    }

    .rotate-45-plus {
      position: absolute;
      top: 20px;
      left: 12px;
      transform: rotate(45deg);
      transition: 0.3s;

    }

    .rotate-45-minus {
      position: absolute;
      top: 20px;
      left: 12px;
      transform: rotate(-45deg);
      transition: 0.3s;
    }

      /* MEMBER PILL NAV */
  .pill-nav-wrapper {
    position: fixed;
    right: 0px;
    top: 120px;
    z-index: 98;
    border-radius: 10px 0px 0px 10px;
    background-color: #000000dd;
   }
 
   .pill-nav-wrapper>a {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 120px;
     height: 60px;
     border-radius: 10px 0px 0px 10px;
     background-color: #9f46ff57;
     box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.703);
     font-size: 12px;
     font-weight: bolder;
     color: lightgray;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
    }
 
    .pill-nav-wrapper>a:active {
     margin-top: 3px;
     height: 57px;
     transition: 0.1s;
   }

    /*
    *
    *
    * NAVIGATION
    *
    */
    .nav {
      position: absolute;
      top: 100px;
      width: 100%;
      height: 104px;
      color: #d3d3d3;
      font-family: pixelmix;
      font-weight: bolder;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: column wrap;
      background: #000000;
      z-index: 96;
      overflow: hidden;
    }
    
    .nav-links-container {
      min-height: 70px;
      width: 90%;
      max-width: 420px;
      margin: 0px auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: column wrap;
    }
    
    .nav-link-group {
      height: 50px;
      width: 100%;
      margin: 6px 0px;
      display: none;
    }

    .nav-link-group>a {
      outline: none;
      height: 100%;
      width: 100%;
      padding: 0px 10px;
      margin: 3px 0px;
      font-family: pixelmix;
      font-weight: bolder;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      cursor: pointer;
      border-left: 4px outset #7b00ff;
      border-right: 4px outset #7b00ff;
      border-top: 4px outset #7b00ff;
      border-bottom: 4px outset #7b00ff;
      border-radius: 10px;
      background-color: #000000;
      box-shadow: 0px 0px 4px  #9f46ff;
      color: darkgray;
      transition: 0.1s;    
    }
    
    .nav-link-group>a:active {
      outline: none;
      margin-top: 7px;
      height: 46px;
      width: 100%;
      border-left: 3px outset #9f46ff;
      border-right: 3px outset #9f46ff;
      border-top: 3px outset #9f46ff;
      border-bottom: 4px outset #9f46ff;
      box-shadow: 0px 0px 4px  #9f46ff;
      color: #ffffff;
      padding: 0px 10px;
      font-family: pixelmix;
      font-weight: bolder;
    }    
    
    .nav-login-container,
    .nav-logout-container {
      height: 50px;
      width: 100%;
      width: 90%;
      max-width: 420px;
      margin: 6px auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .nav-login-container>a,
    .nav-logout-container>a {
      outline: none;
      height: 100%;
      width: 100%;
      margin-left: 0px;
      font-family: pixelmix;
      font-weight: bolder;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      border: none;
      font-size: 16px;
      text-shadow: 1px 1px 3px #7b00ff;
      border-left: 4px outset #7b00ff;
      border-right: 4px outset #7b00ff;
      border-top: 4px outset #7b00ff;
      border-bottom: 4px outset #7b00ff;
      border-radius: 10px;
      background-color: #9f46ff57;
      box-shadow: 0px 0px 4px  #9f46ff;
      color: lightgray;
      transition: 0.1s;    
    }
    
    .nav-login-container>a:active,
    .nav-logout-container>a:active {
      outline: none;
      margin-top: 7px;
      height: 46px;
      width: 100%;
      border-left: 3px outset #9f46ff;
      border-right: 3px outset #9f46ff;
      border-top: 3px outset #9f46ff;
      border-bottom: 4px outset #9f46ff;
      box-shadow: 0px 0px 4px  #9f46ff;
      background-color: #d8b4ff57;
      color: #ffffff;
      padding: 0px 10px;
      font-family: pixelmix;
      font-weight: bolder;
    }

    .trips-indicator-container {
      top: 120px;
    }
  
    .trips-indicator-container:active {
      top: 122px;
    }
  
  }