body {
	background: #000000;
}
#logo_block {
	position: relative;
	height: 150px;
	width: 650px;
	background: url(/images/broomball_header.png);
	background-size: auto 100px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#nav-large, .reg-menu {
	background-color: #b4b4b4;
}
#nav-medium, .button {
	background-color: #ffda00;
	color: #000;
}
.button:hover, .button:active {
	background-color: #715b00;
	color: #ffffff;
}
.navLink {
	color: #00003b
}
.loginLink {
	color: #ffda00;
}
h2.side-nav {
	font-size: 2em;
	margin-bottom: -5px;
}
#main_content_container p {
	font-size: 1.5rem
}
::placeholder {
  color: #715b00;
}
#mainContent {
	background: #ffffff;
}
tbody tr:nth-child(even) {
	background: #e2e2e2;
}
tbody tr:nth-child(odd) {
	background: #acacac;
	color: #ffea6f;
}tbody tr:nth-child(even):hover {
	background: #f2f2f2;
}
tbody tr:nth-child(odd):hover {
	background: #c9c9c9;
	color: #ffea6f;
}
tbody tr:nth-child(even) a {
	color: #00558e;
}
tbody tr:nth-child(odd) a {
	color: #00558e;
}
#footerText {
	color: #fff;
}
#blog {
	border-top: 1px ridge;
}
h1, .h1 {
	text-align: center;
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.15rem;
}
h3, .h3 {
	font-size: 1.1rem;
	font-style: italic;
}

.headerText {
	color: #ffffff;
}
#notification {
	text-align: center;
	background-color: #ffda00;
}
.staticMedia50 {
	width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* office hours table */
.headerofficehours {
	background-color: #000000 !important
}
.officehour {
	background-color: #ffda00;
	color: #000;
}
.menu {
	color: #ffffff;
	/*background: #000000;*/
}
