
section#welcome h1 {
	display: block;
	margin: 160px 0px 0px 0px;
	padding: 0px;
	font-family: 'museo-sans-500';
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
}

section#weblog article ul {
	display: block;
	margin: 0px;
	padding: 1em 0px 0px 0px;
	list-style: none;
}

section#weblog article ul li b {
	display: inline-block;
	width: 8em;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
}

section#weblog article ul li a,
section#weblot article ul li span {
	display: inline-block;
	width: calc(100% - 8em);
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



@media print {

	section#welcome {
		display: block;
		position: relative;
		width: 100vw;
		margin: 0px;
		padding: 0px;
	}

	section#welcome h1 {
		display: block;
		position: static;
		width: 100vw;
		height: 25vh;
		margin: 4em 0px 0px 0px;
		padding: 0px;
		font-size: 64px;
		line-height: 64px;
		text-align: center;
		vertical-align: middle;
		page-break-before: unset;
		page-break-after: unset;
	}

	section#welcome article {
		display: block;
		position: static;
		width: auto;
		margin: 6em 0px 0px 0px;
		padding: 0px;
		text-align: left;
		background: transparent;
		border-radius: 0px;
		break-before: auto;
	}

	section#weblog article,
	section#weblog article:nth-of-type(even) {
		display: block;
		position: static;
		width: 100vw;
		height: 25vh;
		margin: 0px;
		padding: 0px;
	}

	section#weblog article:nth-of-type(even) {
		page-break-after: unset;
	}

}

