h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 22.5px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h3 {
  font-weight: 450;
  font-size: 12pt;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
a {
  text-decoration: none;
  color: #C000FE;
}
a:hover {
  text-decoration: underline;
  color: #cf35ff;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  color: #fff;
  background: #C000FE;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #cf35ff;
}

a.landingButton {
  /* fallback for older browsers */
  cursor: pointer;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #D85D01;
  padding: 20px;
  box-shadow: 5px 5px 3px #ccc;
  text-align: center;
  min-height: 100px;
  color: #fff;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 20px;
  height: 125px;
  border-radius: 8px;
  border: 1px solid #000000;
}

a.landingButton:hover {
  transition: 0.5s all;
  background: #e56f00;
  text-decoration: none;
}

a.landingButton:active {
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.landingSection {
  margin-bottom: 20px;
}

p.smaller {
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "Muli", sans-serif !important;
  text-transform: none !important;
  color: #fff !important;
}
#wj--admin-button {
  text-align: center;
}

@media only screen and (max-width: 467px) {
  h1,
  h2:first-child {
    font-size: 18px;
  }

  a.landingButton {
    font-size: 15px;
  }
}

/*__#! iPad Media Query Fix__*/
@media only screen and (max-width: 768px) {
  a.landingButton {
    height: auto;
  }
  .mobileHide {
    display: none;
  }

  div#content {
    padding: inherit;
  }
}
