@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



h1, h2, h3, h4, h5, h6
{
	font-family: "Courier Prime", monospace;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 50px;
}

p
{

	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	font-size: 1.125em;
	margin-top: 0;

}

img
{
	width: 100%;
	height: auto;
}

.yt
{
	position: relative;
	display: block;
	width: 100%; /* width of iframe wrapper */
	height: 0;
	margin: 0 auto;
	padding: 0% 0% 56.25%; /* 16:9 ratio */
	overflow: hidden;
}

.yt iframe
{

	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;

}

#home .HomeNav
{
	margin-top: 80px;
}

#home .HomeNav a
{
	font-family: "Courier Prime", monospace;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
}

#home #page-logo img
{
	margin-top: 52px;
}

#live main p
{
	text-align: center;
	font-family: "Courier Prime", monospace;
	font-weight: 700;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0;
}

#live main .venue p
{
	font-weight: 400;
}

#contact main
{
	text-align: center;
}

#contact main p
{
	margin-top: 15px;
}

a.contact
{
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px)
{

	.wrapper
	{
		width: 100%;
		margin: 0 auto;
		min-height: 300px;
	}
	
	#page-logo
	{
		text-align: center;
	}
	
	main
	{
		margin-top: 50px;
		padding: 0 6.94%;
	}
	
	.topnav a
	{
		font-family: "Courier Prime", monospace;
		font-weight: 900;
		text-transform: uppercase;
		float: left;
		display: block;
		color: #383f3f;
		text-align: center;
		padding: 14px 18px;
		text-decoration: none;
		font-size: 1.375em;
	}
	
	/* Add a white background color to the top navigation */
	.topnav
	{
		overflow: hidden;
	}

	/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
	
	.topnav a 
	{
		display: none;

	}
	
	.topnav a.icon
	{
		float: right;
		display: block;
	}

	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}
  
	.topnav.responsive a
	{
		float: none;
		display: block;
		text-align: center;
		color: #fff;
	}
	
	.topnav.responsive a:hover
	{
		color: #999;
	}
	
	.topnav.responsive
	{
		margin-bottom: 25px;
		border-radius: 2px;
		padding: 10px;
		background-color: #625D5D;
		background-image: linear-gradient(to bottom right, #000000, #4c4c4c);
	}
	
	#home .HomeNav a
	{

		width: 90%;
		background-color: #625D5D;
		background-image: linear-gradient(to bottom right, #000000, #4c4c4c);
		margin: 0 auto 30px auto;
		padding: 15px 0;
		color: #fff;
		font-size: 24px;
		border-radius: 50px;


	}

	#page-logo img
	{
		max-width: 300px;
		height: auto;
	}

	
	p.follow
	{
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		margin-top: 60px;
	}

	ul#social
	{
		display: block;
		list-style-type: none;
		text-align: center;
		margin: 30px 0;
		padding: 0;
	}

	ul#social  li
	{
		display: inline-block;
		margin: 0 15px;
	}

	i.fa-brands
	{
		color: #000;
	}

	i.fa-facebook
	{
		color: #000;
	}
	
}
	
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
{

	

	/* Add a white background color to the top navigation */
	.topnav
	{
		overflow: hidden;
	}


	/* Style the links inside the navigation bar */

	.topnav a
	{
		font-family: "Courier Prime", monospace;
		font-weight: 900;
		text-transform: uppercase;
		float: left;
		display: block;
		color: #383f3f;
		text-align: center;
		padding: 14px 18px;
		text-decoration: none;
		font-size: 1.375em;
	}

	/* Change the color of links on hover */
	.topnav a:hover, .HomeNav a:hover
	{
		color: #aaa;
	}

	/* Add an active class to highlight the current page */
	.topnav a:active, .HomeNav a:active
	{
		background-color: #fff;
		color: #000;
	}

	.topnav a:visited, .HomeNav a:visited
	{
		color: #383f3f;
	}

	/* Hide the link that should open and close the topnav on small screens */
	.topnav .icon
	{
		display: none;
	}

	.wrapper
	{
		width: 100%;
		margin: 0 auto;
		min-height: 300px;
	}

	main
	{
		margin-top: 50px;
		padding: 0 6.94%;
	}


	#page-logo
	{
		text-align: center;
	}
	.clear
	{
		clear: both;
	}
	
	#home .HomeNav
	{
		margin-top: 50px;
	}


	#home .HomeNav a
	{
		font-size: 1.875em;
		margin-bottom: 20px;
		color: #383f3f;
	}

	#page-logo img
	{
		width: 380px;
		height: auto;
	}

	p.follow
	{
		font-family: "Open Sans", sans-serif; 
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		margin-top: 60px;
	}

	ul#social
	{
		display: block;
		list-style-type: none;
		text-align: center;
		text-indent: 0;
		margin-top: 25px;
		padding: 0;
	}

	ul#social  li
	{
		display: inline-block;
		margin: 0 15px;
	}

	i.fa-brands
	{
		color: #000;
	}

	i.fa-facebook
	{
		color: #000;
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)
{
	.wrapper
	{
		width: 960px;
	}
	
	#live main
	{
		margin-top: 90px;
	}

	#live main p
	{
		text-align: center;
		font-family: "Courier Prime", monospace;
		font-weight: 700;
		font-size: 1.8em;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	#live main .venue p
	{
		font-weight: 400;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
{
	.wrapper
	{
		width: 1080px;
	}


}