html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #eaeaea;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
a img {
    border: 0;
}
video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

*:active {
    outline: 0;
}

p {
    padding: 0;
    margin: 1em 0;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}

a:link,
a:visited {
    text-decoration: none;
    color: inherit;
    outline: 0;
}
a:focus,
a:hover,
a:active {
    outline: 0;
}