.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;
}

.text-over-dark a {
    color: #6F175F;
    text-decoration: none;
}
.text-over-dark a:hover {
    color: #6F175F;
    text-decoration: underline;
}