
@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;
}


#wrapper{

	width:960px;
	
	margin:auto;

	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{
	
	text-align:center;
	width:100%;
	padding-bottom:30px;
	
}
#logo{
		text-align:center;
	background-color:white;
	width:100%;
	align-content:center;

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

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

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;
}


a.musiclinks{
	font-weight:100;
	font-size: 13pt;
	
	font-family:"Open Sans", "Open Sans Light";
	
	font-style:italic;
	line-height:40px;
	padding:20px;
	padding-top:25px;
	text-align:left;
	text-indent:50px;
	
}

a.musiclinks {color:#972E30;}
a.musiclinks:link  {text-decoration: none; color: #972E30;}
a.musiclinks:link  {text-decoration: none; font-family:"Open Sans", "Open Sans Light";}
a.musiclinks:visited {text-decoration: none; color: gray;}
a.musiclinks:hover {text-decoration: none; 
	color:darkslategray;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;}
a.musiclinks:active {text-decoration: none; color: #972E30;}



a:hover{
	text-decoration: none;
	color: #972E30;
	
	-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;
}
a:link{
	color:black;
	text-decoration:none;
}




.column{
	float:right;
	width:500px;
	height:auto;
	padding:10px;
	margin-top:20px;
	
}
p{
	font-family:"Open Sans", "Open Sans Light ";;
	font-size:16px;
	
	line-height:30px;
	padding:20px;
	padding-top:25px;
	text-align:left;
	text-indent:50px;
}

footer{
	clear:both;
	text-align:left;
	
	width:100%;
	padding-bottom:30px;
	padding-top:30px;
	font-family:"Open Sans", "Open Sans Light";
	font-color:black;
	
}
h5{
	font-family:Cinzel, "Cinzel Decorative";
	color:black;
	text-align:center;
	font-size:23px;
	padding-top:25px;
	
}

.caption{
	font-family:"open sans", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color:#972E30;
	text-align:center;
	font-style:italic;
	font-size:20px;
	padding-top:25px;
	float:left;
	width: 100%;
	
	
	
}
.img{
	width: 400px;
	height:auto;
	margin-bottom:20px;
	margin-top:30px;
	margin-top:116px;
	float:left;
	}


.italic{ 
font-style: italic; 
}






.container1{
	
	float:left;
	align: center;
	width: 100%;
align-items: center;
display: flex;
	margin-top: 100px;
	justify-content:space-between;
	
	
}
.container1::after {
  content: "";
  clear: both;
  display: table;
}








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-left:40px;
	padding-left: 20px;
	color:black;
	
	
}