body {
  font-family: sans-serif;
  margin-top:0;margin-right:0;margin-left:0;
}

header {
    margin-top: 0;
    margin-bottom: 10px;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;

    border-top: 5px solid black;
    border-bottom: 5px solid black;

    display: flex;
    align-items: flex-end;
}

#site-heading a:visited {
    color: black;
    /*color: #6600cc;*/
}

#site-heading a:hover {
    text-decoration: none;
}

#site-heading {
    margin: 0;
    flex: 50%;
}

#site-title {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0px;
}

header nav {
    margin:0;
    text-align: right;
    font-weight: bold;
    flex: 50%;
}

header nav ul {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
}

header nav ul li {
    display: inline;
}

.bitterness {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid black;
    text-align: center;
    background: #ffeac4;
}


h1, h2, h3, h4, h5 {
  color: #666666;
}

th,td {
  font-family: sans-serif;
}

dt {
  font-weight: bold;
  color:#333333;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

a {
  color: #990000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #6600cc;
}

.header {
  color: #990000;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.separator {
  font-size: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

main {
  margin-left: 20px;
  margin-right: 20px;
}

footer {
    clear: both;

  padding-top: 5px;
  padding-bottom: 5px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    
  text-align: center;
  font-size: small;
  color: #666666;
}

.photos {
}

.photos figure {
    display: inline;
    margin: 0;
    padding: 0;
}

.photos figure img {
    vertical-align: top;

    margin: 5px;

    border: 1px solid #666666;
}
