#olac {
	position: relative;
	margin: 0 auto;
	border-style: groove;
	border-color: #002676;
	max-height:400px;
	width: 90%;
}

#Berkeley{
	position: relative;
	margin: 0 auto;
	max-height: 400px;
	border-style: groove;
	border-color: #FDB515;
	width: 90%;
}
@media (max-width: 800px) {
	#VLSB {
		left: 0;
	}
	#Berkeley{
		left: 0;
	}
}

.list {
	background-color: white;
	box-shadow: -10px 0px 0px 0px #9FD1FF;
	border: 3px solid #f2f2f2;
	border-left: none;
	margin: 2%;
	border-radius: 20px;
	list-style: none;
	padding: 1%;
}

.list_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.site-branding {
	min-height: fit-content;
}

#about_olac {
	box-shadow: -10px 0px 0px 0px #FFE88D;
}
