/* Fonts */
.lato-regular {
    font-family: "Lato", sans-serif;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.vr {
    border: 1px;
    margin: 0px 10px;
}

.no-anchor-underline {
    text-decoration: none !important;
    color: inherit !important;
}

.mainThumbnailImage {
    height: 100%;
    object-fit: fill;
}

/*
    Custom Bootstrap
*/
.live-spinner-grow {
    --bs-spinner-width: 0.75rem;
    --bs-spinner-height: 0.75rem;
    --bs-spinner-animation-speed: 1s;
}

/* 
    Image Overlay
*/
.image-overlay-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.background-overlay-image, .overlay-image {
    position: absolute;
    object-fit: cover;
}

.background-overlay-image {
    opacity: 0;
    filter: blur(30px);
    z-index: 1;
}

.overlay-image {
    z-index: 2;
}

.mouse-pointer {
    cursor: pointer;
}

.no-text-select {
    user-select: none;
}