img {
  max-width: 100%;
  display: block;
}

.hide {
  display: none;
}

.show {
  display: block;
}

h2 {
  color: #ae132d;
}

header {
  background: #ae132d;
  color: white;
  padding: 30px 0;
  margin: 0 0 40px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid white;
}

header #title {
  text-align: right;
}

header #title h1 {
  margin-bottom: 0 !important;
  margin-top: 27px !important;
}

footer {
  background: #505050;
  color: white;
  padding: 50px 0;
  margin-top: 50px;
}

.page {
  padding: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

a {
  color: #ae132d;
}

.ui.red.button,
.ui.red.buttons .button {
  background-color: #ae132d;
}

.ui.steps .step.active .title {
  color: #ae132d;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #ae132d !important;
}

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #ae132d !important;
}

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #ae132d !important;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #ae132d !important;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #ae132d !important;
}

.ui.header {
  color: #ae132d;
}
/*# sourceMappingURL=site.css.map */