body {
  margin: 0;
  font-family: Georgia, serif;
  color: #000;
  background: #fff;
  line-height: 1.6;
}

/* Header logo area */
header {
  padding: 20px;
  text-align: left;
}
header h1 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
}
header p {
  margin: 2px 0 0;
  font-size: 12px;
  text-transform: uppercase;
}

/* Hero section */
.hero {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("assets/hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: left;
  color: #fff;
}
.hero h2 {
  margin: 0 0 30px 30px;
  font-size: 36px;
  font-weight: normal;
}

/* Content */
.content {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
  font-size: 15px;
}
.content p {
  margin-bottom: 20px;
}
.content strong {
  font-weight: bold;
}
