/* Big Chungus */
html{
	background-color:#111;
	background-image:url("../images/musicwall.jpg");
	background-position:center top;
}
body{
	color:#f4f4f4;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	text-align:justify;
}
/* Semantic Elements */
main{
	width:55%;
	margin:auto;
	margin-bottom:1em;
	padding:1em;
	background-color:#333;
}
header, footer{
	text-align:center;
}
section{
	column-count:2;
}
/* Content Elements */
a{
	text-decoration:none;
	color:#ff4444;
}
a:hover{
	color:#ff6666;
}
a:active{
	color:#ffaaaa;
}
code{
	color:#37c8ff;
	background-color:#141414;
	word-break:break-all;
}
h2{
	margin-bottom:0.5em;
	padding:0.25em;
	background-color:#222;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
	break-inside:avoid-column;
	margin-bottom:1em;
	overflow:hidden; /*firefox*/
}
li{
	padding-left:1em;
	font-style:italic;
}
li span{
	font-style:normal;
}
li:nth-child(1){
	text-decoration:underline;
	font-style:normal;
	padding-left:0;
}
/* IDs */
#marcel{
	display:block;
	margin:auto;
	margin-top:1em;
	max-width:300px;
	width:100%;
}
/* Wacky Stuff */
@media only screen and (max-width:992px){
	main{
		width:90%;
	}
	section{
		column-count:1;
	}
}
