/* solarbit.css */

body {
	color: black;
	font-family: "Open Sans";
	font-size: 11pt;
	background-size: cover;
	background-color: white;
	margin: 0;
}

h1 {
	font-size: 32px;
}

h1, h2, h3, h4 {
	font-family: "Quicksand";
}

#navbar {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	/*height: 50px;*/
	width: 100%;
	margin: 0;
	padding: 0;
/*	background-color: rgba(0, 0, 0, 0.4); */
}

#menu {
	height: 50px;
	margin: 0;
	padding-left: 100px;
	list-style-type: none;
}

#menu li {
	font-family: "Oxygen";
	font-size: 12pt;
	padding-right: 50px;
	line-height: 49px; /* middle-align trick */
	display: inline;
}

#menu li a {
	font-weight: normal;
	text-decoration: none;
	color: white;
}
/*
#menu li a:hover {
	color: gold;
}
*/

#menu > li .active {
	color: gold;
}

#submenu {
	height: 25px;
	margin: 0;
	padding-left: 100px;
	list-style-type: none;
	display: none;
}

#submenu li {
	font-family: "Oxygen";
	font-size: 10pt;
	padding-right: 50px;
	line-height: 29px; /* middle-align trick */
	display: inline;
}

#submenu li a {
	font-weight: normal;
	text-decoration: none;
	color: white;
}
ul#submenu > li {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

ul#submenu > li:hover {
	color: gold;
	text-decoration: none;
}
.menu-text {
	margin-left: 8px;
	font-size: 10pt;
}

a {
	color: steelblue;
	/* font-family: "Oxygen"; */
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.panel {
	z-index: 10;
	position: fixed; /* absolute? */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 100px;
}

.panel-dark {
	background-color: rgba(0, 0, 0, 0.5);
}

#title {
	float: right;
	margin: 0;
	margin-right: 50px;
	font-family: "Quicksand";
	font-size: 16pt;
	line-height: 49px;
}


ul#menu > li {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

ul#menu > li:hover {
	color: gold;
	text-decoration: none;
}

#copyright {
	margin-top: 10px;
	margin-right: 20px;
	font-weight: normal;
	font-size: 8pt;
}

.panel p {
	width: 80%;
}

td {
	padding: 15px;
}
