/*----- Styles used for FEH Timeline mockups -----*/

/**
* Colors used by timeline title and funder container
*/
.timeline__title{    
    color: #1195c4;
}

.timeline__whs{
    background-color: #8fe2ff;
}

.timeline__ukceh{
    background-color: #b8e49a;
}

.timeline__public{
    background-color: #e4cece;
}


/* --- Styles for a given timeline item section --- */
.timeline__badge p{
    margin-right: 0.25rem !important;
    color: #1195c4;
    font-weight: 500;
}

.timeline__header_container{
    z-index: 1;
    position: relative;
}

.timeline__group{
    z-index: 1;
    position: relative;
}

/*TODO: Placeholder styles for the data section background to be replace with img */
.binary {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.05;
    color: #000000c2;
}

