@charset "UTF-8";
/* CSS Document */



body { 
	 
	background-size: cover;
	background-attachment:fixed; 
	width:100%;
	
}

#lawVideo{ 
	position: fixed; 
	right: 0; 
	bottom: 0; 
	min-width:50%; 
	min-height:100%; 
}

.leftDiv{ 
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	color:#E8D2A6;
	font-weight:lighter; 
	width: 50vw; 
	height:225px;
	transform: translate(10%, 30%);
	top:10%; 
	bottom:75%; 
	position:sticky; 
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:sticky; 
	min-height: 0px;
	backdrop-filter:blur(2px);
	overscroll-behavior-y: contain;
}

 .parallax-1{
	/*background-image: url("csuFamouswalk.jpeg");*/ 
	overscroll-behavior-y: contain;
	background-repeat: no-repeat; 
	background-attachment:fixed; 
	background-size: cover;
	background-position: top;
	flex-direction: column;
	width:85%;
	height:300vh; 
	min-height: 500px;
	bottom:-5%;
	top:-150%; 
	transform: translate(-15%, -5%); 
	opacity: .1;
	position: sticky; 
	border-radius: 50%;
	box-shadow: 12px 12px 12px rgba(0, 0 ,0, 0.1) inset, 
		10px -10px 10px rgba(0,2,2, 0.3) inset ; 
}

.parallax-2{
	
	color: #F3EDD2;
	position: sticky; 
	float:right; 
	border-radius: 50%; 
	top:-100%; 
	bottom: -50%;
	width:450px;
	height:125px; 
	padding:45px; 
	min-height: 0px;
	transform: translate(-10%, -100%); 
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	text-align: right; 
	opacity: .9; 
	backdrop-filter:blur(10px);
	font-size: clamp(3rem, 4.0vw, 3.5rem);
	font-weight:500;
	overscroll-behavior-y: contain;
	background-repeat: no-repeat; 
	background-attachment:fixed; 
	background-size: cover;
	flex-direction: column;
	letter-spacing: 7px;
	text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px gray; 
}

.rightDiv{ 
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	position: sticky; 
	color:#E8D2A6;
	font-weight:lighter; 
	background-repeat: no-repeat;
	overscroll-behavior-y: contain;
	background-attachment:fixed; 
	background-size: cover;
	flex-direction: column;
	background-position:left;
	transform: translate(85%, -80%); 
	border: thin solid black inset;
	border-radius: 50%; 
	width: 650px; 
	height: 120px; 
	min-height: 0px;
	top:-10%; 
	bottom: -5%; 
	backdrop-filter:blur(1px);

}
.divFill{ 
	
	color: #f1f1f1;
	position: sticky; 
	float:right; 
	border-radius: 50%; 
	top:-100%; 
	bottom: -50%;
	width:450px;
	height:150px; 
	padding:30px; 
	min-height: 0px;
	transform: translate(-10%, -100%); 
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	text-align: right; 
	backdrop-filter:blur(0px);
	font-size: clamp(3rem, 4.0vw, 3.5rem);
	font-weight: bold;
	overscroll-behavior-y: contain;
	background-repeat: no-repeat; 
	background-attachment:fixed; 
	background-size: cover;
	flex-direction: column;
}

.content{ 
	position: fixed; 
	fontfamily: -apple-system, BlinkMacSystemFont, sans-serif;
	bottom: 0; 
	background: rgba(0 , 0, 0 , 0.5); 
	color: #f1f1f1; 
	width: 100%; 
	padding: 10px; 

}
a:link { 
	text-decoration: none; 
	color:white; 
}
a:hover{ 
color:darkorange; 
}

#thisButt{ 
 	width: 200px; 
	font-size: 8px; 
	padding: 10px; 
	border:none; 
	background: #000; 
	color: #fff; 
	cursor: pointer; 
}

#thisButt:hover{ 
	background: #ddd; 
	color: black; 
}

@media only screen and (max-width: 668px){ 
	body{}
}

@media only screen and (max-width: 668px){ 
	#lawVideo, .leftDiv, .rightDiv, .parallax-1, .parallax-2, .content{}
}
