/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

* {
    /* font-family: "Montserrat", sans-serif; */
    font-family: Comfortaa, cursive;
    font-optical-sizing: auto;
}

body {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* .bg, footer {
    color: rgb(37, 60, 78) !important;
    background-color: white;
} */

.bg, footer {
    color: white !important;
    background-color: rgb(37, 60, 78);
}

.jumbotronIndexPageImage {
    background-image: url('/assets/img/freepik-group-diverse-people-cpr-training-class_53876-31182.jpg');
    background-size: cover;
    background-position: bottom;
    opacity: 0.7;
}

/* .brand-color {
    color: rgba(0, 0, 255, 1) !important;
} */

.text-justify {
    text-align: justify !important;
}

.ws-preline {
    white-space: pre-line !important;
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.fade-out-animation {
    opacity: 0;
    visibility: hidden;
}