.error {color: #FF0000;}
h1 {
	text-align: center;
}
.nav-button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: white;
	text-decoration: none;
	font-family: serif;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 14px 7px 14px;
}
.nav-menu{
	border-collapse: collapse;
	margin: auto;
	font-size: 16px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.nav-menu td{
	background-color: #0000B4;
	color: #ffffff;
	text-align: left;
	padding: 7px 0px 7px 0px;
	border-left: thin solid #dddddd;
	border-right: thin solid #dddddd;
}
.nav-menu td:hover {
	background-color: #0000f0;
}
.centered {
	width: 450px;
	margin: auto;
}
a.button {
	margin:auto;
	display:block;
	border: 0;
	line-height: 2.5;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 10px;
	background-color: #0000B4;
	background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.button {
	margin:auto;
	display:block;
	border: 0;
	line-height: 2.5;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 10px;
	background-color: #0000B4;
	background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.card-img-small:hover {
	transform: scale(3)
}
.cool-table{
	border-collapse: collapse;
	margin: auto;
	font-size: 14px;
	font-family: sans-serif;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.cool-table th {
	background-color: #0000B4;
	color: #ffffff;
	text-align: left;
	padding: 7px 7px 7px 7px;
}
.cool-table td{
	padding: 8px 15px;
	border-left: thin solid #dddddd;
	border-right: thin solid #dddddd;
}
.cool-table tr {
	border-bottom: thin solid #dddddd;
}
.cool-table tr:nth-of-type(even) {
	background-color: #f3f3f3;
}
.cool-table tr:hover{
	background-color: #EEEEEE;
}
.inline {
	display: inline;
}
.order-button {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.page-nums {
	padding: 4px;
}
@media (max-width: 1400px) and (min-height: 1400px){
	.button {
		font-size: 35px
	}
	form input {
		font-size:35px;
		border: solid medium;
		border-radius: 10px;
	}
	.centered {
		width: 900px;
		margin: auto;
	}
	body {
		font-size: 35px;
	}
	.cool-table {
		font-size: 35px;
	}
	.cool-table td{
		height:300px;
	}
	.plex-table td{
		height:75px;
	}
	.card-img {
		width:100%
	}
	.plex {
		width: 200px
	}
	.order-button {
		font-size: 35px;
	}
	.card-img:hover {
		transform: scale(9)
	}
	.spacer50 {
		height: 50px
	}
	a:link {
		font-size: 50px;
		padding: 50px 50px 50px 50px;
	}
	.radio {
		transform: scale(2.25)
	}
}