a,
.btn,
button,
input[type="submit"],
input[type="button"] {
  background-color: #4B0082 !important;
  border-color: #4B0082 !important;
}

a {
  color: #4B0082;
}

h1, h2, h3,
.page-title,
.section-title {
  color: #4B0082;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #4B0082 !important;
  box-shadow: 0 0 0 2px rgba(75, 0, 130, 0.15) !important;
}
  header,
.navbar,
.navbar-default,
.navbar-collapse,
.navbar-nav,
.main-menu,
.menu,
#menu,
#navbar,
.page-header,
.header,
.navigation {
  display: none !important;
}

body {
  padding-top: 0 !important;
}
  footer,
.footer,
#footer,
section.footer,
.footer-section {
  background-color: #f3f0f8 !important;
  color: #3B0078 !important;
}

footer p,
footer span,
footer div,
.footer p,
.footer span,
.footer div,
#footer p,
#footer span,
#footer div {
  color: #3B0078 !important;
}

footer a,
.footer a,
#footer a {
  color: #5B1FA6 !important;
  background: transparent !important;
  text-decoration: none !important;
}

footer a:hover,
.footer a:hover,
#footer a:hover {
  color: #3B0078 !important;
  text-decoration: underline !important;
}

footer .social a,
.footer .social a,
#footer .social a {
  background-color: #5B1FA6 !important;
  color: #ffffff !important;
}