

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }


.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;
    padding: 10px;

}

.cwa-lightbox-image img{
margin-bottom: 20px;
	    border-radius: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;


	-webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82);
    box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82);

    padding: 8px;
    background: #ffffff;
    position: relative;
}


