.btn-primary {
    background-color: #4796AB !important;
    border-color: #4796AB !important;
    color: #fff !important;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #3c8192 !important;
        border-color: #3c8192 !important;
    }

.btn-secondary {
    background-color: #D5B12F !important;
    border-color: #D5B12F !important;
    color: #fff !important;
}

    .btn-secondary:hover {
        background-color: #b89c29 !important;
        border-color: #b89c29 !important;
    }


h1 {
    color: #4796AB;
    font-size: 2.2rem;
}

h2 {
    color: #4796AB;
    font-size: 1.9rem;
}

h3 {
    color: #4796AB;
    font-size: 1.6rem;
}

h4 {
    color: #4796AB;
    font-size: 1.3rem;
}

h5 {
    color: #4796AB;
    font-size: 1.1rem;
}


    /*
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

header {
    background-color: #ffffff;
}

.site-header {
    background-color: #ffffff;
}

footer {
    background-color: #ffffff;
    color: white;
}

body {
    background-color: #ffffff;

        */

