<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.VHHcontainer{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
}

.VHHtile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.VHHtile:nth-child(1){
    grid-column: span 4;
    grid-row: span 2;
}

.VHHtile:nth-child(2),
.VHHtile:nth-child(3){
    grid-column: span 2;
}

.VHHtile:nth-child(n){
    grid-column: span 2;
}




/****test .VHHtile:nth-child(4),
.VHHile:nth-child(5),
.VHHile:nth-child(6){
    grid-column: span 2;
}
*****/


.VHHtile:nth-child(2),
.VHHtile:nth-child(3){
    grid-column: span 2;
}
.VHHtile:nth-child(n){
    grid-column: span 2;
}




@media screen and (max-width: 650px){
    .VHHcontainer{
        display: block;
    }
	
    .VHHtile{
        margin-bottom: 1rem;
	}}



/****** Main Image********/


.CVS *,
.CVSsnip *:before,
.CVSsnip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.CVSsnip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  margin: auto;
  text-align: left;
  transform: translateZ(0);
}

.CVSsnip:hover .CVSsnip__title,
.CVSsnip:hover .CVSsnip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.CVSsnip::before,
.CVSsnip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ADD8E6;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.CVSsnip::before {
  transform: skew(30deg) translateX(-80%);
}

.CVSsnip::after {
  transform: skew(-30deg) translateX(-70%);
}

.CVSsnip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.CVSsnip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.CVSsnip:hover .CVSsnip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.CVSsnip:hover .CVSsnip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.CVSsnip__image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.CVSsnip__figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 20% 25px 20px;
}

.CVSsnip__figcaption::before,
.CVSsnip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4E5874;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.CVSsnip__figcaption::before {
  transform: skew(30deg) translateX(-100%);
}

.CVSsnip__figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}

.CVSsnip__title,
.CVSsnip__text {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.CVSsnip__title {
  padding-top: 150px;
  font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
  color:#fff;
  font-size: 36px;
  font-weight: 3;
  line-height: 1em;
}

.CVSsnip__text {
  padding-top: 5px;
  font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
  font-size: 0.95em;
}

.CVSsnip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}



/*** hover effect on CVS storytellers ****/


/** name below phot *****/

.CVSname {
	text-align: center;
	margin-top: -4px;
	margin-bottom:0px;
	background-color: rgba(200,195,201,0.30);
	padding: 5px;
	border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
	
}


.CVSimage {
	width: 100%;
	position: relative;
	}

.CVSstoryteller {
	width: 100%;
	height: 89%;
	top: 0;
	left: 0;
	position: absolute;
	background:rgba(198,178,209,0.90);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	opacity: 0;
	transtion: 0.6s; 
	background-image: url("../images/Storytelling Project Asset/Centering Survivor Images/VHH_LeavesOverlay.png");
	 
}

.CVSstoryteller2025 {
	width: 100%;
	height: 89%;
	top: 0;
	left: 0;
	position: absolute;
	background:rgba(183,219,234,0.90);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	opacity: 0;
	transtion: 0.6s; 
	background-image: url("../images/Storytelling Project Asset/Centering Survivor Images/VHH_LeavesOverlay.png");
	 
}


.CVSstoryteller:hover {
    opacity: 1;

	
}



.CVSstoryteller h4{
	font-size: 20px;
	color: #30384F;
	margin-bottom: -5px;
	text-align:center;
}


.CVSstoryteller p {
	font-size: 	16px;
	color: #30384F;
	justify-content: center;
	text-align:center;
}



.CVSname a:link {
  color: #48525b;
  background-color: transparent;
  text-decoration: underline;
}

.CVSname a:visited {
  color: #48525b;
  background-color: transparent;
  text-decoration: underline;
}

.CVSname a:hover {
  color: #743790;
  background-color: transparent;
  text-decoration: underline;
}

.CVSname a:active {
  color:#483248;
  background-color: transparent;
  text-decoration: underline;
}


.CVSstoryteller&gt;*{
	transform:translateY(25px);
	transition: transform 0.6s;
}

.CVSstoryteller:hover&gt;*{
	transform:translateY(0px);
	transition: transform 0.6s;
}</pre></body></html>