﻿/* Universal reset */
* {
    margin: 0;
    padding: 0;
}

/* 5 Defaults */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, var, dl, dt, dd, ol, ul, fieldset, form, label, legend, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* Convert line elements to block elements */
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* Responsive object sizing */
img, object, embed {
    max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll;
}
/* End of 5 Defaults */