body { 
    font-family: "Trebuchet MS", Old English Text MT;
    font-size: 1em;
    padding: 0;
    margin: 0;
	
        background-image: url("eso-photo.jpg");
		background-attachment: fixed;
        background-repeat:no-repeat;
        background-position: center center ;
        background-size:cover;
        background-color:#000;
} 
.audioControls{
	position:absolute;
	top : 2%;
	left:2%;
    height: 10px;
    width: 40px;
}
table, td {
  border: 1px solid black;
  width: 20%;
  height: 10%;
  vertical-align: top;
  margin-right: 70px;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: auto;
}

a.mail:link, a.mail:visited {
  background-color: black;
  color: white;
  padding: 1px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.mail:hover, a.mail:active {
  background-color: green;
}

header { 
    background-color: white;
	box-sizing: border-box;
    padding: 1em 1em;
	
} 

header h1 {
    color: black;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2.5em;
    font-variant: small-caps;
    text-align: center;
}

nav { 
    background-color: black;
    box-sizing: border-box;
    font-size: .9em;
} 

nav ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li { 
    border-top: 1px solid white;
    padding: .5em;
}

nav li a {
    text-decoration: none;
    color: white;
}


@media screen and (min-width: 600px) {
    nav ul, article {
        max-width: 1000px;
        margin: 0 auto;
    }
    nav {
        font-size: 1em;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
     }
    nav ul li {
        border-top: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    nav li {
        text-align: center;
    }
}
