* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

html {
	background-color: dimgray;
	min-height: fit-content;
	min-width: fit-content;
}

body {
	/*height: 100%;
	width: 100%;*/
}

p {
	margin: 15px;
	color: white;
	font-family: sans-serif;
}

small {
	font-size: 7.5px;
}

h1, h2, h3, h4, h5 {
	margin: 15px;
	color: white;
	font-family: sans-serif;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.gold {
	color: gold;
}

.credits {
	font-size: 12.5px;
}

.copyright {
	position: absolute;
	bottom: 2vh;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	margin: 2vh auto auto;
}

.copyright_login {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.login_vid {
	z-index: 0;
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
}

.login {
	width: 45%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 30vh 27.5% 0;
	border-radius: 25px;
	background-color: white;
	opacity: 75%;
	z-index: 1;
	text-align: center;
}

.signup {
	width: 53%;
	height: 550px;
	position: relative;
	left: 23.5%;
	top: 10%;
	border-radius: 25px;
	background-color: white;
	opacity: 75%;
	z-index: 1;
}

.index {
	z-index: 1;
}

.predict_box {
	border-radius: 25px;
	background-color: white;
	padding: 15px;
	width: 1000px;
	opacity: 75%;
	margin: auto;
}
@media screen and (max-width: 480px) {
	.predict_box {
		width: 100%;
	}
}

.rules {
	border-radius: 25px;
	background-color: white;
	padding: 15px;
	width: 1000px;
	opacity: 75%;
	margin-left: 10px;
}

.alerts {
	border-radius: 25px;
	background-color: palegoldenrod;
	padding: 15px;
	width: 1000px;
	opacity: 75%;
	margin: 10px;
}

.warning {
	border-radius: 25px;
	background-color: crimson;
	padding: 15px;
	width: 1000px;
	opacity: 75%;
	color: white;
	margin: 100px auto;
}

@media screen and (max-width: 480px) {
	.alerts, .warning, .rules {
		width: 90%;
		line-height: 1.5;
		margin: auto auto 5px;
	}
}

.custom {
	width: 100%;
	height: 10%
}

.class {
	min-width: 100px;
}

/*.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: steelblue;
	position: fixed;
	z-index: 99999999999999;
}*/

.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: steelblue;
}

#manage_bar {
	background-image: linear-gradient(to right, steelblue, lawngreen);
	background-attachment: fixed;
}

#manage_bar_flag {
	background-image: linear-gradient(to right, #5BCEFA, #F5A9B8, #FFFFFF, #F5A9B8, #5BCEFA);
	background-attachment: fixed;
}

#manage_bar_flag li a {
	color: orangered;
}

li {
	float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  margin: 0;
  padding: 14px 16px;
  text-decoration: none;
  font-family: sans-serif;
}

.nav-right {
	float: right;
}

#nav-mobile {
	display: none;
}
@media screen and (max-width: 480px) {
	li {
		min-width: 100vw;
		width: 100%;
		float: none;
	}
	li a {
		padding: 5px 16px;
	}
	.nav-right {
		float: none;
	}
	#nav-mobile {
		display: block;
	}
	#nav-desk {
		display: none;
	}
}

li a:hover {
  background-color: black;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	overflow: auto;
	margin: 15px 15px 50px;
}
th, td {
	border: 1px solid steelblue;
	font-size: 15px;
	min-width: 200px;
	color: white;
	padding: 10px;
	margin: 10px;
	font-family: sans-serif;
}

input, textarea {
	margin: 15px;
	padding: 10px;
	border: none;
	border-bottom: 2px solid steelblue;
	text-align: left;
	color: steelblue;
}

button {
	border: 2px solid steelblue;
	margin: 15px;
	padding: 5px 15px;
	background-color: dimgray;
	color: white;
}

button:hover {
  box-shadow: 0 12px 40px 0 rgba(0,0,0,0.24), 0 17px 150px 0 rgba(0,0,0,0.19);
}

label {
	font-family: sans-serif;
}

.radiant-button {
	border: 0 solid;
	margin: 15px;
	padding: 5px 15px;
	background-color: dimgray;
	color: white;
	box-shadow: 0 0 7px 7px lime, 0 0 3px 3px white inset;
}
.radiant-button:hover {
	box-shadow: 0 0 7px 7px orange, 0 0 3px 3px white inset;
}


.hover {

}

.hoverable {
	display: none;
}

.hover:hover + .hoverable {
	display: block;
}

.hoverable:hover {
	display: block;
}

.hover_view {

}

.hoverable_view {
	display: none;
}

.hover_view:hover + .hoverable_view {
	display: block;
}

.hoverable_view:hover {
	display: block;
}


#halloffame {
	box-sizing: border-box;
	outline: 3px solid goldenrod;
	outline-offset: -3px;
}

.notif {
	text-align: center;
	font-size: 1.25em;
	color: black;
}

select {
	margin: 15px;
	padding: 5px;
	border: none;
	border-bottom: 2px solid steelblue;
	text-align: center;
	color: steelblue;
	width: 175px;
}