
body {
    background:url(../images/bkgd_pattern.gif);
    color:#fff;
    place-content: center;
  display: grid;
}
a {
  color: #A3BCCB;
}
a:not([class]) {
  text-decoration: none;
}
.header {
    display:none; 
}
.page-header {
    display:none;
}
.site-grid {

    max-width: 980px;
  margin: auto;
}
.wrapper.grid-block {
    background:url(../images/bkgd_wrapper.jpg);
    padding:40px;
}
#menubar {
    display:none;
}
#headerleft {
  float: left;
}

h1 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 42px;
  text-shadow: 0 3px 4px #000000;
  font-weight: normal;
  color: #9D5D23;
}
h2 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 22px;
  text-shadow: 0 2px 3px #000000;
  color: #A3BCCB;
}
h3 {
  font-size: 18px;
  line-height: 18px;
    margin-bottom:0.5em;
}
h4, h5, h6 {
  font-size: 16px;
  line-height: 16px;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.hr {
 width: 100%;
  color: #4B4B4B;
  background-color: #4B4B4B;
  border-bottom: 11px solid #4B4B4B;
  margin-left: auto;
  margin-bottom: 1rem;
}
.title a {
  color: #A3BBCB;
}
a:hover, em, code {
  color: #C7B382;
}
.items .leading .item {
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
#footer {
    padding: 6px;
  color: #fff;
  background: #4B4B4B;
    margin-bottom:1rem;
    text-align:center;
}
@media screen and (max-width:767px) {
.site-grid {
   margin:2vw;
}
    #headerleft {
        float:none;
        text-align: center;
    }
}