#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 360px;
}
body {
  background: linear-gradient( rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95) ), url("Black%20Kite%20Brewing.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover, contain;
  text-align: center;
  font-family: "Arial", "Helvetica", sans-serif;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient( rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95) );
  /* background-color:WHITE; */
  border-bottom:1px SOLID BLACK;
  color:BLACK;
  line-height:30px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size:26px;
}
#content {
  margin-top: 36px;
  margin-left: 7%;
  margin-right: 7%;
  z-index: 1;
}
h1 { font-size: 36px; }
h2 { font-size: 28px; text-align: justify; }
h3 { font-size: 22px; text-align: justify; }
p  { font-size: 18px; text-align: left; }
li { font-size: 18px; text-align: left; }
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: underline; }

