.no-top-bar .top-bar {
  background-color: #4d3069;
}

.footer-widgets {
  background-color: #4d3069;
}

.footer-widgets-wrapper {
  background-color: #4d3069;
}

a {
  color: #4d3069;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  color: #ceff00;
}

.main-navigation a, .main-navigation a:visited {
    padding: 5px !important;
}

.main-navigation {
    float: left !important;
    text-align: left !important;
    width: inherit !important;
}

.archive .post .entry-content {
display: none;
}