@charset "utf-8";
/* CSS Document */

a:link {
  color: #FFFFFF; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}

body {
	background-color: #202020;
	margin-top: 10px; /* header height + top offset */
}

header {
	width: 100%;
	top: 0px;
	position:sticky;
	background-color: #000000;
	z-index:1;
	border-radius: 10px;
}

.content {
	position: relative;
    z-index:0;
	width: 80%;
	padding-top: 20px;
}

h1 {
	color: #FFFFFF;
	font-size: 25px;
	text-transform: uppercase;
}

h2 {
	color: #FFFFFF;
	font-size: 35px;
	font-family: "sansita-one";
	text-transform: uppercase;
	padding-left: 10px;
}

p {
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 50px;
}

img.logo {
  	width:300px;
  	height:auto;
	padding-left: 20px;
}

nav {
	text-transform: uppercase;
	color: #FF0004;
	font-size: 22px;
	font-style: italic;
	font-family:Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
	letter-spacing:2px;
	display: inline-block;
	padding-left: 100px;
		
	}

ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
	color: #000000;
  	background-color: #000000;
}

li {
  	float:LEFT;
}

li a, .dropbtn {
  	display: inline-block;
  	color: white;
  	text-align: center;
  	padding: 20px 16px;
  	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  	background-color: #FF0004;
}

li.dropdown {
  	display: inline-block;
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  	color: black;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
}

.dropdown-content a:hover {
	background-color: #;
}

.dropdown:hover .dropdown-content {
  	display: block;
}

.schedule-table {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}

.spec_img{
	width: 100%;
	height: auto;
}
