body {
    background: #4d2600;
}
body.responsive #page-wrapper {
    max-width: 1200px;
  padding-top: 0px;
}
body.sticky-menu.layout-boxed .main-navigation {
    max-width: 1200px;
}
#masthead .hgroup h1 {
  text-transform:uppercase; 
  font-family: Times New Roman; 
  font-weight: 600;}
#masthead .hgroup .site-description {
    font-family: Times New Roman; 
    font-weight: 400;
    font-size: 20px;
}
article.post.post-with-thumbnail-icon .entry-main, article.page.post-with-thumbnail-icon .entry-main {
    width: 100%;
}
/* Archives */

.archive .page-header #page-title { 
	display: none;
}
@media only screen and (max-width: 500px) {
  #masthead .hgroup h1 {
    font-size: 18px;
  }
  #masthead .hgroup .site-description {font-size: 16px;}
}