@import url('https://fonts.googleapis.com/css2?family=Finlandica&family=Roboto+Condensed&display=swap');

header img {
	background-position: center;
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}


nav {
	background-color: #632f2b;
	color: #EAE3DA;
	font-family: 'Finlandica', Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

nav a {
	color: #EAE3DA;
	text-decoration: none;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: .5em;
	padding-right: .5em;
}

nav li {
	border-bottom: 1px solid #985245;
}

nav a:link {
	color: #EAE3DA;
}

nav a:visited {
	color: #EAE3DA;
}

nav a:hover {
	color: #bfa28b;
}

main {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

main a {
	text-decoration: none;
}

main a:link {
	color: #1F3F42;
}

main a:visited {
	color: #1F3F42;
}

main a:hover {
	color: #3f7e84;
}

main p {
	font-size: 18px;
	line-height: 1.5;
}

h1 {
	font-family: 'Finlandica', Arial, sans-serif;
}

h2 {
	font-family: 'Finlandica', Arial, sans-serif;
}

table {
	margin-top: 1em;
	border: 5px solid #1F3F42;
	border-spacing: 0;
}

td, th {
	border: 1px solid black;
	padding: 5px;
}

input[type=text] {
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

email {
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

date {
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

textarea {
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}


footer {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	margin-top: 1em;
	background-color: #632f2b;
}

footer ul {
	list-style-type: none;
	margin: 0;
	font-size: 125%;
	font-weight: bold;
	padding: .5em;
}

footer a {
	text-decoration: none;
}

footer a:link {
	color: #EAE3DA;
}

footer a:visited {
	color: #EAE3DA;
}

footer a:hover {
	color: #bfa28b;
}

footer p {
	color: #EAE3DA;
	margin: 0;
	padding-left: .5em;
	padding-bottom: .5em;
}

.default-img img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 0;
	margin-top: 1em;
}

.grad-overlay {
	position: relative;
	display: inline-block;
}

.grad-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	z-index: 1;
}

.grad-overlay img {
	display: block;
	width: 100%;
	height: auto;
}

.grad-overlay h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	color: white;
	z-index: 2;
	max-height: 70%;
	overflow-y: auto;
}

.centered {
	text-align: center;
}

.opinions {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(31, 63, 66, 0.3);
	margin-top: 1em;
	padding: 1em;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 1em;
	margin-bottom: 1em;
}

.block {
	text-align: center;
	margin-bottom: 1em;
	max-width: 500px;
	max-height: 100%;
}

.block img {
	max-width: 100%;
	max-height: 250px;
	width: auto;
	height: auto;
	border: 3px solid #1F3F42;
}

.mini-news {
	display: inline-block;
}

.mini-news img{
	max-width: 100%;
	max-height: 100px;
	height: auto;
	width: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 3px solid #1F3F42;
}

.mini-bounty {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}

.mini-bounty img {
	max-width: 100%;
	max-height: 250px;
	width: auto;
	height: auto;
	border: 3px solid #1F3F42;
}

.header-block {
	width: 2em;
	height: 100%;
	background-color: #632f2b;
}

.line {
	border-top: 2px solid #1F3F42;
	margin-top: 1em;
}

.outline {
	outline: red dashed 1px;
}

.odd {
	background-color: #EAE3DA;
}

img#laverne_pic {
	float: left;
	max-width: 100%;
	max-height: 250px;
	width: auto;
	height: auto;
	border: 3px solid #1F3F42;
	margin-right: 1em;
	margin-bottom: 1em;
}

main#main-about {
	display: inline-block;
}

@media (min-width: 1024px) {

	nav ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	nav li {
		border-bottom: none;
	}
	
	.mini-bounty {
		display: inline-block;
		vertical-align: middle;
	}

	.mini-bounty img {
		max-height: 200px;
		margin-right: 1em;
	}

	.mini-bounty img {
		float: left;
	}

}
