@font-face {
	font-family: SegoeUI;
	src: url('fonts/SegoeUI.ttf');
}
@font-face {
	font-family: SegoeUI-Bold;
	src: url('fonts/SegoeUI-Bold.ttf');
}
@font-face {
	font-family: SegoeUI-Italic;
	src: url('fonts/SegoeUI-Italic.ttf');
}
@font-face {
	font-family: SegoeUI-Bold-Italic;
	src: url('fonts/SegoeUI-Bold-Italic.ttf');
}

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #c0c0c0;
	font-family: 'SegoeUI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
	padding-bottom: 80px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.template {
	display: none !important;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	/*border: 1px red solid;*/
}
header {
	background-color: #f08080;
	padding: 30px 0px;
}
header .logo {
	display: inline-block;
	height: 100px;
}
header .logo img {
	height: 100px;
}
header .headline {
	font-family: 'SegoeUI-Bold';
	color: white;
	font-size: 20px;
	line-height: 40px;
	display: inline-block;
	padding-left: 50px;
}
header .headline a,
header .headline a:visited,
header .headline a:hover {
	color: white;
	text-decoration: none;
}
footer {
	background-color: #f08080;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px;
	color: white;
	border-top: 1px #c0c0c0 solid;
}
footer .container {
	justify-content: flex-end;
}
footer .copyright {
	float: right;
	text-align: right;
}
footer a,
footer a:visited {
	color: white;
}

log {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
log .headline {
	display: flex;
	flex-direction: row;
	background-color: #f08080;
	justify-content: space-between;
}
log h2 {
	margin: 0px;
	padding: 10px;
	font-size: 20px;
}
log .date {
	line-height: 50px;
	font-size: 15px;
	color: #cd5c5c;
	font-weight: bold;
}
log a.download,
log a.download:visited {
	color: white;
	line-height: 50px;
	padding-right: 10px;
}
log .notes {
	background-color: white;
	padding-right: 20px;
}
log .notes li {
	list-style-type: square;
}
log .notes a,
log .notes a:visited {
	color: #cd5c5c;
}

@media (max-width: 1000px) {
	.container {
		width: 90vw;
	}
}

@media (max-width: 500px) {
	header .logo {
		height: 50px;
	}
	header {
		padding: 10px 0px;
	}
	header .logo img {
		height: 50px;
	}
	header .headline {
		font-size: 10px;
		line-height: 20px;
	}
}
