.h-rem-5 {
    height: 5rem;
}

.h-rem-6 {
    height: 6rem;
}

.fs-title {
    font-size: 3rem;
}

.fs-subtitle {
    font-size: 1rem;
}

.fs-tiny {
    font-size: 0.9rem;
}

.underline {
    text-decoration: underline !important;
}

.bg-dark-blue {
    background-color: rgb(15, 33, 86);
}

.btn-dark-transparent {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-dark-transparent:hover {
    color: black;
    background-color: rgba(235, 235, 235, 0.9);
}

footer {
    color: white;
    margin: 1rem 0;
    text-align: center;
}

/* === Tablet Overrides === */
@media (min-width: 768px) {
    .fs-title {
        font-size: 5rem;
    }

    .fs-subtitle {
        font-size: 1.25rem
    }
}

/* === Desktop Overrides === */
@media (min-width: 992px) {
    .fs-title {
        font-size: 5rem;
    }
}