body {
  margin: 0 auto;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #f8f8f8;
  font-size: 18px;
}
@media (max-width: 576px) {
  body {
    font-size: 16px;
  }
}

h1 {
  color: #000000;
}

h2 {
  color: #000000;
  font-size: 1.75rem;
}

h3 {
  color: #000000;
  font-size: 18px;
}

a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

p {
  font-size: 16px;
}

.btn {
  border-radius: 0;
}

.text-align-right {
  text-align: right;
}

.is-invalid {
  border-color: #DF1B41 !important;
  color: #DF1B41 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px var(#DF1B41) !important;
}

.alert {
  display: none;
}

#navbar {
  margin-bottom: 1.5em;
}
#navbar img {
  height: 5em;
  width: auto;
  margin: 1em;
}
#navbar .nav-icon {
  text-align: center;
  width: 3em;
  max-width: 3em;
  margin-top: 0.25em;
}
#navbar .nav-btn {
  text-align: center;
}
#navbar a, #navbar a:hover, #navbar a:visited, #navbar a:active {
  color: inherit;
  text-decoration: none;
  font-family: Patrick-Hand, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #navbar img {
    height: 5em;
    width: 130%;
  }
  #navbar .nav-btn {
    display: none;
  }
}

.hero-navbar {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.hero-navbar .bi-person {
  color: #f8f8f8;
}
.hero-navbar img {
  color: #f8f8f8;
}

#footer #footer-content {
  margin-bottom: 0 !important;
  align-self: flex-end;
}
#footer #instagram {
  color: #000000;
}
#footer p, #footer .nav-item {
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}
#footer p a, #footer .nav-item a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
#footer .nav-item:hover a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.form-signin input {
  margin-bottom: 0.5em;
}

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