﻿*, *:focus, *:hover {
    outline: none;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul, li, body, div, h4, h1, header, i, strong, form, label, span, footer, small, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a,
button {
    cursor: pointer;
}

input, select {
    vertical-align: middle;
}

