* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  color: #333;
}

body {
  background-image: url("../images/DSC_0994.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flex-container {
  display: flex;
  justify-content: center;
}

.wrapper {
  max-width: 53.75rem;
  margin: 1rem 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  padding: 2rem;
  flex-grow: 1;
  min-width: 0;
}

a {
  text-decoration: none;
  color: #ff9a00;
  font-size: 1.2rem;
}
a:hover {
  text-decoration: underline;
}

.highlight {
  color: #ff9a00;
}

#participants-table {
  overflow-x: auto;
}

#participants-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 2rem;
}

#participants-table td,
#participants-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#participants-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#participants-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ff9a00;
  color: white;
}

.payment-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

form {
  color: #212529;
}

input,
textarea,
fieldset,
select {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  outline: none;
  padding: 0.5rem;
  border: 0.0625rem solid #ced4da;
}
input:focus,
textarea:focus,
fieldset:focus,
select:focus {
  border: 0.0625rem solid #ff9a00;
}

form > label,
legend {
  font-weight: 700;
}

.required::after {
  content: " *";
  color: red;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: initial;
  margin-bottom: 0;
  margin-right: 0.3rem;
}

fieldset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset ul li {
  margin-bottom: 0.6rem;
}

button,
.button {
  display: block;
  padding: 0.8rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 0.3125rem;
  background-color: #ff9a00;
  cursor: pointer;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.form-button {
  margin-top: 2rem;
}

form #facebook {
  display: none;
}

/*# sourceMappingURL=stylesheet.css.map */
