.banner {
	 background-image:url('astronomyPresentationsBanner.jpg');
}
 
body {
	margin: 0.5rem;
}
 .showsContainer {
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
	 justify-content: center;
 }
 
.sampleSmall {
	 width: 25rem;
	 border-radius: .3rem;
	 border: .15rem #39a1ff solid;
	 padding: .15rem
}
 
.sampleSmall:hover {
	 border: .15rem #92caff solid;
}
 
.show {
	 text-align: left;
	 width: 30rem;
	 padding: 0.5rem 1rem;
}
 
.showsIntro {
	 max-width: 50rem;
	 margin: auto;
	 text-align: left;
}

.nonShowContent {
	 max-width: 50rem;
	 margin: auto;
	 padding-left: 3rem;
	 text-align: left;
}

.imageSpacer {
	 display: inline-block;
	 margin-left: 2rem;
} 
 
a.pageSelect:link, a.pageSelect:visited {
	 color: #39a1ff;
	 text-decoration:underline;
}
 
a.pageSelect:hover {
	 color: #92caff;
	 text-decoration:underline;
}
 
.skip {
	 position: absolute;
	 left: -1000px;
	 top: auto;
	 width: 1px;
	 height: 1px;
	 overflow: hidden;
}
 
.skip:focus {
	 position: absolute;
	 left: 1rem;
	 width: auto;
	 height: auto;
}
 
.mainGrid {
	 vertical-align: top;
}
 
.page1, .page2, .page3, .page4 {
	 color: black;
}
