body {
  font-family: Arial;
  background-color: grey;
  text-align: justify;
  margin: auto;
}

.sf, .smallfont {
	display: none;
}

table {
	background: none;
}

#text td a img {
	display: inline;
}
#text, table, td, tr, body {
	font: 8pt verdana;
	line-height: 15px;
}

body {
	background: #022134;
}
#pic {
	position: absolute;
	top: 3vh;
	left: 17vh;
	background: url("/bgtest.jpg");
	background-repeat: stretch;
	height: 900px;
	width: 1600px;
}
#nav {
  display: table-column;
	top: 14vh;
	left: 18vh;
	z-index: 2;
	padding: 5px;
	width: 200px;
	height: 780px;
	background-color: blue;
	text-align: center;
}
.nav a:link, .nav a:visited {
	font: 10.5pt georgia;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	
}
.nav a:hover {
	background: #ba667c;
	color: #FFFFFF;
}

#btn {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
	left: 17vh;
	top: 3vh;
	width: 1600px;
	height: 100px;
	background-color: red;
	z-index: 2;
}
#text {
	left: 42vh;
	top: 15vh;
	width: 1350px;
	height: 775px;
	overflow: hidden;
	text-align: justify;
	z-index: 1;
}
.box {
	width: 1330px;
	height: 775px;
	overflow: auto;
	padding: 5px;
	text-align: center;
	background: green;
}

h1 {
	font: 20pt georgia;
	letter-spacing: -2px;
	color: #ffe56d;
	margin: 0px 0px 4px 0px;
	border-bottom: 5px solid #62b13e;
	line-height: 20px;
}
b {
	color: #488a29;
}
i {
	color: #ffe56d;
}
a:link, a:visited {
	color: #dfffd0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ccffb5;
}
.item {
  width: 100px;
  height: 100px;
}


/* headers */
h1 {
  font-family: Tahoma;
  text-align: left;
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  background: #FFD48A;
  text-align: center;
}
h4 {
  background: #FFE5B8;
  text-align: center;
}
h5 {
	background-color: #FFEFD1;
	color: #232323;
  margin: 5px;
  font-size: 20px;
  font-style: italic;
}


/* Wiki */
.wiki {
    background: #FFEFD1;
    border: 1px solid #FFE0A5;
	  width: 300px;
    float: right;
    padding-left: 2px;
    margin-left: 10px;
}

.wimg {
  	width: 50%;
    height: 50%;
    display: block;
  	margin: auto;
}

.wiinvent{
  display: flex;
  width: 100%;
}

.wibox {
    overflow: auto;
    float: left;
    border: 1px solid #FFE0A5;
    background: #FFEFD1;
    margin: 2px;
    padding: 2px;
    width: 24%;
    height: 300px;
  	text-align: center;
}

table, th, td {
  border:1px;
  font-size: 12px;
  width: 100%;
}
th {
  text-align: left;
  vertical-align: top;
  width: 40%;
}
td {
  text-align: left;
  width: 60%;
}

/* quotes */
blockquote {
	font-weight: 100;
	font-size: 18px;
	font-style: italic;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	text-align: center;
	padding: .5rem;
	margin:0 auto;
  width:auto;
  display:table
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #FFD48A;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '"';
	left: -5rem;
	top: -3rem;
}

blockquote:after {
	content: '”';
	right: -3rem;
	bottom: 1rem;
}

cite {
	line-height: 1;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: flex;
}