body {
	background-color: #000;
	background-image: url("pictures/jimi-background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top; 
	color: #fff;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 800px;
	margin: 0px auto;
	padding: 20px;
	text-align: center;
	/*border-style: solid;*/
	border-color: red;
}

.container p {
	max-width: 80%;
	margin: 0px auto;
}

.container a:link {
    text-decoration: none;
	color: white;
	font-weight: bold;
}

.container a:visited {
    text-decoration: none;
	color: white;
	font-weight: bold;
}
	
.footer {
	max-width: 800px;
	margin: 0px auto;
	padding: 0px 20px 20px;
	text-align: center;
	/*border-style: solid;*/
	border-color: red;
}

 @keyframes distortAnimation {
	0% {transform: scale(1);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1);}
 }
 
.logo {
	width: 300px;
	height: 300px;
	margin-top: 16px;
	margin-bottom: 24px;
	animation-name: distortAnimation;
	animation-duration: 5s; /* Adjust the duration as needed */
	animation-iteration-count: infinite; /* Loop the animation infinitely */
	animation-timing-function: ease-in-out;
}

.map {
	width: 80%;
	margin: 16px auto 0px;
}

.social-left {
	width: 64px;
	height: 64px;
	display: inline;
	margin-right:64px;
}

.social-right {
	width: 64px;
	height: 64px;
	display: inline;
	margin-left:64px;
}

.event-date {
	background-color: #f0f0f0;
	width: 80%;
	margin: 16px auto 16px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: courier;
	color: #333;
}
		
.footer a:link {
    text-decoration: none;
	color: white;
	font-weight: bold;
}

.footer a:visited {
    text-decoration: none;
	color: white;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

p {
	font-size: 16px;
	line-height: 1.6;
}
