html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem auto 0; }
  img.mobile {
    max-width: 400px; }

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  height: 4rem;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1); }
  nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    line-height: 0.5; }
    nav ul li {
      padding: 0.8rem 0.7rem 1.8rem;
      display: inline-block; }
      nav ul li a {
        font-size: 1.2rem;
        color: #181818;
        text-decoration: none;
        transition: all .2s ease-in-out; }
      nav ul li:hover a {
        color: #f00; }

/*# sourceMappingURL=styles.css.map */
