html {
    scroll-behavior: smooth;
}

.tx-navy {
    background-color: rgb(15, 23, 42);
}

.tx-red {
    background-color: #BF0D3E;
}

.text-tx-navy {
    color: #00204E;
}

.hero-gradient {
    background: linear-gradient(rgba(0, 32, 78, 0.85), rgba(0, 32, 78, 0.85)), url('/images/homepage/homepage-background.jpg');
    background-size: cover;
    background-position: center;
}
