/*  
    Created on : 05 June 2023
    Author     : Tiego Masemola | Hashbrown_CWA
    https://cw-arts.netlify.app/about-us
*/

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body 
{
    display: flex;
    flex-direction: column;
    align-items: center;

   
    padding:  5px 10px;
    margin: 0;

   
}
.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; }
/*h1 {
  background: linear-gradient( 120deg, #bd34fe 30%, #41d1ff );
  -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{
    display: flex;
    float: left;
    margin: 1px;
    height: 11vh;
    width: auto;
    background-color: white;
}



#fh-img { width:98%; margin:auto; height:auto}

#fh-img a{ width:16.1%;}
.close { opacity:.8 !important}
#fh-img img{  border:1px solid #fff !important}


@media only screen and (max-width:1300px) {
		#fh-img a{ width:15%; margin:5px 0.5%}
	
		.cwa-lightbox-image{
   
    height: 9vh;
	
   
}



	}
	
	@media only screen and (max-width: 700px) {
	
	

		#fh-img img{ width:100%; max-width:300px;}
	
		.cwa-lightbox-image{
    display: block;
   
	margin:5px auto;   
    height:auto;
   
}
	
	}