/*
 * CSS for marthanunes.de
 * Copyright (c) 2021 Gustaf Mossakowski <gustaf@koenige.org>
 */


@font-face	{ font-family: 'Roboto'; font-style: normal; font-weight: 300;
			font-display: swap; src: url(/_layout/fonts/roboto/Roboto300.woff2) format('woff2');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
			U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
			U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html		{ margin: 0; padding: 0; display: table; width: 100%; height: 100.1%; }
body		{ background: white; color: black; text-transform: lowercase; 
			font-family: Roboto; display: table-row; margin: 0; padding: 0; 
			width: 100%; font-size: .9em; line-height: 1.4; }
main		{ display: table-cell; vertical-align: middle; text-align: center; 
			margin: 0 auto; width: 100%; height: 100%; }

h1			{ font-weight: normal; }
h1 strong	{ font-size: .66em; vertical-align: top; display: inline-block;
			margin-top: -0.4em; }

address		{ font-style: normal; }
address ul	{ margin: 0; padding: 0; list-style: none; }
address li	{ display: inline-block; margin: 0; padding: 0 .75em; }

img			{ max-width: 100%; max-height: 60vh; margin: 5vh 0; }

a			{ text-decoration: none; }
a:link		{ color: black; }
a:visited	{ color: black; }
a:hover		{ text-decoration: underline; text-decoration-color: #CCC; }
