		/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* clearfix ------------ */

.cf:after { visibility: hidden; display: block;	font-size: 0; content: " "; clear: both; height: 0; }

* html .cf { zoom: 1; } /* IE6 */

*:first-child+html .cf { zoom: 1; } /* IE7 */



		body {
			width: auto;
			height: 100%;
			text-align: center;
			color: white;
			font-family: 'Oswald', sans-serif;
			font-weight: 400;
			background: black;
			margin: 0 20px;
			box-sizing: border-box;
			font-size: 62.5%;
		}
		#imgBG {
			positioN: fixed;
			top: 0;
			left: 0;
			width: 100vw;
			heighT: 100vh;
			background-color: black;
			/* background-image: url("img/SilentMarch.JPG"); */
			background-size: cover;
			background-position: center;
			z-index: -1;
			opacity: 0.8;
		}
		#about #imgBG {
				opacity: 0.4;
		
		}
#home #imgBG {
	margin-top: 100px;
}
		
		p {
			font-family: "roboto slab";
			font-size: 200%;
			line-height: 1.5;
			padding: 20px 0;
		}
		.content h2 {
			margin:  30px 0 20px 0;
		}
		.content li {
			font-family: "roboto slab";
			font-size: 200%;
			line-height: 1.5;
			padding: 5px 0;
		}
		b {
			font-weight: 700; margin-right: 10px;
		}
		#home h1 {
			display: none;
		}

		#topNames {
			background: rgba(0,0,0,0.7);
			box-shadow:  0 0 10px black;
			display: block;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			box-sizinG: border-box;
			height: 100px;
		}
		#topNames ul {
			display: block;
			/*
			width: 80%;
			*/
			width: 100%;
			position: absolute;
			top: 0;
			right: 0;
		}
		#topNames li {
			padding-top: 25px;
			displaY: block;
			width: 20%;
			float: left;
			text-transform: uppercase;
			font-size: 160%;
			
		}
		#topNames li a {
			text-decoration: none;
			color: white;
		}
		#topNames li .last{
		font-size: 160%;
		}

		#topNames span {
			display: block;
		}
/*
		#logoWrap {
			position: absolute;
			top: 0;
			z-index: 1000;
			left: 0;
			
			width: 20%;
			text-align: center;
			
		} */
		#logo {
			
			position: absolute;
			top: 0;
			z-index: 1000;
			left: 50%;
			
			width: 20%;
			text-align: center;				
		
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);		

			border: none;
			padding: 5px 0;
			widtH: 120px;

		}
		h1,
		h2 {
			font-size: 320%;
			text-transform: uppercase;
		}
		.content {
			width: 1080px;
			max-width: 100%;
			margin: 0 auto;
			padding-top: 20vh;
			box-sizing: border-box;
			text-align: left;
			margin-bottom: 100px;
		}
		
		#home h2 {
			position: absolute;
			display: block;
			width: 100%;
			left: 0;
			top: 30%;
			top: 60%;
			top: 150px;
			padding: 0 30px;
			box-sizing: border-box;
			font-size: 280%;
			
			height: 50px;
/*
bottom: 160px;
margin: 0;
padding: 0;
top: auto;
			*/
		}


			#cbcradio {
				position: absolute;
				display: block;
				width: 130px;
				left: 50%;
				bottom: 20%;
				bottom: 15%;
				bottom: 170px;
				transform: translateX(-50%);
			}






		#menu-home-menu {
			position: absolute;
			display: block;
			width: 100%;
			left: 0;
			bottom: 20%;
			bottom: 15%;
			bottom: 80px;

		}
		#menu-home-menu li {
			display: inline;
		}
		#menu-home-menu a {
			background: rgba(0,0,0,0.3);
			display: inline-block;
			padding: 20px;
			border: 1px solid white;
			margin: 10px;
			text-transform: uppercase;
			text-decoration: none;
			color: white;
			transition: all 0.3s eaSE-OUT;
			font-size: 200%;
		}
		#menu-home-menu a:hover {
			background: rgba(255,255,255,2);
			color: black;
			transition: all 0.05s eaSE-IN;		
		}
		#social {
			position: absolute;
			display: block;
			width: 100%;
			left: 0;
			bottom: 8%;
			bottom: 30px;

		}

