/* Headings */
h1, h2, h3, h4, h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

h2 {
  font-size: 1rem;
  color: #fff;
}

h3 {
  font-size: 14px;
  letter-spacing: 4px;
  color: #444;
}

h5 {
  font-weight: 400;
  letter-spacing: 1px;
}

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 28px;
  word-spacing: 1px;
  letter-spacing: 1px;
  color: #777;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.25s ease-out;
}

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

/* Images */
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
