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;
    }
  }

/* End of Responsive Menu Code */

  .topArea {
    width: 95%;
    margin: 0 auto;
  }

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

  /** Start Image Galley - Banner Card Code **/

  .banner-card {
    position: relative;
  }

  .banner-card img {
    max-width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 25%;
    color: white;
    background-color: #000000;
    padding: 3px;
  }

  .banner-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    /** margin-bottom: 5px; **/
  }

  .banner-story {
    color: white;
  }

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

/* Grid style test */

  .topArea {
    width: 95%;
    margin: 0 auto;
  }

.contentWrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    width: 90%;
    margin: 0 auto;
  }

  .featureImage {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }

  .miniButton {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }




  @media screen and (min-width: 480px) {
    .contentWrapper {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 25px;
      width: 80%;
      margin: 0 auto;
    }
  
    .topArea {
      width: 80%;
      margin: 0 auto;
    }

    .smallBox {
        grid-column: span 1;
      }
    
      .wideBox {
        grid-column: span 2;
      }
  
  }


  @media screen and (min-width: 768px) {
    .contentWrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 25px;
      width: 88%;
      margin: 0 auto;
    }
  
    .topArea {
      width: 88%;
      margin: 0 auto;
    }

    .banner-text h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        /** margin-bottom: 5px; **/
      }

      .smallBox {
        grid-column: span 1;
      }
    
      .wideBox {
        grid-column: span 2;
      }




  
  }

  @media screen and (min-width: 980px) {
    .contentWrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 25px;
      width: 90%;
      margin: 0 auto;
    }

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

      .banner-text h4 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        /** margin-bottom: 5px; **/
      }

      .smallBox {
        grid-column: span 1;
      }
    
      .wideBox {
        grid-column: span 2;
      }



  }

  /* End grid style test */


  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;
  }
  

  
  .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%;
    }
  
  
  }
  
  
  
    