#primary header.main {
  background-color: #FFE400 !important;
}

.main-nav ul a,
.main-nav ul li,
.main-nav ul li span {
  color: #CE2EFF !important;
}

#menu-toggle-open {
  color: #CE2EFF !important;
}

.menu-toggle.open::before {
  font-size: 30px !important;
}

input[type="search"].wpforms-field-large,
input[type="email"].wpforms-field-large,
input[type="text"].wpforms-field-large,
input[type="url"].wpforms-field-large,
input[type="password"].wpforms-field-large,
input[type="tel"].wpforms-field-large,
textarea.wpforms-field-small {
  color: black !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: white !important;
}

#wpforms-submit-365 {
  background-color: black !important;
  color: #CE2EFF !important;
}

#wpforms-submit-365:hover {
  color: black !important;
  background-color: #CE2EFF !important;
}