.entry-header .entry-title {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #b59b72;
  background-color: #e6d4bb;
  padding: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#main.wrapper {
  background-color: #fff8e8;
  padding: 0px;
  margin-top: -30px;
}

#colophon {
  background-color: #fff8e8;
}

#page.hfeed.site {
  background-color: #fff8e8;
  width: 800px;
  padding-top: 153px;
  margin-top: 25px;
  border-radius: 12px;
}

#masthead.site-header {
  background-color: #fff8e8;
  padding-top: 0px;
  margin-top: -150px;
}

#menu-menu1.nav-menu {
  background-color: #e6d4bb;
  border-radius: 7px;
  font-size: 15px;
  font-family: "Pragati Narrow";
	font-weight: 700;	
}

.main-navigation li {
  margin-left: 5px;
  margin-right: 2px;
  font-size: 15px;
  font-family: "Pragati Narrow";
}

.main-navigation li a:hover {
  background-color: #d9ceb2;
  border-radius: 7px;
  font-size: 15px;
  font-family: "Pragati Narrow";
}