


.home-menu__item {
    margin:.8em .6em;
    padding:0;
    display:inline-block;
}

.home-menu__item:after {
    content: "";
    width:25px;
    height:15px;
    background:url('../img/hyphen.svg') left top no-repeat;
    filter:drop-shadow(1px 3px 2px black); 
    background-size:contain;
    position: relative;
    top:6px;
    left:11px;
    color: white !important;
    transition: color 0s linear;
    display:inline-block;
}
.home-menu__item:last-of-type:after {
    display:none;
}


.home-menu__link {
    font-size: 24px !important;
    text-shadow: 1px 3px 4px rgba(30, 30, 30, 1);
}
@media (min-width: 480px) {
    .home-menu__item {
        margin:.8em .8em;
    }
    .home-menu__item:after {
        filter:drop-shadow(1px 3px 2px black); 
        top:9px;
        left:13px;
        width:35px;
        height:20px;
    }
    .home-menu__link {
        font-size: 32px !important;
        text-shadow: 1px 4px 5px rgba(30, 30, 30, 1);
    }
}
@media (min-width: 768px) {
    .home-menu__item {
        margin:.8em 1.5em;
    }
    .home-menu__item:after {
        filter:drop-shadow(1px 4px 3px black); 
        top:11px;
        left:23px;
        width:55px;
        height:30px;
    }
    .home-menu__link {
        font-size: 50px !important;
        text-shadow: 1px 5px 6px rgba(30, 30, 30, 1);
    }
}