@font-face {
	font-family: Gutenberg;
	src: url(assets/1454\ Gutenberg\ Bibel.ttf);
}

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: white;
	height: 100%;
	width: 100%;
}

body {
	background-color: black;
	height: 100%;
	width: 100%;
}

.wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px;
}

#pagebody {
	background-color: white;
}

.page {
	box-sizing: border-box;
	background-color: white;
	border: none;
	height: 70;
	width: 30%;
	margin-bottom: 3%;
	margin-top: 3%;
	margin-left: 2%;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

#leftpage {
	background-image: url(assets/gbiblepagesmall.png);
	background-repeat: no-repeat;
}

#twocolumns {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 2em;
	padding-top: 4.3em;
	padding-left: 5em;
}

#twocolumns p {
	font-family: Gutenberg;
	font-size: 0.9em;
	width: 32%;
	text-align: justify;
  	text-justify: inter-word;
	word-spacing: 0em;
	line-height: 0.95em;
}

#rightpage {
	display: flex;
	flex-direction: column;
	padding: 1em;
	align-items: center;
}

#rightpagehead {
	padding: 6em 6em 0.5em 6em;
	display: flex;
	flex-direction: column;
	gap: 1.3em;
}

#mainframe {
	height: 100%;
	width: 90%;
	padding: 1em;
	border: 1px solid red;
}

#articlewrap {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

article {
	border: 1px solid red;
	padding: 1em;
}

article:hover {
	border: 1px solid black;
}

/* text */

h1 {
	font-family: Gutenberg;
	text-align: center;
	font-size: 1.8em;
}

#leftpage a {
	color: red;
	text-decoration: none;
	font-size: 1em;
	display: inline;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#leftpage a:hover {
	text-decoration: underline;
}

#pagebody a {
	color: red;
	text-decoration: none;
}

#pagebody a:hover {
	color: black;
}

article h3 {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/* imgs */

#leftpage img {
	position: absolute;
	left: 29em;
	top: 4em;
}

#iilum {
	position: absolute;
}

.imghr {
	margin-top: -4.2em;
	margin-bottom: -3em;
}