/*
// Kills the navbar
#navbar {
	display: none;
}

// Adds a little space at the top of the page to compensate for the lack of navbar
.main-container {
	margin-top: 1em;
}
*/

/* Centers page title */
.page-header {
	text-align: center;
}

/* Centers copyright notice */
.footer {
	text-align: center;
}

/* Centers all images; sets maximum image size */
.img-responsive {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

/* Sets a different maximum image size for the Max graphic on the home page */
.field-name-field-main-image > div > div > img {
	max-width: 350px !important;
}

/* Centers file download icon */
.file {
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Adds a bit of space above the keyword section */
.field-name-field-chapter {
	margin-top: 1em;
}

