nav{
  width: 100%;
  justify-content: center;
  align-self: center;
}

ul {
    overflow: hidden;
    background-color: black;
    font-family:'Courier New', Courier, monospace;
    font-size: 150%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    
  }
  
  li{
    /* float: left; */
    justify-content: center;
    align-self: center;
  
  }
  
  li a {
    display: block;

  }
  
  
  
  li a:hover {
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    transform: translateY(-15px);
  }
  
  body{
    background-image: url(Newbackground.png);
  
    
  } 
  main {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .container {
    position: relative;
    margin-top: 15px;
    width: 35%;
    margin-left: 20px;
  }
  
  
  .container img {
    width: 100%;
    height: auto;
  }
  .container .btn {
    display: flex;
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ffffffaf;
    color: rgb(0, 0, 0);
    font-size: 75%;
    padding: 12px 24px;
    border: solid, 2px;
    border-color: black;
    cursor: pointer;
    border-radius: 25px;
    font-family:'Courier New', Courier, monospace;

  }
  
  .container .btn:hover {
    background-color: rgb(255, 255, 255);
  }
  button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    
  }
  
  .popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    color: black;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  
   div.header{
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 50%;
     width:50%;
     background-image:url('AltHeader3.jpg');  
     /* This is how you do the image change is the background size cover */
      background-size: cover;
    overflow: hidden; 
   } 
  div.header:hover{
    background-image:url('AltHeader2.jpg'); 
     /* This is how you do the image change is the background size cover */
    background-size: cover;
    display: block;
    overflow: hidden; 
  }
  
  p{
    font-size: 25px;
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    
  }
  
  article {
    font-size: 25px;
    color: white;
    height: auto;
    width: 32%;
    margin: auto;
    padding-left: 5px;
    background-color: rgb(0, 0, 0, 0.75);
    display: inline-table;
    /* margin-top: 10px; */
    /* border-radius: 5px; */
    /* box-sizing: 300px; */
    align-self: center;
    /* padding-right: 200px; */
    /* padding-left: 200px; */
  }
  .article100 {
    width: 100%;
  }
  .articleMiddle {
    border-left: solid 1.5px rgba(255, 255, 255, 0.689);
    border-right: solid 1.5px rgba(255, 255, 255, 0.689);
  }

  main h2 {
    text-decoration: underline;
  }

  main {
    color: white;
    background-color: rgba(0,0,0,0.678);
    display: flex;
    justify-content: center;
  }

  main p {
    font-size: 33px;
  }

  form {
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    font-family: 'Courier New', Courier, monospace;
    display: flexbox;
    justify-content: center;


  }

  h1{
    background-color: rgba(0, 0, 0, 0.5);
  }
  

  h2{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  
  h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    text-align: center;
  } 

  
  .Stagefrightnews{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 3vw;
    color: white;
    background-color: black;
    text-decoration: underline;
  }
  
  .tour{
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    background-color: rgba(0, 0, 0, 0.674);
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    width: 58%;
    font-size: 6vw;
  }
  
   
  
  .box {
    display: flex;
    justify-content: space-around;
    background-color: black;
    gap: 1em;
    flex-wrap: wrap;
  }
  .box a {
    font-family:'Courier New', Courier, monospace;
    font-size: 150%;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
  }
  
  
  .box a:hover{
    text-decoration: underline;
    border-color: red;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    transform: translateY(-8px);
  }
  
  .responsive-image {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  
  div.table{
    display:flex;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  table,th,tr,td {
    color: white;
    
  
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    margin: auto;
  }
  td {
    padding-right: 100px;
    text-align: center;
    padding-left: 100px;
    padding-bottom: 15px;
  }
  th {
    padding-bottom: 45px;
    text-decoration: underline;
    font-size: 50px;
  }
  td.underline {
    text-decoration: under;
  }
  .active {
    text-decoration: underline;
  } 

 label {
  text-align: center;
  justify-content: center;
 }
 input {
  text-align: center;
  justify-content: center;

 }
 footer{
  color: white;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  padding-top: 70px;
 }

