.row {
	margin-bottom: 30px;
	margin-top: 30px;
}

.jumbotron {
	margin-top: 30px;
}

h1 {
	text-align: center;
	color: black;
	padding-bottom: 40px;
	padding-top: 60px;
	font-size: 60px;
	font-family: "p22-underground", sans-serif;
	font-weight: 900;
}

html.lost h1 {
	color: white;
}

h2 {
	color: black;
	font-family: "p22-underground", sans-serif;
	
}

h3 {
	color: black;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
	font-family: "p22-underground", sans-serif;
	font-size: 20px;
}

html.lost h3 {
	color: white;
}

h4 {
	font-family: "p22-underground-pc",sans-serif;
	text-transform: lowercase;
}

p {
	font-family: "p22-underground-pc",sans-serif;
}



hr {
	color: black;
	background: black;
	font-size: 0;
	border: 0;
	height: 1px;
}

html.lost hr {
	color: white;
	background: white;
	font-size: 0;
	border: 0;
	height: 1px;
}

body {
	background-color: white;
}

html.lost body {
	background-color: black;
}

html.index body {
	background-color: black;
}

img {
	display: block;
	margin: auto;
	padding-bottom: 10px;
}

.btn-default {
	display: block;
	margin: auto;
	font-family:"p22-underground-pc",sans-serif;
	text-transform: lowercase;
	font-size: 18px;
}

.btn-default:hover {
	background-color: pink;
}

.thumbnail {
	padding-top: 15px;
}

.thumbnailimage {
	width: 90%;
	margin: auto;
	padding-bottom: 160%;
	background-size: cover;
	background-position: center;
}

