/*  
    Created on : 05 June 2023
    Author     : Tiego Masemola | Hashbrown_CWA
    https://cw-arts.netlify.app/about-us
*/

* { box-sizing: border-box; }
h1 {
  background: linear-gradient( 120deg, #bd34fe 30%, #41d1ff );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* GALLERY STYLING */
.image-container{
    width: 100%;
    padding: 10px;
    /*height: auto;
    background-color: #bcbcbc;    
    border-radius: 10px;*/
}

.cwa-lightbox-image{
  padding: 10px 0;
    display: flex;
    /*float: left;
    height: 25vh;
    width: auto;*/
    background-color: white;
}
.img-a {
  margin: 10px 1%;
  background-color: #fff;
    height: 250px;
   width: 23%;
}
@media screen and (max-width:640px){
.img-a {
  margin: 10px 1%;
  background-color: #fff;
    height: 150px;
   width: 48%;
}
}
