*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img
{
	height: 100%;
	width: 100%;
}

.bookcover img { width: 90%; }

body
{
	background-color: lightblue;
	font-family: p22-underground,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.typedescription
{
	background-color: white;
	padding: 10px;
	margin: 10px;
}

.button-color
{
	border: none;
	background-color: #2F5966;
	color: white;
	font-family: p22-underground,sans-serif;
	box-shadow: 2px 2px 5px grey;
}

button
{
	border: none;
	background-color: #2F5966;
	color: white;
	font-family: p22-underground,sans-serif;
	border-radius: 5px;
	box-shadow: 2px 2px 5px grey;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}

.button-color:hover
{
	border: none;
	background-color: #88A9B3;
	color: white;
	font-family: p22-underground,sans-serif;
}

table, th, td
{
	border: 1px solid white;
	color: black;
	padding: 5px;
	font-family: Raleway;
}

table
{
	border-collapse: collapse;
	width: 100%;
}

.nav-links { color: lightblue; }
.nav-colour { background-color: white; }

.header
{
	text-align: center;
	padding: 30px;
	color: black;
	background-color: white;
	margin-bottom: 30px;
}

.vertical-line
{
	padding-bottom: 30px;
	height: 100px;
}

.zoom { transition: transform .2s; }
.zoom:hover { transform: scale(1.05); }
.gallery-image { padding-bottom: 30px; }
.thirty-padding { padding-bottom: 30px; }
hr { background-color: white; }
.menu-text { text-align: center; }
.top-padding { padding-top: 0px; }

.report
{
	background-color: white;
	padding: 10px;
	width: 100%;
}

.gallery h3 { margin-top: -20px; }
.sanserif { font-family: Open Sans; }
.serif { font-family: Playfair Display; }
.slabserif { font-family: Zilla Slab; }
.script { font-family: Dancing Script; }
.hand { font-family: Covered By Your Grace; }
.blackletter { font-family: UnifrakturCook; }
.mono { font-family: Space Mono; }
.decorative { font-family: Monoton; }

@media only screen and (max-width: 460px)
{
	body { background-color: white; }
	hr { background-color: black; }
	.header { background-color: lightblue; }
	.nav-colour { background-color: lightblue; }
	.report { background-color: lightblue; }
	table, th, td { border: 1px solid black; }
	.typedescription { background-color: lightblue; }
}

@media only screen and (max-width: 768px)
{
	.timeline img
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.timeline h3 { text-align: center; }
	.timeline p { text-align: center; }
}
