body{
    margin: 0%;
    background-color: rgb(224, 244, 229);
}
.tagResourceIntro{
    position: absolute;
    top:0%;
    left: 0%;
    width: 100%;
    height: 70%;
}
.introImage{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tagResourceIntroText{
    position: absolute;
    font-family: 'Courier-Prime', monospace;
    font-size: 15.5px;
    color: #000000;
    width: 52.5%;
    top: 47%;
    left: 0%;
    margin: 1%;
    line-height: 135%;
    height: 30%;
    text-shadow: -1px -1px 1px rgb(224, 244, 229),
                  1px -1px 1px rgb(224, 244, 229),
                  -1px 1px 1px rgb(224, 244, 229),
                  1px 1px 1px  rgb(224, 244, 229);
}



.filterDiv{
  position: absolute;
  width: 1400px;
  height: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 120%;
  cursor:pointer;
}
.dateFilters { 
  position: absolute;
  list-style-type: none;
  text-align: left;
  margin-left: 25px;
  padding: 0;
}
.eras {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Courier-Prime', monospace;
  font-size: 15.5px;
}
.brandFilters { 
  position: absolute;
  right: 0;
  list-style-type: none;
  text-align: right;
  margin-right: 25px;
  padding: 0;
}
.brands {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Courier-Prime', monospace;
  font-size: 15.5px;
}

.indexInstructions{
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Play', sans-serif;
  line-height: 115%;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  /* background-color: #2196F3; */
  width: 1400px;
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translate(-50%, 0%);  
  padding-bottom: 5%;
}
.grid-item {
  background-color: rgb(224, 244, 229);
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 30px;
  text-align: center;
  width: 350px;
  height: 350px;
  box-sizing: border-box;
}



.tagImages{
  width: 70%;
  position: relative;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.images1990s, .images2000s, .images2010s, .images2020s{
  opacity: 0;
  pointer-events: none;
}
.imagesnike, .imagescarhartt, .imagesrussell, .imagesadidas{
  opacity: 0;
  pointer-events: none;
}
.show{
  opacity: 100%;
  pointer-events: default;
}
.colour{
  color: #ec170c;
}
.pointerEvents{
  pointer-events: all;
}
.redirect{
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: all;
}


.tagNameDiv{
  width: 300px;
  position: fixed;
  top: 92%;
  left: 39.5%;
  background-color: rgb(224, 244, 229);
  border: 5px;
  border-style: double ;
  border-color: #ec170c;
  text-align: center;
  font-family: 'Courier-Prime', monospace;
}



























  /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .openSesame{
    position: absolute;
    top: 120%;
    left: 50%;
  }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  /* #main {
    transition: margin-left .5s;
    padding: 20px;
  } */
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  

  .openSesame{
    position: absolute;
    top: 300%;
  }




  .line-1{
      position: absolute;
      top: 75%;
      left: 45%;
      width: 24em;
      margin: 0 auto;
      border-right: 2px solid rgba(255,255,255,.75);
      font-family: 'Courier-Prime', monospace;
      font-weight: bolder;
      font-size: 700%;
      text-align: right;
      word-spacing:0px;
      white-space: nowrap;
      overflow: hidden;
      transform: translateY(-50%);    
      /* background-color: aqua; */
  }



  .anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
               blinkTextCursor 500ms steps(44) infinite normal;
  }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 54%;}
  }
  @keyframes blinkTextCursor{
    from{border-right-color: rgba(0, 0, 0, 0.75);}
    to{border-right-color: transparent;}
  }