@charset "UTF-8";

body {
	/*background-color: rgba(12,18,225,0.77);*/
	background-image: url(../images/adventure-daylight-desert-6496.jpg);
	background-position: center;
	margin: 0;
	padding: 0;
	witdth: 100%;
	height: 150px;
	background-size: auto;
	background-repeat: no-repeat;
}
h3 {
	text-align: center;
	font-style: italic;
	font-variant: normal;
	font-weight: bolder;
	font-size: xx-large;
}

/*img {
	background-image: url(images/tahoe_lighter.jpg);
	background-position: center center;
	background-attachment: scroll;
	background-size: contain;
	background-repeat: no-repeat;*/

h2 {
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: italic;
	font-weight: bold;
	font-size: 4em;
	color: rgba(222,190,70,1.00);
	text-shadow: 4px 4px rgba(37,37,60,1.00);
	margin-top: 2px;
	border: thick inset rgba(119,152,220,0.60);
	text-decoration:none;
}
footer {
	margin-top: 10px;
}

footer nav {
	/* background-color: rgba(11,171,160,1.00); */
	height: 65px;
	position: relative; /* This gives our z-index something to hook on to */
	z-index: 1000; /* This makes sure our navigation appears over the top of the foreground duck image */
}

/* This is the base of our bulleted list */
nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none; /* Hide those bullets */
	list-style-image: none; /* NO REALLY, hide those bullets */
}

nav ul li {
	display: block; /* Turns our list item into a box to contain our buttons */
	width: 50%; /* We want our buttons to take up equal parts of the navigation area. Because we have four buttons, then the width must be 25% */
	height: 65px; /* Match our <nav> tag height of 65px */
	float: left; /* Float them left so they go horizontally across the page */
	margin-top: 50px;
	text-align: center;
}

/* Here is the actual button style itself */

nav ul li a {
	display: block; /* Makes <a> tag fill 100% of the width of it's containing <li> */
	height: 50px; /* This is really 65px, but I have subtracted the padding-top from this number in order to horizontally balance the type */
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: rgba(155,185,217,0.40);
	color: rgba(245,219,98,0.90);
	text-decoration: none;
	text-shadow: 4px 4px rgba(47,47,76,.6);
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px; /* This padding vertically centeres the type */
	/* Shadow border */
	border-right-width: 1px;
	/* Highlight border */
	border-left-width: 1px;
	border-style: inset;
	border-color: rgba(78,101,228,0.60);
}h1 {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: italic;
	text-align: center;
	font-size: 10em;
	text-shadow: 4px 4px rgba(47,47,76,1.00);
	color: rgba(222,190,70,1.00);
	border: thick inset rgba(119,152,220,0.60);
}
