.text-white h1, .text-white .h1,
.text-white h2, .text-white .h2,
.text-white h3, .text-white .h3,
.text-white h4, .text-white .h4,
.text-white h5, .text-white .h5,
.text-white h6, .text-white .h6 {
    color: #FFF;
}
a.text-white-link {
    color: #FFF;
    text-decoration: none;
}
a.text-white-link:hover {
    color: #FFF;
    text-decoration: underline;
}