body{
	font-family: 'Avenir', 'Helvetica', 'Arial', sans-serif;
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none;
	font-style: none;
}

.links{
	display: inline-block;
	float: right;
	position: absolute;
	list-style-type: none;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
	box-sizing: border-box;
	padding-top: 70px;
	height: 100%;
	width: 100%;
	z-index: 5;
	list-style-type: none;

}

i{
	float: right;
	position: fixed;
	display: inline-block;
	padding-left: 93%;
	padding-top: 25px;
}

h1{
	float: left;
	position: fixed;
	display: inline;
	font-size: 35px;
	top: -15px;
}

h2{
	float: left;
	position: fixed;
	display: inline;
	padding-top: 20px;
}

#header{
	display: inline;
}

td{
	border: 1px solid black;
	padding: 100px;
	position: relative;
}

table{
	display: inline-block;
	float: left;
	position: fixed;
	padding-left: 100px;
	top: 200px;
	border-spacing: 50px;

}
