html{
    background: #222;
    color: #fafafa;
    font-family: "Helvetica";
    padding: 50px;
}

h1{
    text-transform: uppercase;
    font-size: 140px;
    width: 100%;
    text-align: justify;
}
h1 span{
    padding: 0;
    margin: 12px;
    display: inline-block;
    height: 150px;
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    -webkit-transition: all 2s ease;
}
h1:hover span:nth-child(even){top: 0.25em;color: #333;}
h1:hover span:nth-child(odd){top: -0.25em;color: #333;}
h1:hover span:nth-child(4n){left: 150px;}
h1:hover span:nth-child(3n){left: -50px;}
h1:hover span:hover{top: -230px;left: 200px;}
.letter-s{
    margin:0;
}
.letter-a,
.letter-o,
.letter-i{
    color: transparent !important;
    background: #f1f1f1;
    width: 100px;
    height: 100px;
    top: 17px;
}
.letter-o{
    border-radius: 50%;
    margin-right: 0;
}
.letter-a{background: none;
    border-width: 0 60px 100px 60px ;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #f1f1f1;
    width: 0;
    height: 0;
    margin-right: -12px;
}



ul{
    padding: 0;
    margin: 0 24px 0 0;
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

li{
    list-style: none;
}
li:first-child{
    padding: 4px 0;
    border-bottom: solid 3px;
    font-size: 18px;
    margin-bottom: 12px;
}

a{
    display: block;
    color: #cdcdcd;
    padding: 3px 0;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
}
a:hover{
    color: #f1f1f1;
}
a:visited {
}


@media only screen and (max-device-width: 480px) {
    html{
        padding: 0;
    }
    h1 span{margin: inherit 0;}
}
