@import url("https://fonts.googleapis.com/css2?family=Oxygen&display=swap");
html,
body {
  font-family: "Oxygen", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #086f86;
}
@media only screen and (max-width: 600px) {
  body {
    background-color: white;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #086f86;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

h1 {
  color: #086f86;
  font-size: 2.18rem;
}

h2,
h3 {
  color: #086f86;
}

.alert {
  padding: 0.5rem 1.25rem;
  margin: 1rem 0;
  box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.25);
  border: 2px dashed red;
  color: #000000;
  font-weight: bold;
  border-radius: 5px;
}

.card {
  background-image: url(../images/teton_mountains_2022.png);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #222222;
  max-width: 500px;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-bottom: 115px;
  border-radius: 0.25rem;
  background-color: white !important;
}
@media only screen and (max-width: 600px) {
  .card {
    box-shadow: none !important;
    margin-top: 0 !important;
    padding: 1rem !important;
    border: none !important;
    min-height: 100vh;
    border-radius: 0;
    padding-bottom: 115px;
  }
}
.card button,
.card .btn,
.card a.btn {
  display: block;
  color: rgb(255, 255, 255);
  background: rgb(37, 36, 36);
  background: linear-gradient(180deg, rgb(70, 68, 68) 0%, rgb(0, 0, 0) 100%);
  border: 1px solid rgb(37, 36, 36);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0.5rem 5rem;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
.card button.disabled,
.card .btn.disabled,
.card a.btn.disabled {
  color: rgb(180, 180, 180);
  background: rgb(50, 50, 50);
  background: linear-gradient(180deg, rgb(99, 68, 68) 0%, rgb(25, 0, 0) 100%) !important;
  border: 1px solid rgb(37, 36, 36);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0.5rem 5rem;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: not-allowed;
}
.card button:hover,
.card .btn:hover,
.card a.btn:hover {
  background: none !important;
  background-color: rgb(0, 0, 0) !important;
}
.card label {
  color: #086f86;
  font-weight: bold;
}
.card input {
  display: block;
  background-color: rgb(255, 255, 230);
  border: none;
  border-bottom: 2px dashed #086f86;
  color: #086f86;
  text-align: center;
  padding: 0.75rem 3rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 0.25rem;
}
.card button {
  display: block;
  box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 0.75rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.disabled {
  background-color: #AAAAAA !important;
  color: #555555 !important;
}

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