html, body {
    margin:0;
    padding:0;
    color: #fff;
    font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    -webkit-overflow-scrolling: touch;
}

html {
    width: 100%;
    height: 100%;
    background: #888 url(halong.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color: rgb(168, 179, 191);
    text-shadow: 1px 1px 10px #888;
}

ul.services {
    display: block;
    margin: 10% auto;
    padding: 0;
    width: 75%;
    text-align: center;
}

ul.services li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.services li + li {
    margin-left: 40px;
}

ul.services a {
    font-size: 120px;
}

@media screen and (max-width: 1024px) {
    ul.services a {
        font-size: 75px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    ul.services a {
        font-size: 50px;
        text-shadow: 1px 1px 10px #888;
    }
}
