#masthead a {
  font-size: 50px;
  color: #d82020;
}
body .inside-header {
  background-color: rgba(0, 0, 0, 0.9);
}
body > #masthead {
  background-color: rgba(0, 0, 0, 0.9);
}
#main .entry-title {
  font-weight: 500;
}
#content > #right-sidebar #text-2 > .widget-title {
  color: #d82020;
  font-weight: 600;
}
body > #masthead .main-title {
  font-style: normal;
  text-transform: capitalize;
}
