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;
  }
}
.flush-left {
  padding: 0.5cm;
  position: relative;
  left: -1.5cm;
  margin-bottom: 0.75cm;
}
.flush-right {
  padding: 0.5cm;
  position: relative;
  left: 1.5cm;
  margin-bottom: 0.75cm;
}
.purple,
.purple h2 {
  background-color: #e3c1e6;
  color: #171717;
}
.purple a,
.purple a:hover {
  color: #171717;
  text-decoration: underline;
}
.red,
.red h2 {
  background-color: #e34361;
  color: #fff;
}
.red a,
.red a:hover {
  color: #fff;
  text-decoration: underline;
}
.blue,
.blue h2 {
  background-color: #2a83b9;
  color: #fff;
}
.blue a,
.blue a:hover {
  color: #fff;
  text-decoration: underline;
}
#individual-intro,
#individual-filtration,
#individual-travel {
  line-height: 2.5ex;
  margin-bottom: 0.75cm;
}
#individual-intro h2 {
  color: #171717;
}
#individual-logo {
  float: right;
  position: relative;
  top: -1.65cm;
  z-index: 10;
  border: 4px solid #e34361;
  background-color: #171717;
  color: #e34361;
  text-shadow: #e34361 0 0 10px;
  font-size: 72pt;
  font-weight: bold;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 10px;
  box-shadow: rgba(23,23,23,0.478) -10px 10px 30px;
}
#individual-masks,
#individual-sanitizers {
  line-height: 2.5ex;
  background-color: #e34361;
  color: #fff;
  margin-bottom: 0.75cm;
}
#individual-masks h2 {
  color: #fff;
}
#individual-masks img {
  float: right;
  height: 300px;
  width: 253px;
  margin-left: 10px;
  margin-top: 20px;
}
#individual-filtration h2 {
  color: #171717;
}
#individual-sanitizers h2 {
  color: #fff;
}
#individual-sanitizers img {
  float: right;
  height: 150px;
  width: 150px;
  margin-left: 30px;
}
#individual-travel {
  color: #fff;
  background-color: #2a83b9;
  min-height: 7cm;
  padding-right: 1cm;
  box-sizing: border-box;
}
#individual-travel h2 {
  color: #fff;
}
#individual-vaccination {
  min-height: 4cm;
  margin-bottom: 1cm;
}
#individual-vaccination img {
  float: left;
  margin-right: 0.75cm;
  margin-left: 0.75cm;
  height: 100px;
  width: 100px;
  margin-bottom: 50px;
}
#download-pdf {
  width: 100%;
  text-align: center;
  margin-top: 1cm;
  margin-bottom: 1cm;
}
@media screen and (max-width: 800px) {
  .flush-left {
    left: auto;
  }
  .flush-right {
    left: auto;
  }
  #individual-logo {
    display: none;
  }
  #individual-travel {
    padding-right: 0.5cm;
    max-width: none;
  }
  #individual-masks img {
    display: none;
  }
}
main {
  margin-bottom: 1cm;
}
#license {
  font-size: 10pt;
  text-align: center;
}
@media print {
  #toc {
    display: none;
  }
  .purple,
  .red,
  .blue {
    border: 4px #171717 solid;
  }
  .purple,
  .purple *,
  .red,
  .red *,
  .blue,
  .blue * {
    background-color: #fff !important;
    color: #171717 !important;
  }
  a {
    color: #171717 !important;
  }
  #individual-logo {
    display: none;
  }
  #individual-travel {
    width: 100%;
    padding-right: 0.25cm;
  }
  .flush-left,
  .flush-right {
    padding: 0.25cm;
    width: 100%;
    break-inside: avoid;
    left: 0cm;
  }
  #download-pdf {
    display: none;
  }
  #organizers {
    break-before: always;
  }
}
