a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #262626;
    font-weight: 600;
}

    a:hover {
        text-decoration: none;
        color: #404040;
    }

    a:visited {
        color: #262626;
    }

    a:visited:hover {
        text-decoration: none;
        color: #404040;
    }

.overlay-text a {
    color: #f0f0f0;
}

.overlay-text a:hover {
    color: #c0c0c0;
}

.overlay-text a:visited {
    color: #f0f0f0;
}

.overlay-text a:visited:hover {
    color: #c0c0c0;
}

.hr-block {
    width: 80px;
    border-top: 5px solid #666;
}



