/* SoundMonkey Events Stylesheet */

/* Custom Fonts*/
@font-face {
  font-family: SoundMonkey; 
  src: url(/assets/fonts/arista.ttf);
}


body {
	background-color: lightgray;
	margin: 0px;
}

#pageContent {
	max-width: 1000px;
	margin: auto;
}


/* Header Cell */
#SoundMonkey {
	font-family: SoundMonkey;
	font-size: 75pt;
	text-align: center;
}
#EventsProductions {
	font-family: SoundMonkey;
	font-size: 50pt;
	text-align: center;
	color: red;
}
#HeaderSub {
	font-family: SoundMonkey;
	font-size: 32pt;
	text-align: center;
	color: white;
}


/* Footer Cell*/
#footer {
	border: red 1px solid;
}

/* Lower Menu */
#lower_menu {
	text-align: center;
	color: white;
}

#lower_menu a:link,
a:visited, 
a:active {
	color: white;
	text-decoration: none;
}

#lower_menu a:hover {
	color: red;
	text-decoration: none;
}

/* Copyright Statement in Footer */
#copyright {
	text-align: center;
}
#copyright a:link,
a:visited, 
a:active {
	color: black;
	text-decoration: none;
}
#copyright a:hover {
	color: white;
	text-decoration: none;
}