@charset "utf-8";
/* CSS Document */

body {
	background: black;
}

.page-wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
}

h1 {
	text-align: center;	
}

.heading {
	margin: auto;	
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 30px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #AF5454;
	text-align: center;
}

.scenario {
	margin: auto;	
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #AF5454;
	text-align: center;
}

.img-fluid {
	display: inline;
	max-width: 100%;
	width: 100% \ 9;
	height: auto;
	align: center;
	align-content: center;
}

h2 {
	font-size: 20px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: #FFFFFF;
	text-align: center;
}

h3 {
	margin: auto;	
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 15px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;;
	color: #FFFFFF;
	text-align: center;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

