body {
    font-family : 'Roboto', sans-serif;
}

.bg-flex-fill {
    background-position     : center center;
    background-repeat       : no-repeat;
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
}

.card-overlay {
    position         : absolute;
    top              : 0;
    left             : 0;
    width            : 100%;
    height           : 100%;
    background-color : rgba(0, 0, 0, 0.5);
    z-index          : 2;
    pointer-events   : none;
}
