/* lingopets color scheme */

img#lingopets {
    /* logo */
    display: block;
    float: left;
    width: 40%;
    margin-bottom: 2%;
}

/* Black: #0D0D0D */
/* Shadow: #494C73 */
/* Yellow: #F2E5A2 */
/* Pink: #D891D9 */
/* Light Pink: #D9A9BB */


#nav-primary a:hover {
    color: #D891D9;
}



h2 {
    color: #494C73;
}

h3 {
    color: #D891D9;
}

p,
p.back,
p.last,
ul.bullets {
    color: #0D0D0D;
}

a {
    text-decoration: none;
    color: #D891D9;
}
a:hover {
    color: #F2E5A2;
}



/* BACK TO TOP BUTTON */
button#top {
    display: none;
    position: fixed;
    /* space outside of button */
    bottom: 50px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0D0D0D;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    color: #F2E5A2;
}

button#top:hover {
    background-color: #F2E5A2;
    color: #D891D9;
}