@charset "utf-8";
/* CSS Document */
body  { 
	background:url(back-retro.jpg) top center no-repeat; background-attachment:fixed;
	background-color:#2A004F;
	min-height: 800px;
	}
	a:link {
			color: lightsteelblue;
			text-decoration:underline;
	}
	a:visited {
			color: lightsteelblue;
			text-decoration:underline;
	}
	a:hover {
			color: lightsteelblue;
			text-decoration:underline;
	}
	a:active {
			color: lightsteelblue;
			text-decoration:underline;
	}
	main-title {
		color: rebeccapurple;
		font-size: 24px;
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"
	}
	navbar {
		color: lightsteelblue;
		text-shadow: 2px 2px 1px black; 
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	}
	section {
		color: lightcoral;
		text-shadow: 1px 1px 2px black; 
		font-size: 20px;
		height: 30px;
		display: flex;
	    align-items: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: bold;
	}
	article {
		color: darkgray;
		text-shadow: 1px 1px 2px black; 
		font-size: 16px;
		font-weight: bold;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	}
	notes {
		color:darkgray;
		text-shadow: 1px 1px 1px black; 
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
	.footer {
		position: fixed;
		height: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #2A004F;
		color: lightsteelblue;
		text-shadow: 2px 2px 1px black; 
		text-align: center;
		font-size: 16px;
		font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}