﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

.snip1226 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

    .snip1226 * {
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1226 li {
        /*display: inline-block;*/
        list-style: outside none none;
        margin: 0 13.5px;
        overflow: hidden;
    }

    .snip1226 a {
        padding: 0.3em 0;
        color: #950740;
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
        margin: 0;
        text-decoration: none;
    }

        .snip1226 a:before,
        .snip1226 a:after {
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .snip1226 a:before {
            bottom: 100%;
            display: block;
            height: 3px;
            width: 100%;
            content: "";
            background-color: #950740;
        }

        .snip1226 a:after {
            padding: 0.3em 0;
            position: absolute;
            bottom: 100%;
            left: 0;
            content: attr(data-hover);
            color: #950740;
            white-space: nowrap;
        }

    .snip1226 li:hover a,
    .snip1226 .current a {
        transform: translateY(100%);
    }
/* Demo purposes only */
/*body {
    background-color: #212121;
}*/
