h1, h2, h3, h5 {
    font-family: lucida grande;
    color: #ffea00;
    font-weight: 300;
}

h4, h6 {
    color: #fff;
}

h1, h2 {
    font-size: 22px;
    line-height: 29px;
}

h3 {
    font-size: 16px;
    line-height: 21px;
}

h5 {
    font-size: 13px;
    line-height: 17px;
}

p {
    font-family: lucida grande;
    color: #fff;
    font-weight: 300;
}

a {
    color: #ffea00;
    text-decoration: none;
    /* border-bottom: 2px dotted #85ceef */
}

/* Override : some styles need to lessen */

.g-footer-sticky a, .g-footer-item a, #s-nav-bar-main a {
    border-bottom: initial;
    text-decoration: none;
}