@font-face {
  font-family: 'bellefairregular';
  src: url('bellefair-regular-webfont.woff2') format('woff2'),
     url('bellefair-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: bellefairregular, serif; 
  font-size: 1.15em;
  font-weight: normal; 
  background-color: #f7f3e8;
  color: #485346;
}

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

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

a img {
    border: 0;
}

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

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

aside {
  float: right;
}

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

@media only screen and (max-width: 500px) {
  article {
    flex-direction: column;
  }
}
