.container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  body {
    position: inherit;
    height: 100%;
    margin: 0;
  }
  .listitem {
    color: white;
    font-size: 50px;
    font-family: helvetica;
    border: 1px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    
    
  }
  sup {
    font-size: 20px;
  }
  #backgroundvid {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #myname {
    font-family: Helvetica;
    font-weight: 350;
    margin-top: 25px;
    margin-left: 5px;
    font-size: 100px;
    color: lime;
    text-transform: uppercase;
    mix-blend-mode: difference;
  }
  span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
  }
  
  @keyframes caret {
    50% {
      border-color: transparent;
    }
  }
  .minicontainer {
    width: 100%;
    height: 450px;
    position: fixed;
    bottom: 0;
    border: 1px solid white;
    overflow-x: auto;
    left: 0;
    scroll-behavior: smooth;
    background-color: transparent;
    mix-blend-mode: difference;
    
    
  }
  ::-webkit-scrollbar {
      display: none;
  }
  .listitem:hover {
    color: lime;
    cursor: pointer;
    font-size: 60px;
  }
  a {
    text-decoration: none;
    color: black;
  }
  a:visited {
    color: black;
  }
  a:hover {
    color: lime;
  }
#FORFALL{
    z-index: -50;
    position: absolute;
    left: 500px;
    top: 0;
    width: 700px;
  }
  #littlejack{
    font-size: 25pt;
    margin-left: 200px;
    margin-top: -10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  }
  #jackwavy {
    width: 290px;
  }
  #spinlogo {
    width: 230px;
    margin-left: 75px;
  }
  .namemenu:hover {
    color: lime;
    size: 50pt;
  }  


  .marquee {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
	background-color: transparent;
	color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    mix-blend-mode: difference;
}
.marquee p {
    display: inline-block;
    font-family: Helvetica;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    animation: marquee 240s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}






  @media (max-width: 500px) {
    body {
        height: 800px;
    }
    .minicontainer {
        bottom: 0;
        height: 400px;
        background-color: transparent;
        
    }
    #FORFALL {
        width: 0;
        height: 0;
    }
    #spinlogo {
        width: 150px;
        margin-left: 50px;
        margin-top: -5px;
        z-index: 1;
    }
    #jackwavy {
        margin-top: 5px;
        margin-left: -30px;
        width: 185px;


    }
    #littlejack {
        color: black;
        position: absolute;
        top: 135px;
        left: -70px;
        font-size: 15pt;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    #myname {
      text-align: center;
      font-weight: 400;
      font-size: 50px;
      margin-top: 45px;
      margin-left: auto;
      padding-left: 10px;
      padding-right: 10px;
    }
    sup {
      font-size: 15px;
    }
    .marquee p {
      font-size: 10px;
    }
  }