html {
    /*font-family: sans-serif !important;*/
}

body {
    min-height:100vh;
}

/*
.idream-rating-checked {
    color: gold !important;
}
*/

.idream-card-rounded {
    border-radius: 1.2rem !important;
}

/* Extra small devices (portrait phones, less than 320px) */
.idream-card-title {
    font-size: 0.5rem !important;
}

@media (min-width : 320px) {
    .idream-card-title {
        font-size: 0.75rem !important;
    }
}

@media (min-width : 360px) {
    .idream-card-title {
        font-size: 0.9rem !important;
    }
}

@media (min-width : 375px) {
    .idream-card-title {
        font-size: .9rem !important;
    }
}

@media (min-width : 411px) {
    .idream-card-title {
        font-size: 1.0rem !important;
    }
}

@media (min-width : 480px) {
    .idream-card-title {
        font-size: 1.2rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .idream-card-title {
        font-size: .6rem !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .idream-card-title {
        font-size: 0.8rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .idream-card-title {
        font-size: 1.2rem !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .idream-card-title {
        font-size: 1.5rem !important;
    }
}


