html {
  font-size: 16px; /* 1rem = 16px */
}
body {
	font-family: "roboto", sans-serif;
}
.hero-subhead {
	font-size: 1.2rem;
	font-weight: 400;
	margin: 1rem auto 2rem;
	line-height: 1.6;
}
.spideter-hero-headline {
	font-family: "acier-bat-solid", sans-serif;
	font-weight: 400;
	font-size: 6rem;
	letter-spacing: .1rem;
	font-style: normal;
	text-transform:uppercase;
	margin-bottom: 1rem;
}
.hero-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	height: 100vh;
	padding: 2rem;
	text-align: center;
}

.hero-content img {
	display: inline-block;
	max-width: 250px;
	height: auto;
	padding: 2rem;
	vertical-align: middle;
}
@media (max-width: 768px) {
  .spideter-hero-headline {
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
	margin-bottom: .5rem;
  }
  body {
    padding: 1.5rem;
  }

  .hero-content img {
    max-width: 140px;
  }
}
