/* Global Styles */
body {
  font-family: 'Helvetica', Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* Hero Image */
.hero {
  width: 100%;
  height: auto;
  background-color: black;
}

/* Headings */
h1 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  text-align: left;
}

h2 {
  margin: 0;
  padding: 20px 30px 20px 0;
  background-color: red;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  text-indent: 18px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
}

/* Lists */
ul {
  columns: 3;
  list-style: none;
  width: 50%;
  margin: 20px auto;
  padding: 0;
}

ul li {
  margin-bottom: 10px;
}

/* Paragraphs */
p {
  margin: 0 0 20px;
}

/* Links */
a {
  color: #0000EE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
