/*! normalize.css (trimmed) | MIT License | github.com/necolas/normalize.css */

/* 1) Set default font family to sans-serif.
   2) Prevent iOS text size adjust after device orientation change. */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

/* Remove default margin. */
body {
  margin: 0;
}

/* HTML5 display definitions */
article,
footer,
header,
main,
nav,
section {
  display: block;
}

/* Links */
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }

/* Embedded content */
img { border: 0; }
svg:not(:root) { overflow: hidden; }

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
}
