@charset "UTF-8";
/* CSS Document */

body {
	background-color: rgba(12,18,225,0.77);
	/*background-image: url(../images/big_tahoe_lighter.jpg);*/
	background-image: url(../images/adventure-daylight-desert-6496.jpg);
	background-position: center;
	margin: 0;
	padding: 2px;
	witdth: 100%;
	/*height: 1000px;*/
	background-size: auto;
	background-repeat: no-repeat;	
}

.box{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:75%;
	padding: 2em;
	/*padding-top: 2em;*/
	border-radius: 5em;
	background-color: rgba(240,240,240,.4);
	font-size: 2em;
}

h1 {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: italic;
	text-align: center;
	font-size: 11em;
	text-shadow: 4px 4px rgba(47,47,76,.8);
	color: rgba(222,190,70,1.00);
	border: thick inset rgba(119,152,220,0.50);
	background-color: rgba(217,212,212,0.30);
}
	
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,.8);
	margin-top: 2px;
	border: thick inset rgba(119,152,220,0.50); 
	text-decoration: none;
	background-color: rgba(217,212,212,0.40);
}

h2 a {
	color: rgba(222,190,70,1.00);
	text-decoration: none;
}

h3 {
	color: rgba(47,47,76,0.90);
	text-shadow: 3px 3px rgba(222,190,70,.6);
	text-decoration: underline;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: normal;
	font-size: 3em;
	padding: 0;
	text-padding:0;
	text-align: center;
	margin-bottom: 4px;
}
