html {
	font-size: 16px;
}

/* Basic */

	*, *:before, *:after  {
		box-sizing: border-box;
		background-size: cover;
	}

::selection {
	background: #8ea58c;
	text-shadow: none;
	color: #ffefff;
}

	body {
		background-color: #feeefe;
		color: #3a443a;
		text-shadow: .2rem .2rem #fff6ff;
		font-size: 15pt;
		line-height: 1.85rem;
		font-family: 'Georgia', serif;
		font-weight: 300;
		margin: 0;
		text-align: center;
		background-image:url("images/strings.png");
	}

	@media screen and (max-width: 1300px) {
			body {
				background-image:none;
			}
			}

	footer {
		margin: 2.5rem 0 0 0;
	}


	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
	}

	a {
	}
		a:hover {
		}

	hr {
		position: relative;
		display: block;
		margin: 1rem,0,1rem,0;
		width:90%;
		border-top: solid .05rem rgba(256, 256, 256);
	}

	menu {
			padding-left: 1rem;
			padding-right: 1rem;
	}

/* Header */

	.header {
		position: relative;
		background-position: center;
		background-attachment: fixed;
		text-align: center;
	}


/* Nav */

	#nav {
		position: absolute;
		width: 100%;
		text-align: center;
	}

		#nav > menu {
			line-height: 0px;
			position: relative;
			display: inline-block;
			margin: 0;
			border-left: solid 1px #8ea58c;
			border-right: solid 1px #8ea58c;
		}

			#nav > menu > li {
				display: inline-block;
				margin: 0rem 0.5rem 0 0.5rem;
				padding: 0.85rem;
				border: solid 1px white;
				background-color: #fef1fe;
				-moz-transition: color 0.35s ease-in-out, border-left-color 0.1s ease-in-out, border-right-color 0.1s ease-in-out, border-bottom-color 0.2s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out, border-left-color 0.1s ease-in-out, border-right-color 0.1s ease-in-out, border-bottom-color 0.2s ease-in-out;
				-ms-transition: color 0.35s ease-in-out, border-left-color 0.1s ease-in-out, border-right-color 0.1s ease-in-out, border-bottom-color 0.2s ease-in-out;
				transition: color 0.35s ease-in-out, border-left-color 0.1s ease-in-out, border-right-color 0.1s ease-in-out, border-bottom-color 0.2s ease-in-out;
			}

			#nav > menu > li:hover {
				border: solid 1px #8ea58c;
			}

			#nav > menu > li:active {
				border-color: #0f060f;
			}

				#nav > menu > li > a {
					display: block;
					color: inherit;
					text-decoration: none;
					border: 0;
					outline: 0;
				}
		}

/* Starboard */
#starboard {
}

	#starboard > table {
				position: relative;
				display: inline-block;
				margin: 0;
				margin-top: 4rem;
				width:100vw;
				border-collapse: collapse;
			}



	#starboard > table > tbody {
			position: relative;
			display: inline-block;
			margin: 0;
		}

	#starboard > table > tbody > tr {
		border-bottom: solid #8ea58c 1px;
		}

	#starboard > table > caption {
				padding-top: 0.7rem;
				caption-side: bottom;
				color: #eedeee;
				width:100vw;
				text-shadow: none;
			}

		.fill {
			position: relative;
			display: inline;
			width:auto;
		}

		#sparklebtn {
			position: relative;
			display: inline;
			width: 10vw;
			cursor: pointer;
		}


	#starboard > table > tbody > tr > th {
				min-height: 3rem;
				vertical-align: top;
				position: relative;
				display: inline-block;
				margin: 0;
				width: 18vw;
				margin-top: 1rem;
				margin-bottom: 2rem;
				background-image:url("images/star.gif");
				background-size: 3rem;
				background-repeat: no-repeat;
			}

		#starboard > table > tbody > tr > th.tablehead {
			background-image:none;
				}

		#starboard > table > tbody > tr > td.tablehead {
			text-align: center;
				}

	#starboard > table > tbody > tr > td {
				min-height: 3rem;
				vertical-align: top;
				position: relative;
				display: inline-block;
				margin: 0;
				width: 25vw;
				text-align: left;
				line-height: 1.5rem;
				margin-top: 1rem;
				margin-bottom: 2rem;
			}


		@media screen and (max-width: 1300px) {
			#starboard > table {
					font-size: 1rem;
				}

			#starboard > table > tbody > tr {
			}

			#starboard > table > tbody > tr > th {
				width: 30vw;
			}

			#starboard > table > tbody > tr > td {
					width: 50vw;
					line-height: 1.5rem;	
				}
			}

/* Footer */
	.footer {
	}