@font-face { font-family: 'RussoOne'; src: url('fonts/RussoOne-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Scada'; src: url('fonts/Scada-Regular.ttf') format('truetype'); }

body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Scada", Times, serif;
}

p {
	font-family: "Scada", Times, serif;
	font-size: 1.2em;
	color: #000000;
	cursor:default;
}

h1 {
	font-family: "Scada", Times, serif;
	font-size: 1.4em;
	color: #212121;
	text-decoration: underline;
	cursor:default;
}

h2 {
	font-family: "Scada", Times, serif;
	font-size: 1.3em;
	color: #212121;
	cursor:default;
}

h3 {
	font-family: "Scada", Times, serif;
	font-size: 1.2em;
	color: #000000;
	cursor:default;
	text-decoration: underline;
	text-decoration-style: dotted;
}

form  {
	font-family: "Scada", Times, serif;
	font-size: 1.1em;
	color: #212121;
	cursor:default;
}

input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	BACKGROUND-COLOR: #8FBA35;
	COLOR: #FFFFFF;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

input[type=reset]:hover {
	BACKGROUND-COLOR: #E3F6CE;
	COLOR: #212121;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	BACKGROUND-COLOR: #8FBA35;
	COLOR: #FFFFFF;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

input[type=submit]:hover {
	BACKGROUND-COLOR: #E3F6CE;
	COLOR: #212121;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

input[type=submit]:disabled {
	max-height: 22px;
	max-width: 135px;
	BACKGROUND-COLOR: #CCCCCC;
	COLOR: #999999;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:not-allowed;
}

input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	BACKGROUND-COLOR: #8FBA35;
	COLOR: #FFFFFF;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

input[type=button]:hover {
	BACKGROUND-COLOR: #E3F6CE;
	COLOR: #212121;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

input[type=button]:disabled {
	BACKGROUND-COLOR: #CCCCCC;
	COLOR: #999999;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:not-allowed;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	BACKGROUND-COLOR: #8FBA35;
	COLOR: #FFFFFF;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

button:hover {
	BACKGROUND-COLOR: #E3F6CE;
	COLOR: #212121;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:pointer;
}

button:disabled {
	BACKGROUND-COLOR: #CCCCCC;
	COLOR: #999999;
	padding: 0;
	border: none;
	font-family: "Scada", Times, serif;
	cursor:not-allowed;
}

.centerTable {
	margin-left: auto;
	margin-right: auto;
}

/* Links */
a:link {
	color: #8FBA35;
	text-decoration: none;
}

a:visited {
	color: #8FBA35;
	text-decoration: none;
}

a:hover {
	color: #212121;
	text-decoration: none;
}

a:active {
	color: #E3F6CE;
	text-decoration: none;
}

/* Main Menu */
#menu {
	z-index: 1000;
	background-color: #8FBA35;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 100%;
	height: 88px;
	color: #FFFFFF;
	background-image: url("./images/plug.png");
	background-position: right 5px;
	background-repeat: no-repeat;
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#menu #active {
	padding-bottom: 2px;
	border-bottom: 2px solid #FFFFFF;
}

#menu a:hover, #menu a:hover #active {
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	position: absolute;
	margin: 25 0 0 60;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 0 0 20px;
	font-size: 1.5em;
	font-family: "Scada", Times, serif;
	visibility: hidden;
}

@media (min-width:800px) {
	#menu ul li {
		visibility: visible;
	}
}


/* Hamburger Menu */
label.hamburger {
	display: block;
	background: #FFFFFF;
	width: 75px;
	height: 50px;
	position: fixed;
	top: 19px;
	left: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	z-index: 2000;
}

input#hamburger {display:none}

.line {
	position: absolute;
	left: 10px;
	height: 4px;
	width: 55px;
	background: #8FBA35;
	border-radius: 2px;
	display: block;
	transition: 0.5s; 
	transform-origin: center;
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburger:checked + .hamburger .line:nth-child(1) {
	transform: translateY(12px) rotate(-45deg);
}

#hamburger:checked + .hamburger .line:nth-child(2) {
	opacity:0;
}

#hamburger:checked + .hamburger .line:nth-child(3) {
	transform: translateY(-12px) rotate(45deg);
}

nav.hamburger_menu {
	width: 100%;
	height: auto;
	max-height:0;
	overflow: hidden;
	transition: all 0.5s;
	background-color: #8FBA35;
	position:fixed;
	top: 88px;
	left: 0px;
	margin: 0 auto;
	color: #FFFFFF;
}

nav.hamburger_menu ul {
	list-style: none;
}

nav.hamburger_menu ul li {
	font-size: 1.5em;
	font-family: "Scada", Times, serif;
}

nav.hamburger_menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

nav.hamburger_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

nav.hamburger_menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

nav.hamburger_menu #active {
	padding-bottom: 2px;
	border-bottom: 2px solid #FFFFFF;
}

nav.hamburger_menu a:hover, nav.hamburger_menu a:hover #active {
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#hamburger:checked + .hamburger  + nav.hamburger_menu {
	max-height: 600px;
}
