﻿html {
  background: url(../../images/microsites/ColorSchemes/Purple/body-bkg.png) repeat #fff;
}

body, .alert-red a {
  color: #162731;
}

h2 {
  color: #162731;
  font-family: "Raleway", sans-serif;
}

.heading-underline {
  background-color: #162731;
}

p, label, td, div, input {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
}

.welcome {
  background: url(../../images/microsites/ColorSchemes/Purple/polygon-bkg.jpg) no-repeat center right #ffffff;
  background-size: cover;
}

.welcome > div > h1 {
  color: #ffffff;
  border-left-color: #ffffff;
  font-family: "Raleway", sans-serif;
}

#container {
  background: white;
}

.info-panel {
  background: none;
}

.eg-button {
  background: #b62dff;
}

a, a.booking {
  color: #b62dff;
}

.eg-button:hover,
.eg-button:active {
  background: none;
  color: #b62dff !important;
  box-shadow: inset 0 0 0 4px #b62dff, 0 0 1px transparent;
}

.eg-button:disabled:hover,
.eg-button:disabled:active {
  background: #b62dff !important;
  color: #fff !important;
  box-shadow: none;
}

/*# sourceMappingURL=PurpleScheme.css.map */