@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 800px) 
{	.column 
		{width: 24%;
		float: center;}
	main 
		{ width: 60%;
		float: left;}
	aside 
		{ width: 40%;
		float: right;}
	nav a 
	{width: 24%;}
	nav
	{display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 100%}}

@media print {
	* {background-color: #fff !important;
		background-image: none !important;
		color: #000 !important;	}
	nav, footer { display: none;}
	#wrapper, main { width: 100%;
	               margin: 0	}
	body {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" !important;
	line-height: 1;}
}

html 
	{box-sizing: border-box;}
	*, *:before, *:after {box-sizing: inherit;}
 #wrapper 
	{margin: 0 auto;
	max-width: 960px;
	}

main, aside, footer 
	{
	margin: 0 auto;
	width: 100%;
	padding: 7%;
	border: none;
	text-decoration-color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;}

h1 
	{text-align: center;}

header 
	{background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url("https://plus.unsplash.com/premium_photo-1724450448036-337fa1bac247?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
	width: 100%;
	min-height: 180px;
	background-size: cover;
	padding: 10px;}

header h1 
	{padding-top: 40px;
	color: #FFFFFF;
	text-shadow: 2px 2px 10px #000000;
	font-size: 650%;}

main  
	{text-align: center;
	font-size: 120%;}

nav 
	{background-color: #ffc1d9;
	top: 220px;
	text-align: center;}

nav a 
	{display: inline-block;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	width: 23%;
	font-size: 130%;
	color: #000000;}

nav a:hover 
	{color: #ffffff;
	background-color: #fda4ba;}

aside  
	{text-align: center;
	font-size: 120%;}

footer 
	{
	text-align: center;
	background-color: #ffc1d9;
	font-weight: 500;
	font-size: 120%;
	height: 175px;
	
	}

main, footer 
	{clear: both;}

main, aside, body
{background-color: #FFFFb5}

.footnotes
{margin-top: -67px;
margin-bottom:-20px; }


