/*
Theme Name: Crossroads Cool Theme
Author: the Overdose Digital team
Author URI: https://www.overdose.digital/
Description: Crossroads team theme for site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Upgrade: false
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.breadcrumbs-list a, .breadcrumbs-list span{
    text-decoration: none;
    text-shadow: 0 0 20px #000;
    display: inline-flex;
    align-items: flex-start;
    margin: 4px;
    font-size: .5rem;
    line-height: .625rem;
    opacity: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumbs-list span a, .breadcrumbs-list span span{
    opacity: .4;
}