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

html, body {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}

a:focus {
  outline: none;
}

a {
  color: #e60028;
  text-decoration: none;
}

a:hover {
  color: #af0023;
  text-decoration: underline;
}

.header a,
.footer a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto !important;
  display: block;
}