/* CSS Document */
.mobile {
  display: none;
}

.desktop {
  display: block;
}

.fullheight {
  min-height: calc(100vh - 67px);
}

h1 {
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 800;
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h3 {
  font-size: 1.7rem;
  line-height: 2rem;
}

h1 sup {
  font-size: 3.5rem;
  top: -0.5rem;
}

.modal h1 {
  font-size: 2rem;
  line-height: 1;
}
.modal h2 {
  font-size: 1.75rem;
  line-height: 1;
}
.modal h3 {
  font-size: 1.5rem;
  line-height: 1;
}

p {
  font-size: 1rem;
  line-height: 1.2rem;
}

.supfr {
  font-size: 0.3em !important;
  top: -1.5em;
}

.rules h1, .rules h2, .rules h3, .rules h4 {
  color: white;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.modal .rules h1, .modal .rules h2, .modal .rules h3, .modal .rules h4 {
  color: black;
  text-shadow: none;
}

.text-shadow {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.lang_toggle:not(:last-child) {
  border-right: 1px solid rgb(var(--light));
}

.alert button {
  display: none;
}

.mainbg {
  background-image: url("HockeyBground.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: rgb(var(--brand-primary));
  background-position-x: center;
  background-position-y: -300px;
  min-height: 100vh;
}

.navbar-brand img {
  max-height: 67px;
}

.btn-outline-secondary {
  border: 1px solid rgb(var(--light));
}

.contest-card {
  border-radius: 20px;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-radius: 5px !important;
  border: 1px solid rgb(var(--dark));
  padding: 8px 12px !important;
  margin-bottom: 10px !important;
}

label:not(.form-check-label) {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 14px;
}

label.req:after {
  content: "*";
  color: rgb(var(--brand-primary));
}

.form-check label {
  padding-top: 10px;
  margin-left: 20px;
  font-weight: 500 !important;
  display: flex;
}

.form-check label a {
  color: rgb(var(--brand-primary)) !important;
  font-weight: 700;
  text-decoration: underline !important;
  cursor: pointer;
}

.form-check label.req:after {
  content: "";
}

.form-check-input {
  border: 1px solid rgb(var(--dark));
  border-radius: 5px !important;
  width: 36px;
  height: 36px;
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
}

.form-check-input:checked {
  content: "&#x2713;";
  background-color: rgb(var(--brand-primary)) !important;
  border: 2px solid rgb(var(--dark));
}

input.error {
  border: 2px solid rgb(var(--brand-primary)) !important;
}

label.error, .invalid-tooltip {
  padding-top: 0 !important;
  color: rgb(var(--brand-primary));
  background-color: white;
  font-weight: 700;
}

@media only screen and (min-width: 960px) {
  .container {
    max-width: 900px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mainbg {
    background-size: 100%;
    background-position-y: top;
  }
  .mobile-text-center {
    text-align: center;
  }
  h1 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  h3 {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
  h1 sup {
    font-size: 2.5rem;
    top: -0.5rem;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .frhead {
    font-size: 2.5rem;
    line-height: 2.3rem;
    font-weight: 800;
    padding-bottom: 10px;
  }
  .mobile40 {
    /*max-height: 40vh;*/
  }
  .max50vh {
    max-height: 50vh;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 2.3rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  h1 sup {
    font-size: 1.5rem;
    top: -0.5rem;
  }
  .frhead {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 800;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=custom.css.map */