/*  
    Created on : 05 June 2023
    Author     : Tiego Masemola | Hashbrown_CWA
    https://cw-arts.netlify.app/about-us
*/



.lead { font-size: 1.5rem; font-weight: 300;background: linear-gradient(to right, #000000 0%, #000000 30%,#666 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent; }


/* GALLERY STYLING */
.image-container{
    width: 100%;
    height: auto;
    background-color: #bcbcbc;
    padding: 10px;
    border-radius: 10px;
}

.cwa-lightbox-image{
    margin-bottom: 5px;
    display: inline-block;
    background-color: white;
}
