@import url('https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise');

header h1{
font-family: 'Monsieur La Doulaise', cursive;
font-size: 68;
text-align: center;
}

body {
font-family:Arial;
color: black;
background-color: green;
/* style="background-image: url('IMG_3249b.JPG');"*/
background-image: url('IMG_3249b.JPG');*/
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-origin: content-box;
background-size: cover;
}


div.foot{
position: fixed; 
bottom: 0px;
position: center;
text-align: center;
}

#navBar{
	float: left;
	min-width: 40%;
	opacity: 0.8;
	width: 200px;
}



.navBar{
	text-align: left;
}

nav ul{
	list-style-type: none;
}

nav ul li button{
	color:violet;
	width: 70%;
	min-width: 100px;
	display: block;
	opacity: 0.95;
	background-color: white;
  border-style: solid;
  border-color: red;
}

nav ul li button:hover{
	color:violet;
	width: 70%;
	opacity: 0.95;
	background-color: lightblue;
  border-style: solid;
  border-color: red;
}


ul {
	text-align: left;
	padding-left: 25%;
	padding-right: 10px;
}

a:link, a:visited {
	color: purple;
	opacity: 0.95;
}

a:hover{
	color: blue;
	opacity: 0.95;	
}

nav ul li a{
	display: block;
}