body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #686971;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.form-field {
  margin-bottom: 1.5rem;
}

label {
  font-weight: 600;
  color: #3f5588;
}

.message-header {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  background: #3f5588;
  background-image: linear-gradient(to right, #517ea4, #3f5588);
  color: #fafafa;
  padding: 10px;
  border-radius: 5px;
}
.message-header h4 {
  color: #fafafa;
}

.main-content {
  padding: 0 3rem;
}

.bold-text {
  font-weight: 600;
}

.hero-image {
  height: 50vh;
  width: 100%;
  object-fit: cover;
}

.heading-img {
  width: 5%;
}

.vh-100 {
  height: 100vh;
}

.navbar {
  background-image: linear-gradient(to right, #517ea4, #3f5588);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.bottom-content {
  background-color: #3f5588;
  color: #fafafa;
}

.bottom-image {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

a.fc-event {
  color: #3f5588;
}

a:link.active {
  text-decoration: underline;
  color: #e5dbc0;
}

.navbar-brand {
  line-height: 25px;
}

a:link.active-footer {
  text-decoration: underline;
  color: #3a3e5c;
}

.logo-button-wrapper {
  width: 150px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.about-image {
  height: -webkit-fill-available;
  object-fit: contain;
}

.doc-images {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.navbar-nav .nav-link.active {
  text-decoration: underline;
  color: #fafafa;
  color: #d4cfcf;
}

.btn.branded, .btn-primary {
  background-color: #3f5588;
  color: #fafafa;
  border: none;
}
.btn.branded:hover, .btn-primary:hover {
  background-color: #2a447d;
  color: #ffffff;
}

.btn.inverse-branded {
  background-color: #fafafa;
  color: #3f5588;
  border: none;
}
.btn.inverse-branded:hover {
  background-color: #e8e6fa;
  color: #203054;
}

.card-title {
  margin-bottom: 1.3rem;
}

.text-tertiary {
  color: #5d37b2;
}

h1, h2, h3, h4 {
  color: #3f5588;
}
h1.inverse-heading, h2.inverse-heading, h3.inverse-heading, h4.inverse-heading {
  color: #fafafa;
}

.partner-image {
  max-width: 150px;
}

.nav-logo {
  height: 55px;
  float: left;
  margin-right: 12px;
}

.superman-logo {
  max-width: 80px;
}/*# sourceMappingURL=styles.css.map */