/*mobile*/  
@media only screen and (max-width: 1024px) {
.logo-wrapper{
   
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:5vh;
  
    
    
    }

      

 section#divider {
background-image: linear-gradient( rgba(0,0,0,0), rgba(255, 0, 0, 0.9) ),
    url(Images/home_background.png);

background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-position: top;
width: 100%;
height: auto;
    min-height: 100dvh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}
  
h1 { 
font-family: "Michroma", sans-serif;
    font-style: normal;
    font-weight: 500;

font-size: 1.3rem;
line-height: 2.3rem;
color: #fff;
/* background-color: #000000; */
margin-left: 2rem;
margin-right: 2rem;
border-radius: 1rem;
text-align: center;


}
  
.divider_logo {
    background-image: url(Images/Streetlight-logo-2025.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;   
    margin-top: 1rem;
    animation: fade-in 4s;
        transform: translateY(0);    
        margin: auto;    
          
    }

    @keyframes fade-in{
        0%{ opacity: 0;}
        100%{ opacity: 1;}

        0% {transform: translateY(-100px);}
      
    }

     @keyframes fade-up{
        0%{ opacity: 0;}
        100%{ opacity: 1;}

        0% {transform: translateY(100px);}
      
    }

   
    
    .text-box{
        animation: fade-up 4s;
        transform: translateY(0);
        
    }
  
}
/*desktop*/  

@media (min-width: 1025px) {   


  .container-fluid{
    display: flex;
    flex-direction: column;
    height: 100dvh;
    min-height: 100dvh;
    
}
    




h1 {
    font-family: "Michroma", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.7rem;
    color: #fff;
   
border-radius: 1rem;
text-align: center;
max-width: 1100px;

 

}


  section#divider {
background-image: linear-gradient( rgba(0,0,0,0), rgba(255, 0, 0, 1) ),
    url(Images/home_background.png);

background-repeat: no-repeat;
background-size: cover;
/* background-position: top center;
background-position: top; */
 width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;


}

.divider_logo {
     background-image: url(Images/Streetlight-logo-2025.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;   
    margin-top: 1rem;
    animation: fade-in 4s;
        transform: translateY(0);    
        margin: auto;     
                         
    }

    @keyframes fade-in{
        0%{ opacity: 0;}
        100%{ opacity: 1;}

        0% {transform: translateY(-100px);}
      
    }

     @keyframes fade-up{
        0%{ opacity: 0;}
        100%{ opacity: 1;}

        0% {transform: translateY(100px);}
      
    }


    .logo-wrapper{
    width: 1700px;
    max-width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:5vh;
    
         position: fixed;
    
    
    
    }

      .text-box{
        animation: fade-up 4s;
        transform: translateY(0);
        
    }
} 