@font-face {
	font-family: TAFont;
	src: url(fonts/TAFont.otf);
}

@font-face {
	font-family: TAFontRough;
	src: url(fonts/TAFontRough.otf);
}

@font-face {
	font-family: TAShadow;
	src: url(fonts/TAShadow.otf);
}

@font-face {
	font-family: TATextFont;
	src: url(fonts/TrophyProBd.otf);
}

@font-face {
	font-family: Oswald;
	src: url(fonts/Oswald-Regular.ttf);
}

@font-face {
	font-family: OswaldBold;
	src: url(fonts/Oswald-Bold.ttf);
}

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

#bottom-bar * {
	height: 80px;
	color: white;
	background-color: black;
	padding: 30px;
	margin: 0;
	clear: both;
}

.header {
	position: sticky;
	top:0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.hover-menu {
	max-height: 0;
	overflow: hidden;
}

.hover-menu ul {
	font-family: OswaldBold, Times;
	text-align: left;
	margin-left: 50px;
}


.collapsible-menu {
	position: fixed;
	z-index: 10;
	top: 20px;
	padding: 0px 30px;
	border-bottom: 0px;
	background-color: rgba(150,150,150,0.4);
	box-shadow: 1px 2px 3px rgba(0,0,0,0,0.4);
}

.collapsible-menu ul {
	list-style-type: none;
	padding: 0;
}

.collapsible-menu a {
	display: block;
	padding: 10px;
	color: white;
	font-size: 42px;
	text-decoration: none;
}

.collapsible-menu label {
	font-family: TAFont, cursive;
	font-size: 100px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	cursor: pointer;
	background: url(images/MenuIcon.png) no-repeat left;
	background-size: 40px;
	padding: 10px 50px 10px 50px;
}

input#menu {
	display:none;
}

input:checked +label {
	font-family: TAShadow;
	font-size: 100px;
	background-image: url(images/CloseIcon.png);
}

input:checked ~ .hover-menu {
	max-height: 100%;
}

input:checked ~ .collapsible-menu {
	background-color: rgb(200, 200, 200);
	border-bottom: 2px solid #6f00d1;
}

.socialmedialinktable {
	margin: auto;
	font-family: OswaldBold, Times;
	color: white;
}

.socialmedialinks {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #00000080;
}

.eventtable {
	font-family: OswaldBold, Times;
	color: white;
	width: 100%;
	margin: 10px 40px 10px 40px;
}

.eventdate {
	font-size: 500%;
}

.eventlocation {
	font-size: 300%;
}

.eventdetails {
	text-align: left;
}

.streamlink {
	padding: 40px 40px 40px 40px;
	float: left;
}

.tracklisting {
	font-family: OswaldBold, Times;
	color: white;
	margin-left: 22%;
}

.content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.content * {
	position:relative;
}

.newsblurbtitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

h1 {
	font-family: TATextFont, Times;
	font-size: 300%;
	color: white;
}

h2 {
	font-family: OswaldBold, Times;
	color: white;
	text-align: center;
	font-size: 250%;
}

h3 {
	font-family: OswaldBold, Times;
	color: white;
	text-align: center;
}

h4 {
	font-family: ComicSans;
	color: white;
}

.newsblurbbackground {
	position: relative;
	padding-top: 50px;
	width: 100%;
}

.newsmedia {
	position:relative;
	clear:both;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.ytcontainer {
	position: relative;
	width: 80%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 0;
	padding-bottom: 56.25%;
}

.ytvideo {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newssection {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	background-color: #520000;
	border: 1px solid white;
	clear:both;
	overflow: hidden;
}

.contactsection {
	font-family: OswaldBold, Times;
	font-size: 150%;
	text-align: center;
}

.musicsectioninfo {
	width: 50%;
	float: left;
	overflow: hidden;
}

.musicsectioninfo h2 {
	text-align: left;
	padding: 20px 10px 5px 20%;
	margin-bottom: 10px;
}

.musicsectioninfo h3 {
	text-align: left;
	padding: 5px 10px 5px 20%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.musicsectioninfo p {
	font-family: OswaldBold, Times;
	color: white;
	text-align: left;
	padding: 20px 10px 5px 20%;
	margin-bottom: 10px;
}

.musicsectionmedia {
	width: 50%;
	float: left;
}

#h1left {
	font-family: TATextFont, Times;
	font-size: 280%;
	color: white;
	text-align: left;
	padding-left: 20px;
}

img {
	margin: 0;
}

a.one:link {
	color: #33cc33;
}
a.one:visited {
	color: #33cc33;
}
a.one:hover {
	color: white;
}

a.two:link {
	color: #6f00d1;
	font-family: TAFont;
	text-decoration: none;
	font-size: 200%;
	padding-top: 10px;
}
a.two:visited {
	color: #6f00d1;
	font-family: TAFont;
	text-decoration: none;
	font-size: 200%;
}
a.two:hover {
	color: #6f00d1;
	font-family: TAShadow;
	text-decoration: none;
	font-size: 200%;
}

th.sm {
	padding: 15px 50px 15px 50px;
}

th.sm2 {
	padding: 15px;
}

th.tl {
	padding: 5px 10px 5px 15px;
}