
.bg-mil {
    background-image: url('../images/millionaire-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.bg-darkorange {
    background-color: darkorange;
}
.active-sum {
    background-color: darkorange;
    color: #000;
    padding: 5px;
}

/* Answer Block */
.answer a {
    color: #ffffff;
    text-decoration: none;
}
.answer a:hover {
    color: #000000;
}
.answer:hover {
    background-color: darkorange;
}
.answer-selected {
    background-color: darkorange;
}
.badge {
    font-size: unset;
}

/*ICONS*/
.icons-rounded-circle-grey {
    width: 48px;
    height: 48px;
    background-color: #e9e9e9;
    border: 1px solid whitesmoke;
}
.icons-rounded-circle-grey:hover {
    background-color: #dddddd;
}
.icons-rounded-circle-green {
    width: 48px;
    height: 48px;
    background-color: #c0ecc7;
    border: 1px solid whitesmoke;
}
.icons-rounded-circle-green:hover {
    background-color: #afdbb6;
}
.bg-lightblue {
    background-color: #f2e1e4;
}