/* konigslow -- default for .htm and .svg pages */

a {
	text-decoration: none;
}

a:link {
	color: blue;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

b {
	font-weight: bold;
	color: #505050;
}

body {
	color: black;
	font-family: Tahoma, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px;
	background-image: url("../images/backgrnd.gif");
}

caption {
	font-weight: bold;
}

caption.ctr {
	text-align: center;
}

center {
	text-align: center;
}

div {
	color: #505050;
}

.main {
	padding: 70px 30px 100px 30px;
}

p {
	margin: 0px 1%;
}

p.body {
	text-align: left;
}

span {
	color: #505050;
}

text {
	fill: black;
	fill-opacity: 1;
	font-size: 50px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2%;
}

p.header {
	font-size: xx-large;
	text-align: left;
}

.menubar ul {
	position: fixed;
	top: 0;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

.menubar li {
	float: left;
}

.menubar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
}

#crest {
	padding: 2px 16px;
}

.menubar li a:hover {
	background-color: #111;
}

#bottombar {
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background-color: #333;
	padding: 10px 50px;
}

#bottombar p {
	color: aliceblue;
	text-align: center;
}

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

.timeline th,
.timeline td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#contact {
	max-width: 500px;
	margin: auto;
	background-color: #ddd;
	padding: 10px;
	border-style: groove;
	border-width: 2px;
}

#people {
	padding: 8px;
	background-color: #ddd;
	border-style: groove;
	border-width: 2px;
}

#people th,
#people td {
	padding: 8px;
	text-align: left;
}

.column-2 {
	float: left;
	width: 42%;
	padding: 10px;
	margin: 20px;
	height: 400px;
}

.column {
	float: left;
	padding: 10px;
}

.left {
	width: 250px;
}

.right {
	width: calc(100% - 290px);
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
