/* Wolf Wire Forms - Style Sheet*/

/* header */

header {
  background-color: whitesmoke;
  padding: 1%;
  text-align: center;
  font-size: 20px;
  color: navy;
	}

.topnav	{
	position: fixed;
	width: 80%;
}

/* main content */

body {
	font-family: Arial, Helvetica, sans-serif; 	color: navy;
	background-color: whitesmoke;
	}

h2	{
	font-style: italic;
}

article	{
	margin-left: 20%;

}
table,  td {
 	border: 1px solid black;
	
	text-align: center;
	vertical-align: middle;
	border-spacing: 5px;
	padding: 10px;
}

th	{
border: none;
}

.sidenav{
	height:100%;
	width: 10%;
	position: fixed;
	background-color: whitesmoke;
	text-align: left;
}
 
.table-1	{
	margin-left: 20%;
}

.bluelogo img  {
	padding-left: 2%;
	width: 100%;
	}

/* footer */

footer {
  background-color: whitesmoke;
  padding: 2%;
  text-align: center;
  color: white;
}

.order {
margin-left: 20%;
}