
@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
	background-image:url(../images/old_map_@2X.png);
	background-color:black;

	
}

#wrapper{
	
	width:960px;
	
	margin:auto;
	margin-top:70px;

	text-align:center;
	
	
    -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#header{
	background-color:white;
	text-align:center;
	width:100%;
	
	
}
#logo{
	text-align:center;
	background-color:white;
	width:100%;
	align-content:center;

	padding-top:30px;
	padding-bottom:14px;
	
}

span a{
	color:white;
	font-weight:bolder;
	font-family:"Open Sans", "Open Sans Light" 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	 
}
span p{
	font-family: 'open_sanslight';
	font-size:14px;
	letter-spacing:.5px;
	line-height:20px;
	text-align:center;
	color:white;
	line-height:30px;
	padding-top:25px;
	text-align:center;
	
	margin-bottom:15px;

}
	
h3{
	font-family:Cinzel;
	color:white;
	
	font-size:30pt;
	font-weight:thin, 400;
	
}

nav{
	display:inline;
	content-align:center;
	text-align:center;
	
		
	
}
ul{
	text-align:center;
	padding-bottom:30px;
	padding-top:30px;
}
dl{
	
	font-family:Cinzel,  "Cinzel Decorative";
	letter-spacing:2.5px;
	display:inline;
	text-align:center;
	padding:32px;
}


#categories{
	color:White;
}

a:hover{
	text-decoration: none;
	color: whitesmoke;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}
a{
	color:black;
}
a2{
	color:white;
	font-size:15pt;
	
}

selected{
	color:white;
	font-size:15pt;
}
a2:hover{
	text-decoration: none;
	color: white;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}
a:link{
	text-decoration:none;
}
p{
	font-family: ''open_sanslight'';
	font-size:16px;
	letter-spacing:.5px;
	line-height:20px;
	text-align:left;
	color: white;

	
	
	
}

#para{
	font-family:"Open Sans", "Open Sans Light";;
	font-size:13px;
	color:white;
	line-height:30px;

	margin-right:10%;
	margin-left:10%;
	text-align:center;
	margin-top:5px;
	margin-bottom:15px;

	
}
.column{
	float:right;
	width:400px;
	height:600px;
	position: relative;
	
}
#describer{
	position:absolute;
	top:50%;
	margin-top:-300;
	
}
.column2{
	float:left;
	width:400px;
	height:600px;
	background-color:black;
	position: relative;
	
	
	
}
h5{
	font-family:Cinzel, "Cinzel Black";
	color:white;
	font-size:20px;
	padding-top:30px;
	
	
}



footer{
	clear:both;
	text-align:left;
	font-family:"Open Sans", "Open Sans Light" Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	font-size:9pt;
	padding-top:70px;
	padding-bottom:70px;
	padding-left:40px;
	
	color:white;
	background-color:black;
}
