/*  
    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;

    background-color: #fafafa;
    padding:  5px 10px;
    margin: 0;

    font-family: "Inter", sans-serif;
}
*/
/*
.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;*/
}

.cs-lightbox-image{
	display: flex;
    float: left;
    margin: 5px;
    height: 10vh;
    width: auto;
    background-color: white;
}


/* BugFix Firefox */
img.indexImage{
    float:left;
    position:relative;
    width:auto;
    height:100%;
}


@media screen and  (min-width: 760px) {

.cs-lightbox-image{
	display: flex;
    float: left;
    margin: 5px;
    height: 13vh;
    width: auto;
    background-color: white;
}
	
}