body {
  margin: 0;
  font-family: Arial, Tahoma, sans-serif;
  background-color: #000000;
  color: white;
}

.topnav {
  overflow: hidden;
  background-color: #151716;
}

.topnav a {
  float: left;
  display: block;
  color: #23B2EE;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #23B2EE;
  color: black;
}

.topnav a.active {
  background-color: #23B2EE;
  color: black;
}

  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 710px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 710px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }



  h1, h2, h3 {
    color: #04D9FF;
  }

  .header {
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
  }


  .contentWrapper {
    width: 70%;
    margin: 0 auto;
  }

  .textContainer {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .video {
    text-align: center;
  }

  
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .neonText {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .featureImage {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .boldText {
    text-align: center;
    font-size: 20px;
    padding: 16px;
    background-color: #04D9FF;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  /** Footer Start **/

  
  
  footer {
    background-color: #290030;
  
  }
  
  .footerContainer {
    background-color: #080402;
    width: 100%;
    padding: 15px 15px 10px;
  }
  
  .footerNav {
    margin: 30px 0;
  }
  
  .footerNav ul{
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
  }
  
  .footerNav ul li a{
    color: #04D9FF;
    text-align: center;
    margin: 20px;
    text-decoration: none;
    font-size: 1.2em;
    opacity: 0.7;
    transition: 0.5s;
  }
  
  .footerNav ul li a:hover{
    opacity: 1;
  }
  
  .footerAuthor {
    background-color: #050505;
    color: #04D9FF;
    padding: 10px;
    text-align: center;
  } 
  
  .gallery{
      display:flex;
      justify-content:space-around;
      flex-wrap:wrap;
      margin:15px 0;
  }
  
  .gallery img{
      flex-wrap:wrap;
      width:305px;
      margin:10px 0;
  }
  
  @media (max-width: 1280px){
    .footerNav ul{
      flex-direction: column;
    }
    .footerNav ul li{
      width: 100%;
      text-align: left;
      margin: 10px;
    }
  
  }

  @media screen and (max-width: 710px) {
    .contentWrapper {
        width: 95%;
    }
  
  
  }
  
  
  
    