* {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: black;
	background-color: white;
}

div.adriatic {
	background-size: 110% auto;
	background-position: 50% 50%;
	padding-bottom: 60%;
	position: relative;
}

div.adriatic img {
	display: none;
}

@media (min-width: 600px) {
	div.adriatic {
		padding-bottom: 60%;
	}
}

@media (min-width: 1000px) {
	div.adriatic {
		position: fixed;
		background-size: cover;
		top: 0;
		left: 3rem;
		bottom: 0;
		padding: 0;
		width: calc(50% - 3rem);
	}

  	body {
		width: 50%;
		margin-left: 50%;
	}
}

main[role='main'] {
	padding: 1rem 1.5rem;
	max-width: 45em;
	margin-left: auto;
	margin-right: auto;
}

section {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 1.3rem 0;
	margin-bottom: 1.3rem;
}

section:last-child {
	border: none;
	padding-bottom: 0;
}

section:first-child {
	border: none;
	padding-top: 0;
}

code {
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace;
}

pre {
	border: 1px dotted;
	border-radius: 0.5em;
	padding: 1em;
}

type {
	font-weight: bold;
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace;
}

