body { 
    font-family: "Trebuchet MS", Old English Text MT;
    font-size: 1em;
    padding: 0;
    margin: 0;
	
        background-image: url("HvANew.jpg");
		background-attachment: fixed;
        background-repeat:no-repeat;
        background-position: center center ;
}
.audioControls{
	position:absolute;
	top : 2%;
	left:2%;
    height: 10px;
    width: 40px;
	
}
header { 
    background-color: white;
	box-sizing: border-box;
    padding: 1em 1em;

}

div {
	position:absolute;
	top : 30%;
	left:2%;
    height: 200px;
    width: 400px;
	
	color:black;
}
      
.container {
    min-height: 10em;
    display: table-cell;
}

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: .6em;
} 

nav ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li { 
    border-top: 1px solid white;
    padding: .8em;
}

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: .9em;
    }
    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;
    }
}
