/* Paradise CSS */

/******************** MOBILE FIRST ********************/
/* GENERAL + FONT */

a, a:visited {
    color: #2A3E92;
}

a:hover {
    color: #192557
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 20px 0px;
    letter-spacing: 4px;
    color: black;
    text-align: center;
}

h2 {
        font-size: 24px;
        text-transform: none;
        font-weight: normal;
        margin: 20px 0px;
        letter-spacing: 4px;
        color: red;
        text-align: center;
    }

h3 {
        font-size: 24px;
        text-transform: none;
        font-weight: normal;
        margin: 20px 0px;
        letter-spacing: 4px;
        }

#mediaData p.caption {
            border-left: 5px solid #fbf914;
        }

/* HEADER */

#chapter-title h2 {
            font-size: 24px;
            text-transform: none;
            font-weight: normal;
            margin: 20px 0px;
            letter-spacing: 4px;
            color: red;
            text-align: left;
        }

/* Text */
.chapter-nav a, a:visited {
    color: #858586;
    text-decoration: none;
}

a:hover {
    color: #3c3c3d
}

/* LHS MEDIA UPDATE LINKS */
span.update-lhs-link {
    background-color: #FFFFEE;
    border-left: 5px solid #fbf914;
}


/* INSERT REFERENCE LINKS */
span.insert-ref-link {
    background-color: #FFEEEE;
    border-left: 5px solid #ffb7b7;
}

span.insert-ref-link:hover {
    background-color: #ffb7b7;
    cursor: pointer;
}
