/* ============================================ *
* Reset
* ============================================ */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    line-height: 1;
}

html,
body {
    border: 0;
}

/* ============================================ *
* Base Styles
* ============================================ */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    font-size: 14px;
    line-height: 1.5;
}

/* ============================================ *
* Global
* ============================================ */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}
