* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    color: #FFFFFF;
    min-height: 100%;
}

body {
    padding-bottom: 20px;
}

.logo {
    max-width: 50%;
    width: 240px;
    height: auto;
    text-align: center;
    margin: 70px auto 20px auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.title {
    font-family: 'Lobster', cursive;
    color: #000000;
    font-size: 36px;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0 10px 0;
}

.downloads {
    text-align: center;
}

.downloads a {
    margin: 0 10px;
}