header{
	
	background-image: url('../images/flywheel.jpg');
	background-position: 0px 0px;
	height: 170px;
	background-repeat:no-repeat;
	background-size: cover;
	margin: 5px;
	margin-bottom: 0px;
	
}

h1{
	font-family: "Courier New",Helvetica,sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

h2{
	font-family: "Lucida Console",Monospace;
	color:#3B335C;
	padding: 10px;
	text-transform: uppercase;
}



nav a:link{
	background: #FFFFFF;
	margin-left: 5%;
	padding: 20px 75px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	border-radius: 10px;
  	opacity: 0.5;
}


nav a:hover{
	opacity: 1;
}


a.active:link{
	background-color: #FFFFFF;
	opacity: 1;
}


section a{
	font-family:"Lucida Console";
  	background:#FFFFFF;
	color: #EB3D24;
}


.left{
	background-color: #75E068;
	width: 300px;
	display: inline-block;
	float: left;
	margin: 5px;
	margin-top: 0px;
	padding: 2px;
	
}

.right{
	
	position: relative;
	width: 800px;
	display: inline-block;
	text-align: justify;
	float: left;
	margin: 5px;
	margin-top: 0px;
	padding: 2px;
}



img{
	border: 3px solid black;
	width: 200px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;

}
.right table{
	margin-top: 8%;
	margin-left: 15%;
	line-height: 1.9;
	text-align: center;

}

table tr:first-child>th{
	color: #FFFFFF;
	background: #98E05D;
	-webkit-gradient(radial,circle,#98E05D 78%,#D8F75C 100%);
	background: radial-gradient(circle, #98E05D 78%,#D8F75C 100%);
	font-size: 16px;
	font-family: "Lucida Console", sans-serif;
	font-weight: bold;
	border-bottom: 4px solid #EDE758;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

table tr>th{
	padding-top: 1%; 
	padding-bottom: 1%;
	width:  150px;
}

table tr > th:first-child,tr> td:first-child{
	width: 350px;
	text-align: left;
	padding-left: 2%;
}

td{
	color: #684D94;
	background: #D8F75C;
	font-family: "Verdana",sans-serif;
	font-weight: lighter;
	font-size: 12px;
	opacity: 0.8;
	padding: 0.5%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

tr:hover>td{
	opacity: 1;
	text-shadow: 2px 2px #E05368;
}


