/*header*/
.logo-title {
  font-size: 3rem;
}

/* Code changing the title and button bars */
.widget-title {
  padding: 10px 0;
  border: 1px;
}

.button span {
  padding: 8px;
}

/*menus*/
.main-nav li:hover {
  background: #F20C0C;
}

a:hover {
  color: #f20c0c;
}

/*headlines*/
.content-list-title {
  text-transform: none;
}

.entry-title {
  text-transform: none;
}

.page-title {
  text-transform: none;
}

/*category page*/
.category .page-title {
  display: none;
}

img {
  border-style: solid;
  border-width: 1px;
}

ul li {
  font-size: 16px;
}

ol li {
  font-size: 16px;
}

.entry-content ul ul {
  font-size: 16px;
}

/*footnote text*/
p.fn {
  font-size: 12px;
}

/*other paragraph defs*/
p.source {
  padding-left: 2em;
  margin-bottom: 1.5em;
  font-size: 12px;
}

/*boxed paragraph*/
p.box {
  border-style: solid;
  border-width: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}

/*images*/
.wp-caption .wp-caption-text {
  text-align: center;
  font-style: italic;
  font-size: 13px;
}