body, html {
	height: 100%;
	margin: 0;
}
a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #5e2d15;	
}

h1 {
	font-family: "Tinos", serif;
	font-weight: 600;
	font-size:3rem;
	color: #5e2d15;	
}
h2 {
	font-family: sans-serif;
	font-size: 2rem;
	font-weight: 400;
	color: #5e2d15;	
}
.bgimg {
	background-image: url('assets/cover_palaiopanos.jpg');
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
}

.topleft {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 3rem;
}
@media (min-width:641px) {
	.topleft img {
		width: 420px;
	}
}
@media (max-width:640px) {
	.topleft img {
		width: 90%;
	}
}
.bottomleft {
	position: absolute;
	bottom: 0;
	left: 16px;
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

hr {
	margin: auto;
	width: 40%;
}
.secondary {
	bottom: 2rem;
	position: absolute;
	font-size: 1.1rem;
	text-align: center;
	width: 100%;
	line-height: 0.6;
}
.secondary {
	bottom: 2rem;
	position: absolute;
	font-size: 1.1rem;
	text-align: center;
	width: 100%;
	line-height: 0.6;
	font-family: 'Tinos';
	font-weight: 600;	
}