@font-face {
  font-family: Bitter;
  src: url("/static/fonts/bitter.ttf");
}

h1, h2, h3, h4, h5 {
  font-family: Bitter;
  font-weight: bold;
}

form h1, form h2, form h3, form h4, form h5 {
  font-family: inherit;
}

address {
  padding-left: 1rem;
}

dd {
  margin-left: 1rem;
  margin-top: 0.375rem;
}

td {
  vertical-align: middle;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
  background-color: #198754;
  text-align: center;
  color: white;
}

fieldset {
  position: relative;
}

.errorMsg {
  background-color: #FFFAA0;
  border: 2px solid rgba(245, 176, 65, 0.5);
  white-space: nowrap;
}
.overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}

.absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.s-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-bar {
  color: white;
}

.grey-bg {
  background-color: #F2F2F2;
}

.card {
  border-color: #dee2e6;
}

.asteriskField {
  display: none;
}

.choice-info {
  background-color: #FFFAA0;
  width: fit-content;
}

.error {
  border: 1px solid white;
  border-radius: 0.375rem;
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.hero {
  height: 100vh;
  width: 100%;
  background-color: #00008B;
  background-image: url('/static/images/hero.jpg');
  background-size: cover;
  background-position-x: 18%;
  position: relative;
  color: white;

}

.hero .title  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  text-wrap: balance;
}

.hero .vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  background-image: url('/static/images/vignette.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero .over-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rules {
  border: 5px dotted #F2F2F2;
  border-radius: 15px;
}

.schedule p {
  margin: 0;
}
.schedule .day {
  border-right: 2px dotted black;
}

/* styles to have tab content backgrounds match tab */
.tab-validation {
  border-bottom: 1px solid #dee2e6;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tab-validation .nav-tabs {
  border-bottom: none;
}

.tab-validation .card-body {
  border-top: 1px solid #dee2e6;
  border-top-right-radius: 0.375rem;
}

.tab-validation .border-sides {
  background-color: white;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.tab-validation .border-sides.active {
  border-top-right-radius: 0.375rem;
}

.tab-validation .border-sides:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tab-validation legend {
  margin-bottom: 0;
  padding-bottom: .5rem;
  background-color: #F2F2F2;
}

.tab-validation .nav-tabs {
  background-color: #F2F2F2;
}