@font-face {
	 font-family: 'Nudica';
	 src: url('/fonts/nudica-bolditalic-webfont.eot');
	 src: url('/fonts/nudica-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('/fonts/nudica-bolditalic-webfont.woff2') format('woff2'),
			url('/fonts/nudica-bolditalic-webfont.woff') format('woff'),
			url('/fonts/nudica-bolditalic-webfont.ttf') format('truetype');
	 font-weight: 700;
	 font-style: italic;
}
@font-face {
	 font-family: 'Nudica';
	 src: url('/fonts/nudica-bold-webfont.eot');
	 src: url('/fonts/nudica-bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('/fonts/nudica-bold-webfont.woff2') format('woff2'),
			url('/fonts/nudica-bold-webfont.woff') format('woff'),
			url('/fonts/nudica-bold-webfont.ttf') format('truetype');
	 font-weight: 700;
	 font-style: normal;
}
@font-face {
	 font-family: 'Nudica';
	 src: url('/fonts/nudica-lightitalic-webfont.eot');
	 src: url('/fonts/nudica-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('/fonts/nudica-lightitalic-webfont.woff2') format('woff2'),
			url('/fonts/nudica-lightitalic-webfont.woff') format('woff'),
			url('/fonts/nudica-lightitalic-webfont.ttf') format('truetype');
	 font-weight: 400;
	 font-style: italic;
}
@font-face {
	 font-family: 'Nudica';
	 src: url('/fonts/nudica-light-webfont.eot');
	 src: url('/fonts/nudica-light-webfont.eot?#iefix') format('embedded-opentype'),
			url('/fonts/nudica-light-webfont.woff2') format('woff2'),
			url('/fonts/nudica-light-webfont.woff') format('woff'),
			url('/fonts/nudica-light-webfont.ttf') format('truetype');
	 font-weight: 400;
	 font-style: normal;
}
/* GENERAL STYLES */

html {
	background-color: #ffd;
	font: 400 14pt/1.5 "Nudica", Helvetica, Arial, sans-serif;
	min-width: 24rem;}
html * {
	transition: all .25s ease-in-out;
	box-sizing: border-box;}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;}

a {
	color: #499;
	font-weight: 700;
	text-decoration: none;}
a:hover {
	color: #277;
	text-decoration: underline;}
em {
	font-weight: 700;
	font-style: normal;}

#main {
	margin: 0 auto;
	padding: 3rem 0 0.5rem;
	width: 90%;
	max-width: 30rem;}
#footer {
	margin: 6rem 0 1rem;
	font-size: 0.875rem;
	opacity: 0.75;
	text-align: center;}

h1, h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0.25rem;
	color: #227;}
h1 {
	font-size: 2rem;
	text-align: center;}
h2 {
	font-size: 1.5rem;}

svg {
	background-color: #ffe;
	border-radius: 50%;
	border: 1px solid #ccc;
	filter: drop-shadow(0 0 0.25rem #777);
	max-height: 20rem;
	max-width: 20rem;}

#logo {
	text-align: center;}
	
.quote {
	display: block;
	border-left: 2px solid #ccc;
	padding-left: 1rem;}
.quote > div {
	opacity: 0.8;
	font-style: italic;
}	

div.warning {
	margin: 2rem 0;
	background-color: #edd;
	border: .5rem solid #944;
	border-radius: 1rem;
	text-align: center;
	font-weight: 700;
	animation: blink 2s ease infinite;}
@keyframes blink {50% {opacity: 0;}}

div.warning, div.warning > h2 {
	color: #944;}

#tiles {
	display: flex;
	justify-content: space-between;}
#tiles > div {
	margin: 1rem 1rem 2rem 0;
	width: 50%;
	text-align: center;}
#tiles > div:last-child {
	margin-right: 0;}

@media all and (min-width: 40rem) {
}

@media print {
	.download {
		display: none;
	}
}