/* THIS BIT BELOW FOR STICKY BAR */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background-color: rgb(82, 25, 113);
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 0px;
  /*   height: 10; */
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #3f8e41;
    /* class:"neonText" */
  }
  
  .active {
    background-color: #8c2929;
  }
  
  /*   THIS BIT ABOVE FOR STICKY BAR*/
  
  body {
    color: white;
    background-color: black;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  
  .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2000px;
    /*   background-height: 1000px; */
    background-color: red;
  }
  
  .bg1 {
    background-image: url(https://www.the-elemental-movie.com/images/Louise%20looks%20up%20stair%20landscape.jpg);
  }
  
  .bg2 {
    background-image: url(https://www.the-elemental-movie.com/images/Hamish%20face.jpg);
    background-position: top;
  }
  
  .home {
    width: 70%;
  /*     background-color: burlywood; */
    padding-top: 200px;
    padding-bottom: 100px;
    /*   margin:auto; */
    margin-left: auto;
    margin-right: 5%;
  }
  
  .menu {
    list-style-type: none;
    display: flex;
   padding: 1em;
  /*   gap: 1em; */
    block-size: 80px;
  }
  
  header {
    z-index: 99;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: rgb(0, 0, 0);
    width: 100%;
    display: flex;
    position: fixed;
  }
  
  h1 {
    margin-left: 0px;
    padding: 0px;
    border: 0px;
    margin: 0;
    margin-top: 0px;
    text-align: left;
    color: white;
  }
  
  h2 {
  /*   margin-left: 10px; */
    padding: 0px;
    border: 0px;
    margin-top: 0px;
    text-align: center;
      letter-spacing: 5px;
    color: white;
  }
  
  h1 {
    font-family: "Aboreto", cursive;
    font-size: 40px;
    font-variant-caps: small-caps;
    transition: 1s;
  }
  
  h5, 
  h6 {
    margin-left: 5px;
    padding: 0px;
    border: 0px;
    text-align: left;
  }
  
  h5 {
    font-size: 30px;
    font-family: "Times", cursive;
    font-variant-caps: small-caps;
    height: 5px;
    padding: 0px;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
  /*   margin-left: 20px; */
    transition: 1s;
  }
  
  h6 {
    font-family: "Aboreto", cursive;
    font-size: 18px;
    height: 5px;
  /*   margin-left: 20px;  */
  /*   font-variant-caps: small-caps; */
    transition: 1s;
  }
  
  #spacingDIV {
    height: 0px;
  
    letter-spacing: 13px;
  }
  
  #spacingDIV2 {
    height: 0px;
  
    letter-spacing: 7px;
  }
  
  #weetext {
    height: 10em;
    font-size: 12px;
    letter-spacing: 5px;
        text-align: left;
  
  }
  
  #weetexttight {
    height: 10px;
    margin-top: 0%;
    font-size: 12px;
    letter-spacing: 2px;
        text-align: left;
  
  }
  
  .neonText {
    color: #fff;
    text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
  /*     0 0 82px #0fa, */
  /*     0 0 92px #0fa, */
  /*     0 0 102px #0fa, */
      0 0 151px #0fa;
  }
  
  /* h1:hover {
    filter: blur(5px);
    filter: none;
    transition: 1s;
  } */
  
  
  h1:hover {
    filter: none;
    transition: 1s;
  }
  
  h2 {
    font-family: "Italianno", cursive;
    font-size: 40px;
    /* filter: blur(5px); */
    transition: 1s;
  }
  h2:hover {
    filter: blur(5px);
    transition: 1s;
  }
  
  .menu,
  p {
    font-family: "PT Sans", sans-serif;
      text-align: left;
  }
  
  
  .black-box {
    background: darkslategrey;
    padding: 10px;
    margin: 0px;
    border: 0px;
    width: 100%;
  }
  
  @media (max-width: 400px) {
    p {
      font-size: 0.8em;
    }
         h2 { 
     font-size:20px;
    }
  }
  
  .container {
    position: relative;
    text-align: center;
    color: white;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  
  
  .bottom-left {
    position: absolute;
    text-align: left;
      color: grey;
    width: 40%;
      margin-right: auto;
      top: 40%;
    left: 40px;
  }
  
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  .top-right {
    position: absolute;
    text-align: right;
    width: 40%;
    font-size: 14px;
  /*     background-color: burlywood; */
  /*   padding-top: 200px; */
  /*   padding-bottom: 100px; */
    /*   margin:auto; */
    margin-left: auto;
  /*   margin-right: 5%; */
    top: 10%;
    right: 20px;
  }
  
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 0px;
  }
  
  .column img {
    margin-top: 3px;
    vertical-align: middle;
    width: 100%;
    padding: 0 0px;
    border: 0 px;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }
  
  /* Create two columns (2 and 3) 70/30 for footer that sit next to each other */
  /* .column2 {
    flex: 70%;
    max-width: 65%;
    padding: 0px;
  }
  
  .column3 {
    flex: 30%;
    max-width: 25%;
    padding: 0px;
  }
   */
  /* Columns 4 and 5 are 50/50 for header Column 5 also used for both columns in pics section. */
  /* .column4 {
    flex: 50%;
    max-width: 50%;
    padding: 0 0px;
  } */
  /* THERE ARE EXTRA MEDIA QUERIES HERE IN THE TEAM */
  
  /* .column5 {
    flex: 50%;
    max-width: 50%;
    padding: 0 0px;
    
  }
   */
  .piccontainer {
    position: relative;
    width: 98%;
   
    padding: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #333;
  } 
  /* 
  .piccontainer:hover .crewpic {
    opacity: 0.3;
   </button>
  }
  
  .piccontainer:hover .middle {
    opacity: 1;
  }
   */
  .captext {
    background-color: #333;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    padding: 16px 32px;
    margin: 0px;
    border: 0px;
  }
    
  .middle {
    transition: .5s ease;
    opacity: 1;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    text-align: center;
  }
    
  .crewpic {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
  /*   border-top: 20px; */
  /*   padding-top: 10px; */
     background-color: black;
  /*   margin-left: auto; */
    position: center;
    transition: .5s ease;
    backface-visibility: hidden;
  }
    
  img {
    display: block;
    margin-left: 0;
    margin-right: 0;
    /* vertical-align: middle; */
  /*    background-color: #333; */
  }
    
  /* Solid border TIS MAY BE REDUNDANT - SEE BELOW*/
  hr.solid {
    border-top: 5px solid red;
  /*   background-color: black; */
  /*   margin-color: green; */
  /*   padding-color: blue; */
    padding: 0px;
    margin: 0px;
    border: 0px;
  }
  
  hr.solid8 {
    border-top: 8px solid black;
    padding:10px;
    margin: 0px;
    border: 0px;
  }
  
  hr.solid10 {
    border-top: 10px solid red;
    padding: 10px;
    margin: 0px;
    border: 0px;
  }
  
  hr.solid70 {
    border-top: 80px solid black;
    padding: 70px;
    margin: 0px;
    border: 0px;
  }
  
  hr.solid90 {
    border-top: 90px solid black;
    padding: 90px;
    margin: 0px;
    border: 0px;
  }
  
  .footer {
     position: relative;
     left: 0;
     bottom: 0;
     width: 100%;
     padding-left: 20px;
     block-size: 130px;
     background-color: black;
     color: white;
     text-align: left;
     overflow: visible;
  }
  
   
  .vl {
    border-left: 6px white;
    height: 100%;
  /*   position: absolute;
    left: 50%;
    margin-left: -3px; */
    top: 0;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
  /*   .column5, column4 {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    } */
      .topnav a {
    font-size: 14px;
  }
    .top-right {
       font-size: 12px;
    }
    h1 {
    font-size:20px;
  }
      h5 {
    font-size: 18.5px;
  }
        h6 {
    font-size:8px;
  }
          p {
    font-size:12px;
  }
  }
  
  /* unvisited link */
  a:link {
    color: white;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: rgb(200, 200, 100);
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(100, 180, 200);
    text-decoration: underline;
  }
  
  /* selected link */
  a:active {
    color: rgb(255, 255, 255);
    text-decoration: underline;
  }
  
  /* Add a black background color to the top navigation */
  .topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 1vw 1vw;
    text-decoration: none;
    font-size: 14px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: grey;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #779086;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
         h1 { 
     font-size:20px;
    }
    .topnav a {
    font-size: 14px;
  }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  
  .flex-container {
    display: flex;
    flex:100%;
    flex-wrap: wrap;
    font-size: 30px;
    text-align: center;
    overflow: visible;
  }
  
  .flex-container2 {
    display: flex;
    flex:100%;
    flex-wrap: wrap;
    font-size: 30px;
    text-align: left;
    overflow: visible;
  }
  
  .flex-item-left {
    background-color: black;
    padding: 10px;
    flex: 50%;
  }
  
  .flex-item-right {
    background-color: black;
    padding: 10px;
    flex: 50%;
  }
  
  /* Responsive layout - makes a one column-layout instead of a two-column layout */
  @media (max-width: 800px) {
    .flex-item-right, .flex-item-left {
      flex: 100%;
    }
  }
  
  .text-box {
    position: relative;
  /*   z-index: 2; green box will be above black box */
  /*   background: lightgreen; */
    width: 50%;
    left: 25%;
    top: -15px;
    height: auto;
  }