@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */
@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;
}
body {
	line-height: 1;
	background-image:url(../../public_html/project3/images/old_map_@2X.png);
}
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;
}


#wrapper{
	background-color:white;
	width:100%;
	padding-top:15px;
	margin:auto;
	text-align:center;
	z-index:1;
	
	
    -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; }
}
}

#logo{
	text-align:center;
	text-align:center;
	margin-top:40px;
	padding-bottom:160px;
	margin-bottom:180;
	
	
}
header{
	padding-bottom:30px;
	
}

nav{
	font-size:12pt;
	font-family: "Palatino Linotype", Palatino,;
	display:inline;
	content-align:center;
	text-align:center;
	padding-top:30px;
	
	
		justify-content: space-between;
	white-space:nowrap;
	
}
ul{
	text-align:center;
	padding-top:30px;
	justify-content: space-between;
	white-space:nowrap;
}
dl{
	
	
	display:inline;
	font-family:Cinzel,  "Cinzel Decorative";
	letter-spacing:2.5px;
	text-align:center;
	padding:20px;
	justify-content: space-between;
	white-space:nowrap;
	
}








#content{
	
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    align-content:center;
	width:960px;
	margin-top:-30px;
	
	
}


.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
   text-align:center;
   margin-top:25px;
}

h2 { 
   position: absolute; 
   top: 200px; 
   left: 0;
    
   width: 100%; 
   font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
   
    text-align:center;
	margin-bottom:60px;
}
h1{
	position: absolute; 
   top: 150px; 
   left: 0; 
   width: 100%;
   text-align:center;
   font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
   font-size:36px;
}



a{
	color:black;
}
a:link{
	color:black;
	text-decoration:none;
}

a:hover{
	text-decoration: none;
	color: #7F1416;

	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}


footer{
	clear:both;
	text-align:left;
	font-family:"Open Sans", "Open Sans Light";
	font-size:9pt;
	padding-top:70px;
	padding-bottom:70px;
	padding-left:40px;
	color:black;
	
}