.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: futura-pt, sans-serif;
  color: #004896;
}

.rrtkheading h1 {
  text-align: left;
  font-family: futura-pt, sans-serif;
}

p {
  margin-top: 20px;
  margin-bottom: 1rem;
}

@media (min-width: 1400px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
    width: 75%!important;
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    width: 75%!important;
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    width: 80%!important;
  }
}

@media (min-width:576px) {
  .container, .container-sm {
    width: 540px;
  }
}

.w-50 {
  width: 70%!important;
}

@media (min-width:768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col .rrtkcol2 {
    flex: 1 0 0;
  }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #004896;
    --bs-btn-border-color: #004896;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0371B5;
    --bs-btn-hover-border-color: #0371b5;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004896;
    --bs-btn-active-border-color: #004896;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0371b5;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-btn-font-size: 1.5rem;
    margin: 10px;
    font-weight: bold;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #39ac55;
    --bs-btn-border-color: #39ac55;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0371b5;
    --bs-btn-hover-border-color: #0371b5;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #39ac55;
    --bs-btn-active-border-color: #39ac55;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-btn-font-size: 1.5rem;
    margin: 10px;
    font-weight: bold;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d9534f;
    --bs-btn-border-color: #d9534f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d9534f;
    --bs-btn-hover-border-color: #d9534f;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d9534f;
    --bs-btn-active-border-color: #d9534f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-btn-font-size: 1.5rem;
    margin: 10px;
    font-weight: bold;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

a {
  color: #004896;
  text-decoration: underline;
  font-weight: 600;
}

a:hover {
  color: #0371b5;
}

h2 {
  color: #39AC55;
  font-weight: 400;
}

.form-control::placeholder {
  color: var(--bs-black);
  opacity: 1;
}

span.textblue {
  margin-right: 10px;
  color: #004896;
  font-weight: 900;
}

span.neighborhoods {
  color: #ffffff;
  background: #39ac55;
  padding: 5px;
  margin: 5px;
}

.form-control {
    font-size: 1.5rem;
}

body {
    font-size: 1.5rem;
}

