html {
  font-size: 14px;
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100vh;
}

#content {
  padding-bottom: 94px;
}

.navbar {
  background-color: #000000;
  color: #d9d9d9;
  min-height: 60px;
}

.navbar-brand {
  color: #d9d9d9;
  transition: all 0.2s;
}
.navbar-brand:hover {
  color: #929292;
}

.navbar_intro {
  font-size: 0.8rem;
  color: #929292;
}

.footer {
  background-color: #000000;
  color: white;
  font-size: 0.8rem;
}

.custom_btn {
  display: inline-block;
  border: 1px solid #929292;
  background-color: transparent;
  color: white;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.custom_btn:hover {
  color: #000000;
  background-color: #5d5d5d;
}
.custom_btn__secondary {
  background-color: #d3a85b;
  border-color: #351606;
  color: #000000;
}
.custom_btn__secondary:hover {
  background-color: #c69235;
}

.navbar-toggler {
  color: white;
}

.form_container {
  margin: auto;
  max-width: 650px;
  background-color: #7e5e40;
  margin-bottom: 2rem;
  padding: 4rem 3rem 1rem 3rem;
  color: white;
}

.form_input {
  height: 3rem;
}

.custom_link {
  text-decoration: underline;
  color: white;
}

hr {
  color: #351606;
}

.nav-link__inline {
  color: #d9d9d9;
  text-decoration: none;
  transition: all 0.2s;
}
.nav-link__inline:hover {
  color: #929292;
}

@media screen and (min-width: 580px) {
  .form_container {
    padding: 3rem 5rem 1rem 5rem;
  }
} /*# sourceMappingURL=style.css.map */
