/*
Theme Name: Timeline
Theme URI: http://www.mindfaucet.com
Description: Base theme
Version: 1.000
Author: Mindfaucet
Author URI: http://www.mindfaucet.com
*/

body {
    margin: 0;
    padding: 0;
    background-color: #141414;
    background-image: url('style/timeline-bg.png');
}

h1 {
    border: 2px #f00 solid;
    padding: 10px;
    color: #fff;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 22px;
    margin: 0 0 0 85px;
    line-height: 32px;
}

.lifetime-data-wrap.small h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 0 45px;
}


#timeline {
    background-color: #0a0a0a;
    height: 40px;
    width: 20000px;
    position: sticky;
    top: 0;
    z-index: 10000;
}

.timeline-first-slot {
    float: left;
    width: 50px;
}

.timeline-slot {
    float: left;
    width: 100px;
    text-align: center;
    color: #ffa348;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 40px;
}

    .timeline-slot.hundred {
        font-size: 30px;
    }

    .timeline-slot.half {
        font-size: 15px;
    }

    .timeline-slot.quarter {
        font-size: 10px;
    }

.lifetime {
    background-color: #2b2b2b;
    height: 80px;
    margin: 10px 0 0 0;
}

    .lifetime.small {
        height: 40px;
    }

.lifetime-data-wrap {
    width: 20000px;
    margin-top: -80px;
}

    .lifetime-data-wrap.small {
        margin-top: -40px;
    }

.lifetime-data {
    height: 80px;
    width: 500px;
    position: sticky;
    left: 0;
}

    .lifetime-data-wrap.small .lifetime-data {
        height: 40px;
    }

.lifetime-pic {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
}

    .lifetime-data-wrap.small .lifetime-pic {
        width: 40px;
        height: 40px;
    }

.lifetime-dates {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 85px;
    line-height: 100%;
}

    .lifetime-data-wrap.small .lifetime-dates {
        font-size: 10px;
        margin: 0 0 0 45px;
    }

/* Category Colors */

.category-messianic-line-mary {
    background-color: #8b3f81;
}

.category-messianic-line-joseph {
    background-color: #2b5870;
}

.category-priest {
    background-color: #4a4274;
}

.category-judge {
    background-color: #447434;
}

.category-king {
    background-color: #9a7a3e;
}

.category-prophet {
    background-color: #812f2f;
}





