@font-face {
    font-family: 'Wide Latin';
    font-style: normal;
    font-weight: normal;
    src: local('Wide Latin'), url('/fonts/LATINWD.woff') format('woff');
}

body {	
    font-family: century-gothic, sans-serif !important;
    letter-spacing: 0.2pt;
	text-align: justify;
    word-spacing: 1pt;
	background-image: url("/images/IMG-20190912-WA0005 3.jpg"); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgba(255,255,255,0.9); 
	background-blend-mode: lighten;
	line-height: 20pt;
	font-size: 14pt;
	margin:0;
	padding:0;
}
h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 26pt;
    font-size: 21pt;
    font-weight: normal;
    letter-spacing: 0.2pt;
}	
h2 {
    line-height: 23pt;
    font-size: 17pt;
	font-weight: normal;
}
.center {
	text-align: center;
}
.blk {
	display: block;
	margin:auto;
}
content {
	margin: 0 10% auto;
	display: block;
}
header {
	margin:50px 0 0 0;
}
header img {
	width:100%;
	max-width: 768px;
	height:auto;
}
.images {
	text-align: center;
}
.images img {
	margin-bottom:50px;
}
.ticket {
	margin:70px 0 50px 0;
}

#mymap {
    width: 100% !important;
    height: 60% !important;
    text-align: center !important;
    margin: 0 auto 100px !important;
}
/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: purple;
}

/* mouse over link */
a:hover {
  color: blue;
}

/* selected link */
a:active {
  color: black;
}
.head {
	font-family:'Wide Latin';
	font-weight:normal;
	letter-spacing: 2pt; 
	font-size:160%;
}

figcaption {
	font-style: italic;
	font-size: 80%;
}

@media (max-width: 768px) {
	h1 {
		line-height: 26pt;
	    font-size: 18pt;
	}
	body {	
	    line-height: 18pt;
	    font-size: 11pt;
	}
	img {
		max-width: 350px;
		height:auto;
		display:inline-block;
	}
	#mymap {
		max-width:640px !important;
		height:60% !important;
	}
	#header span, #footer span {
		font-size: 80% !important;
	}
}

@media (max-width: 620px) {
	#header span, #footer span {
		display:block !important;
		margin-left:0 !important;
	}
}

