/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.text-custom1 {
    color: #ea6a59
}

.bg-dark2 {
    background-color: rgb(149 150 154) !important;
} 

.bg-2026 {
    background-color: rgba(16 149 163) !important;
}


.bg-light2 {
    background-color: rgb(228 228 230) !important;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ea6a59;
    --bs-btn-border-color: #ea6a59;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e5432e;
    --bs-btn-hover-border-color: #c92e19;
    --bs-btn-focus-shadow-rgb: 59, 198, 171;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c92e19;
    --bs-btn-active-border-color: #9e2414;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ea6a59;
    --bs-btn-disabled-border-color: #ea6a59;
}


:root {
    --bs-link-color: #ea6a59;
    --bs-link-hover-color: #c92e19;
}