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

body,html{
	
	height:100%;
	font-family: sans-serif;
}


.purple {
	
	background-color:#5B526B;
    width: 100.25%;
}

.SPparallax {
  /* The image used */
  background-image: url("http://ph.lacounty.gov/ovp/images/Storytelling%20Project%20Asset/Parallax/Eventbrite%20Main%20Banner.jpg");

   /* Set a specific height */
  min-height: 235px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**** Storytelling Project *******/
.SPcontainer{
	background-color: #E3B480;
	padding-top: 10px;
	display: inline-block;
	margin:0px;
}

.SPcontainer2{
	background-color: rgba(46,49,58,1);
	padding-top: 10px;
	display: inline-block;
	margin:0px;
}

.SPcontainer3{

	background-color: #5B526B;
	padding-top: 10px;
	display: inline-block;
	margin:0px;
	
}



.SPcontainer4{
	background-color: #483248;
padding-top: 10px;
	margin:0px;
   display: inline-block;
	width:100%;
}
.SPcontainer5{
	background-color: #DBD6DB;
	margin:0px;
	  display: inline-block;
	width:100%;
}

.SPcontainerlinks{
	background-color: #E6E0E8;
	margin:0px;
	  display: inline-block;
	width:100%;
}

#SPh1{
	color:#2e313A; 
	font-size: 72px;
	text-align:center;
	
}
.SPh4{
	color:#fff;
	font-size: 24px;
	text-align:center;
	line-height: 1.2;
	
}

#SPgh{
	color: #C3996B;
	font-size:24px;
	padding-top:35px;
	
}

#SPlogo{
	width:450px;
	display: block;
	margin-left: auto;
	margin-right: auto;

	}

.SPp1{
	color: #2E313A;
	padding: 0px 20px 40px 20px;
	font-weight:bold;
	margin:0;
	
}


.SPp2{
	color: #fff;
	padding: 0px 20px 20px 20px;
	font-weight:500;
	margin:0;
	
}


.SPimg{
display: block;
	margin-left: auto;
	margin-right:auto;
	
}





#share {
	
	color: #fff;
	font-size:24px;
	margin-left: 30px;
	margin-bottom:0px;
}

.pwhite{
	color:#fff;
	 margin-left:25px;
	margin-right:25px;
	font-size: 18px;
}

.p2white{
	color:#fff;
	 margin-left:25px;
	margin-right:25px;
	font-size: 16px;
}

.ppurple{
	color:#5E5260;
	padding-bottom:15px;
	 margin-left:25px;
	margin-right:25px;
	font-size: 18px;
	font-weight:bold;
}


.bh4{
	color:#2e313A;
	font-size:18px;
	margin-left: 25px;
	
}

.OP2{
	
	text-align:center;
    font-weight:bold;
}


/**** custom button******/
.SPbutton {
	border:none;
	border-radius:6px;
	color: #3A314C;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	 transition: all 0.5s;
	background-color: #fff;
	
}


.SPbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.SPbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.SPbutton:hover{
	background-color: #F3B34A;
	color: #483248;
	 border: 2px solid #fff;
}

.SPbutton:hover span {
  padding-right:15px;
  font-weight: bold;
}

.SPbutton:hover span:after {
  opacity: 1;
  right: 0;
}



.artistslider li a.active{
    font-weight: bold;
    
}
		
	
.artistslider{
    background-color: #DBD6DB;
    max-width: 1400px;
    color: #5E5260;
	grid-template-columns: 35% 65%;
    position: relative;
    display: grid;

}

.artistslider .MTA{
    padding: 25px;
}

.artistslider .VHHslides{
    overflow-y: auto;
    max-height: 500px;
    scrollbar-width: none;
}

.artistslider .VHHslides::-webkit-scrollbar{
    display: none;
}


/*** 3rd slide ******/
.artistslider .VHHslides .MTAslide{
    min-height: calc(100% - 80px);
    background-color: rgba(255,255,255,0.61);
    display: flex;
    padding: 40px;
    color: #333;
    align-items: center;
}

.artistslider .VHHslides .MTAslide:nth-child(even){
    background-color: #fff;
}	
			
		.MTA_H1 {
			font-size: 16px;
			margin:5px;
			color:#483248;
		}
		
		
		/** end of slider ***/

/******* Page Buttons ***************/


.VHHh4{
	color: #483248;
    padding-top:20px;
	padding-left:35px;
	padding-bottom: 5px;
	font-size:18px;
	margin: 0;
}




.VHHbutton {
  background-color: #fff; 
  border: none;
  border-radius: 8px;
	width:300px;
  color: #743790;
  font-weight:bold;
  padding: 20px 8px;
  text-align: left;
  text-decoration: none;
  display:inline-flex;
align-items:center;
  font-size: 16px;
  margin: 10px 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	
}

.VHHbutton:hover {

  color:mediumslateblue;
}


.VHHbuttonShadow {
	box-shadow: rgba(71,9,77,0.20) 0px 2px 8px 0px;}

	

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .SPparallax {
	  background-attachment: scroll; }
}


/* Float four columns side by side */
.VHHcolumn {
  float: left;
  width: 30%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.VHHrow {margin: 0 -5px;
         }

/* Clear floats after the columns */
.VHHrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .VHHcolumn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.VHHcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color:#FFFFFF;
	margin-bottom: 15px;
	margin-top: 20px;
}

.survivorvoices a:link{
	font-size:18px;
  font-weight: bold;
	color: #5B526B;
	margin-bottom:5px;
	}


.survivorvoices a:hover {
	
   color: mediumpurple;
}</pre></body></html>