@media only screen and (max-width: 1200px) {
  .udump-main {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1060px) {
  .gallery {
    gap: 10px !important;
  }

  figure {
    margin: 5px !important;
    box-shadow: 0 0 24px 1px rgba(0, 25, 253, 0.589) !important;
  }
}

@media only screen and (max-width: 820px) {
  .gallery {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


@media only screen and (max-width: 650px) {
  .udump-main h1 {
    font-size: 3.5rem !important;
  }
}

@media only screen and (max-width: 550px) {
  .udump-main {
    background-image: url(../images/banner_dump-2-vert.jpg) !important;
  }

  .intro p,
  .intro ul,
  .intro ul li,
  .intro h3,
  .intro strong {
    font-size: 1.2rem !important;
}

  figcaption {
    font-size: 1.5rem !important;
  }

}

@media only screen and (max-width: 500px) {
  .intro ul,
.intro ul li,
.intro h3 {
    margin-left: 1rem !important;
    
  }

  .intro p,
  .intro ul,
  .intro ul li,
  .intro h3,
  .intro strong {
    font-size: 1rem !important;
}

.intro ul {
  padding-left: 1rem !important;
}

}



.udump-body {
    margin: 0;
    width: 100%;
    background-color: rgb(0, 0, 2);
  }
  
  .udump-main {
      display: flex;
      flex-direction: column;
      position: relative;
      padding-top: 150px;
      /*top: 135px;*/
      width: 100%;
      text-align: center;
      justify-content: center;
      background-image: url(../images/banner_dump-2.jpg);
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: black;
  }
  
  .udump-main h1 {
      font-size: 5rem;
      color: hsl(199, 61%, 93%);
      text-shadow: rgb(37, 0, 247) 2px 2px 10px,
                   rgb(0, 110, 255) -2px -2px 10px,
                   red -2px 2px 10px;
  }

  .intro {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    padding-top: 1rem;
    width: 80%;
    background-color: hsla(210, 100%, 5%, 0.7);

}

.intro p {
  padding: 15px;
}
 
  .intro p,
  .intro ul,
  .intro ul li,
  .intro h3,
  .intro strong {
    margin-top: 0;
    font-size: 1.5rem;
    color:rgb(226, 226, 245);
    font-family: "Radio Canada", Georgia, 'Times New Roman', Times, serif;
    line-height: 3rem;
}

.intro ul,
.intro ul li,
.intro h3 {
    text-align: left;
    margin-left: 2rem;
  }


  .gallery {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr;
    grid-auto-flow: row;
    background-color: black;
    color: whitesmoke;
    font-family: "Bai Jamjuree", Helvetica, sans-serif;
    gap: 20px;
    justify-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 4rem;
    
}

 figure img {
  width: 100%;
  height: auto;
  
}

figure {
  width: auto;
}

figure {
  display: flex;
  flex-flow: column-reverse;
  border:hsl(199, 61%, 93%) solid 5px;
  box-shadow: 0 0 20px 8px rgba(0, 25, 253, 0.589);
  
  
}

figcaption {
  font-size: 2rem;
  font-family: "Bai Jamjuree", Helvetica, sans-serif; 
  box-shadow: inset 0 0 20px 2px rgba(0, 25, 253, 0.589);
  background-color: rgba(5, 1, 29, 0.8);
}

