
/* Previously designed style rules: */
body {
  margin-left: 10%;
  margin-right: 10%;
  font-family: 'Libre Baskerville', Garamond, serif;
  color: black;
  line-height: 1.2rem;
	overflow: auto;
  background-color: white;
  }

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav li {
  float: left;
}
nav ul li a {
  display: block;
  padding: 1em;
  margin: 0 1em 1em;
  background-color: ffec9e;
  border-radius: 10px;
}
nav li a:link {
  color:inherit;
  text-decoration: none;
}
nav li a:visited {
  color: gray;
}
nav li a:hover {
  color: teal;
}



#landing {
  background-color: #BCC2BD;
}

#landing {
  background-color: #BCC2BD;
  background: url(images/snowmonkeys_summer_1200wide.jpg) top no-repeat;
	max-width: 1200px;
  min-height: 700px;
	margin: 0 auto;
	overflow: auto;
  /* outline: 1px dashed blue; */
}
header {
	color: white;
	margin: 0 3%;

  /* not working in landscape mode
  position: relative;
  top: 450px;
	*/

  position: absolute;
	top: 40%;

	/* width: 50%;
  outline: 1px dashed red; */
}
#wrapper h1 {
  font-size: 2.5em;
}
#wrapper h2 {
  margin-top: -0.5em;
}
#wrapper header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /* width: 100%;
  outline: 1px dashed green; */
}
#wrapper ul li {
  color: black;
}

/* media queries for smaller screens */
@media screen and (max-width: 767px) {
  #wrapper {
  	background: url(images/snowmonkeys_568px.jpg) top no-repeat;
    max-width: 568px;
    min-height: 400px;
  }
  header {
    position: static;
    max-width: 75%;
  }
  header li {
    float: none;
  }
  header ul li a {
    width: 8.5em;
  }
}
@media screen and (max-width: 479px) {
  #wrapper {
    background: url(images/snowmonkeys_479px.jpg) top no-repeat;
  }
}
