* {
	background-color: black;
	color: white;
	font-family: "Avenir Book"
}

#headermenu {
	color: grey;
	font-style: italic;
	font-size:1.5em;
}

#email {
	position:relative;
	top: 20%;
	left: 20%;
	width:45%;
}

#assoc-head, #assist-head, #prodaudio-head, #tours, #skills {
	position: relative;
	left:18%;
	width:80%;
}

#table-assoc, #table-assist, #table-prodaudio, #table-tour, #table-skills {
	width:100%;
}

#about {
	position:relative;
	left:20%;
	top:25%;
	width:45%;
}



h1 {
	font-size: 1.5em;
	display:inline;
}

thead {
	text-align:left;
	/*text-decoration:underline;*/
}

table {
	font-size:1.1em;
	table-layout:fixed;
	width:60%;
}
th, td {
	padding:10;
}

th {
	font-size:1.3em;
}


hr {
	width: 60%;
}




.dropbtn {
	font-size: 1.5em;
	border: none;
	font-style:italic;
	color: grey;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-style:italic;
	font-size:1.5em;
}

.dropdown-content a:hover {
	background-color: black;
	color: grey;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: black;}

footer {
	position: fixed;
	font-size: 0.75em;
	bottom: 10;
	height:10px;
	width:100%;
	text-align: center;
}