/*
 @import url('https://fonts.googleapis.com/css?family=Playball&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Emilys+Candy&display=swap');
 */
 
 /* yhs blue: #00467f */
 
 
 @import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');
 
 
 body{
	background-color: #111;
}

.center {
	text-align: center;
}

h1 {
	color: #00467f;
	font-size: 3rem;
}

.superHeader {
	font-size: 6em;
	font-family: 'Spartan', serif;
}

.scriptHeader {
	font-size: 3em;
	font-family: 'Spartan', serif;
}

.gallery {	
}

.galleryName {
	font-size: 1.25em;
	font-family: 'Spartan', serif;
}

.dim p {
	color: #aaa;
}

h2 {
	color: #00467f;
	font-size: 1.5rem;
}

a {
	color: #00467f;
}

a:visited {
	color: #ae9cb8;
}

#lightgallery {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px;
}

#lightgallery a {
  padding-left: 5px;
}

#lightgallery a img{
  padding-bottom: 10px;
}

p {
	font-family: sans-serif;
	color: #eeeeee;
	font-size: 0.9em
}

p a {
	font-size: 1em;
}

.galleryTitle {
	margin-bottom: 10px;
}
