body {
  font-family: Futura, sans-serif; 
  font-size: 1.1em;
  font-weight: normal; 
  background-color: #f7f3e8;
  color: #485346;
}

em {
  font-style: normal;
  font-size: 0.8em;
}

h1 {
  font-size: 2em;
  margin-top: 0;
  border-bottom: 1px solid #a3adae;
  font-weight: normal;
}

header {
  border-bottom: 1px solid #a3adae;
}
header img {
	max-width: 600px;
	width: 40%;
}

footer {
  border-top: 1px solid #a3adae;
}

a img {
    border: 0;
}

a:link {
  color: #7d7634;
  background: none;
}
a:visited {
  color: #928a3c;
  background: none;
}
a:hover {
  color: #928a3c;
  background: none;
}

main {
  flex: auto;
  padding-right: 10px;
}

aside {
  float: right;
}

article {
  padding: 5px;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

p.photos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
p.photos img {
  max-width: 1000px;
  width: 40%;
}

@media only screen and (max-width: 500px) {
  header img {
	width: 100%;
  }
  article {
    flex-direction: column;
  }
  p.photos {
    flex-direction: column;
  }
  p.photos img {
	  width: 80%;
	  padding: 5px 0;
  }
}
