/* Overall Document Styling */
body {
	background: #111;
	background-image: url("/static/diode-tile.svg");
}


/* Text Formatting */
body {
	font-family: 'Nunito', sans-serif;
	color: white;
}

a:link {
	color: #fd6;
}

a:visited {
	color: #c74;
}


/* Layout */
h1 {
	text-align: center;
}

#content {
	max-width: 6in;
	margin: auto;
}

#header-image {
	width: 75%;
	display: block;
	margin: auto;
}


/* Photo grids */
.grid-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	line-height: 0;
}

.grid-box > a {
	padding: 2%;
	text-decoration: none;
}

.grid-box > a > img {
	width: 100%;
}

.grid-box > a > span {
	display: block;
	text-align: center;
	font-size: 14pt;
}
