html,
body {
    font-family: "Nunito", sans-serif;
}

html {
    color: red !important;
}

.content {
    min-height: calc(100vh - 107px);
    /* background-image: var(--bg-image); */
    background: linear-gradient(rgba(207, 207, 207, 0.4), rgba(0, 0, 0, 0.6)), var(--bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.home-bg {
    background-color: #E0F6FF;
    width: 100%;
    height: auto;
}

.home-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60vw;
    height: auto;
}

footer {
    background: #E0F6FF;
    border-top: 1px solid lightgrey;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(240, 238, 238, 0.5) no-repeat center center;
    z-index: 10000;
}

.card-loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
}

.nav-item-image {
    width: 2.5rem;
    height: 2.5rem;
}

/* .nav-item-badge {
    top: 0;
    left: 0
} */

.top-nav-text {
    color: black;
    text-align: center;
    font-weight: 1rem;

}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    filter: brightness(98%);
}

.hover-scale {
    transition: 0.3s;
}

.hover-scale:hover {
    transform: scale(1.03)
}
