.ajax-loader {
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}

footer {
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
  padding-bottom: 16px;
}

footer a {
  color: #fff !important;
}

header {
  background-color: #a80d6b;
}
header .logo-section {
  background-color: #fff;
  width: 30%;
  padding-left: 17%;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .axion-logo {
  height: 50px;
}
header .logo-section {
  position: relative;
}
header .curve {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  height: 100%;
}

@media screen and (max-width: 992px) {
  header .logo-section {
    width: 65%;
  }
}