#mfm,
#telefilm {
	width: 150px;
	bottom: 10px;
}
#mfm {
	width: 120px;
	position: absolute;
	left: 10px;
}
#telefilm {
	width: 150px;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
@media screen and (max-width: 800px) {

	#mfm,
	#telefilm {
		width: 75px;
	}
	#mfm {
		bottom: 20px;
	}
	#telefilm {
		bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	#social img {
		margin: 0 3px !important;
	}
	#mfm,
	#telefilm {
		width: 75px;
	}
	#mfm {
		bottom: 10px;
	}
	#telefilm {
		bottom: 20px;
	}
}
#home h2 br {
	display: none;
}
#imgBG {
			background-position: center center;

}
@media screen and (max-width: 640px) {
	#cbcradio {
		bottom: 100px;
	}
	#home h2 {
		top: 85px;
		font-size: 200%;
		line-height: 1.2;

	}

			#social {

			bottom: 10px;

		}
		#menu-home-menu {

			bottom: 50px;

		}
	#menu-home-menu a {
padding: 10px;
		font-size: 140%;
	}
	#logo {
    margin-top: 0 !important;
}
			#imgBG {
			background-position: center;

		}
	
	#home #imgBG {
	margin-top: 0;
}
}
@media screen and (max-width: 360px) {
	#home h2 br {
	display: block;
}
}
		#social img {
			width: 30px;
			height: auto;
			display: inline-block;
			margin: 0 15px;
			transition: all 0.15s eaSE-IN;		
		}
		#social li a:hover img {
			transform: scale(1.2);
		}
	
		#social li {
			display: inline;
			
		}
		.content a {
			color: white;
		}
		#headliners {
			text-align: center;
			margin: 20px 0;
		}
		#headliners li {
			display: inline-block;
			box-sizing: border-box;
			vertical-align: top;
			width: 24%;
			margin: 0 auto 20px auto;
			
			
			text-align: center;
			font-size: 180%;
		}
		.pad {
			display: block;
			padding: 0 10px;
		}
		#headliners li a {
			text-decoration: none;
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
		}
		#headliners li .playing {
			display: block;
			font-size: 90%;
			font-style: italic;
			font-family: "roboto slab";
			text-transform: none;
			
		}
		#headliners img {
			width: 100%;
			box-sizing: border-box;
			border: 5px solid white;
			transition: all .2s ease-in-out;
		}
		#headliners img:hover {		
		border-color: black;
		}
		.lity-image img {
			padding: 30px;
		}
		
		@media screen and (max-width: 900px) {
			#headliners li {
				width: 33%;
			}
			#topNames li {
				font-size: 120%;
				padding-top: 30px;
			}
		}
		@media screen and (max-width: 600px) {
			#headliners li {
				width: 49%;
			}
		}	
		@media screen and (max-width: 700px) {

			.content {
				padding-top: 150px;
			}
			#headliners li {
				/*
				width: 46%;
				margin: 0 4% 4% 0; */
			}
			#headliners li:nth-child(2n+3) {
				clear: both;
			}
		}
		@media screen and (max-width: 640px) {
		
			#topNames {
				display: none;
			}
			#logoWrap {
				width: 100%;
			}
				#logo {
				margin-top: 10px;
			}
		}
		
		@media screen and (max-width: 480px) {


			.content p, .content li {
				font-size: 160%;
			}
			#menu-home-menu a {
				font-size: 160%;
				margin: 10px 5px;
			}
		}
		/*
		@media screen and (max-width: 360px) {		
			#headliners img {
				width: 100%;
				margin: 0 0 6% 0; 
			}
		}*/