/* This file was created by S. Nourse to customize the NAMS website look and feel */

:root {
  
    --background:#dee2e6;
    
}

/* The page header of Cassiopeia has the class "header" so you control it with .header */

.header {
    background: rgb(16,9,133);
    background: linear-gradient(90deg, rgba(16,9,133,1) 12%, rgba(67,82,147,1) 66%, rgba(0,132,255,1) 100%); 
}
.container-banner img {
    max-height: 250px;
}

.container-banner .banner-overlay {
    max-height: 250px;
    color: rgb(16,9,133);    
}

.container-banner .banner-overlay .overlay {
    max-height: 250px;
    background-color: rgb(16,9,133); 
 }

 @media screen and (max-height: 250px) {
  .container-banner .banner-overlay {
    max-height: 250px;
  }
}