@media (min-width: 1024px) {
  
    body {
        display: flex;
        flex-direction: column;
        background-color: #E5E5E5;
        
        min-width: 900px;
        
        
    }
    .today-details{
        margin-top:6em;
        padding: 10px;
        
    }

    

   

    

    nav {
        font-size: 18pt;
    }

    main {
        font-size: 18pt;
        max-width: 100%;
        align-self: center;
        background-color: #14213D;
    }

    footer {
        
        max-width: 100%;
       
    }
    iframe{
        max-width: 400px;
        
    }
    .contact-info{
        width: 30%;
        font-size: 12pt;
        margin: 2em;
    }
    article img{
        float: right;
        max-width: 30%;
    }

    .gallery{
        display:inline-grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
        grid-gap: 55px 55px;
        
        
    }
  
    .danger-label{
        display: inline-grid;
        padding: 15px;  
   }
    .end-box{
        display:flex;
        flex-direction: row;
        margin-left: 150px;
        
    }
 
    .gallery :hover{
         box-shadow: 0 0 10px
         rgba(252, 250, 250, 0.5);
     }
    .pic-img img{
         max-width: 250px;
     }
     figcaption{
        font-size: 14px;
        margin-bottom:10px;
        
        
    }
    .help{
        padding-top:200px;
        padding-bottom: 200px;
        width: 1024px;
      }
      .cards section{
          width: 30%;
        
    }
    nav ul li a{
        color: black;
        font-size: 1em;
    }
    .cards section{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        
    }  
    
      
}
