body {
  background: #1e1e1e;
  margin: 0;
  font-family: sans-serif;
}
div.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  height: 100%;
  box-shadow: rgba(181,83,83,0.51) 0px -5px 70px;
  margin-top: 1cm;
  margin-bottom: 1cm;
  background: #171717;
  color: #e34361;
  padding: 1.5cm;
}
a {
  color: #e34361;
}
a:visited {
  color: #cd1e3f;
}
a:hover,
a:active {
  color: #e96981;
}
a:hover:visited,
a:active:visited {
  color: #e34361;
}
@media screen and (max-width: 800px) {
  div.container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0.75cm;
  }
}
header {
  padding-bottom: 0.25cm;
}
header,
header a.home {
  font-size: 24pt;
  font-weight: bold;
  text-shadow: #e34361 0px 0px 3px;
  height: 2cm;
  letter-spacing: 1px;
  text-decoration: none;
}
header a.home:visited {
  color: #e34361;
}
@media screen and (max-width: 500px) {
  header a.home {
    font-size: 22pt;
  }
}
@media screen and (max-width: 450px) {
  header a.home,
  header a.home small {
    font-size: 16pt;
  }
}
@media screen and (max-width: 425px) {
  header a.home small {
    font-size: 14pt;
    position: relative;
    top: -5px;
  }
  header {
    padding-bottom: 0;
  }
}
main {
  min-height: 600px;
  margin-bottom: 2cm;
  color: #c6c6c6;
  font-size: 12pt;
}
nav {
  margin-bottom: 1cm;
}
nav a {
  color: #fbc8ff;
  text-transform: uppercase;
  margin-bottom: 1cm;
  text-decoration: none;
  margin-right: 0.5cm;
  font-size: 10pt;
}
nav a:visited {
  color: #fbc8ff;
}
nav a:hover,
nav a:active {
  color: #fcd8ff !important;
}
@media screen and (max-width: 500px) {
  nav a {
    margin-right: 0.25cm;
  }
}
@media screen and (max-width: 450px) {
  nav a {
    font-size: 9pt;
  }
}
footer {
  color: #c6c6c6;
  font-size: 10pt;
}
footer p > a {
  display: inline-block;
  margin-right: 0.5cm;
}
@media screen and (max-width: 425px) {
  nav a {
    font-size: 8pt;
  }
  footer {
    font-size: 8pt;
  }
  footer p > a {
    margin-right: 0.25cm;
  }
}
button,
input[type="submit"] {
  background-color: #e34361;
  color: rgba(255,255,255,0.91);
  border: none;
  padding: 1cm;
  padding-top: 0.5cm;
  padding-bottom: 0.5cm;
  font-weight: bold;
  font-size: 14pt;
  transition: box-shadow ease 0.5s;
}
button:hover,
input[type="submit"]:hover,
button:active,
input[type="submit"]:active {
  cursor: pointer;
  background-color: #e65671;
  box-shadow: #e34361 0 0 30px;
  transition: box-shadow ease 0.5s;
}
button:disabled {
  cursor: auto;
  background-color: #a4727b;
}
button:disabled:hover {
  background-color: #a4727b;
  box-shadow: none;
}
h1,
h2 {
  font-size: 18pt;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dfdfdf;
}
h2 {
  font-size: 14pt;
}
p {
  line-height: 2.8ex;
}
ul {
  line-height: 2.8ex;
}
input {
  background-color: #c6c6c6;
}
table {
  border-collapse: collapse;
}
input[type="email"],
input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
select {
  height: 3ex;
  font-size: 14pt;
  margin-top: 0.25cm;
  width: 5cm;
  max-width: 100%;
  border-radius: 8px;
  border: none;
  padding: 6px;
}
form input[type="text"] {
  width: auto;
}
input[type="checkbox"] {
  height: 30px;
  width: 30px;
  position: relative;
  top: 7px;
  margin-bottom: 15px;
  margin-right: 10px;
}
select {
  height: 41px;
  background-color: #c6c6c6;
  width: auto;
}
ol {
  line-height: 3ex;
}
div.demo {
  text-align: center;
  width: 100%;
}
@media print {
  body {
    background-color: #fff;
  }
  header {
    color: #171717;
  }
  header a.home,
  header a.home:visited {
    color: #171717;
    text-shadow: none;
    font-size: 20pt;
  }
  nav {
    display: none;
  }
  footer {
    display: none;
  }
  main,
  h1,
  h2,
  h3 {
    color: #171717;
  }
  div.container {
    background-color: #fff;
    box-shadow: none;
    margin-top: 0;
  }
  #fight-back-create-event {
    display: none;
  }
  .noprint {
    display: none;
  }
}
