/* Big Chungus */
html{
	background-color:#111;
	background-image:url("../images/musicwall.jpg");
	background-position:center top;
	/*margin-bottom:200px;*/
}
body{
	color:#f4f4f4;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	text-align:justify;
	opacity:99%;
}
/* Semantic Elements */
main{
	width:55%;
	margin:auto;
}
header{
	width:55%;
	margin:auto;
	text-align:center;
	background-color:#333;
	padding-top:0.25em;
	padding-bottom:0.25em;
	border-radius:0.25em;
}
figure{
	background-color:#333;
	padding:1em;
	margin:1em 0 1em 0;
	border-radius:0.25em;
}
article{
	background-color:#333;
	padding:0.63em 1.56em;
	margin-bottom:1em;
	border-radius:0.25em;
}
footer{
	text-align:center;
}
/* Content Elements */
img{
	width:100%;
	max-width:400px;
	display:block;
	margin:auto;
	margin-bottom:1.88em;
}
ul{
	list-style-type:none;
	padding-left:1.56em;
	padding-right:1.56em;
}
li{
	line-height:1.75em;
}
h1{
	font-style:italic;
}
h2{
	background-color:#222;
	padding:0.25em;
	margin:0.83em;
}
/* Inline Elements */
a{
	text-decoration:none;
	color:#ff4444;
}
a:hover{
	color:#ff6666;
}
a:active{
	color:#ffaaaa;
}
strong{
	font-weight:1000;
}
/* mobile fix */
@media only screen and (max-width:992px){
	main, header{
		width:95%;
	}
}
