/* Deconstruction Template Page Styles */
/* Import shared landing page styles */
@import url("/css/landing-page.css");

.hero h1 { 
  margin-bottom: 0.25rem; 
  line-height: 1.1; 
}

.hero h2:nth-of-type(1),
.hero h2:nth-of-type(2) { 
  font-size: 2.5rem; 
  margin-top: 0; 
  margin-bottom: 0; 
  line-height: 1.1; 
}

.hero h2:nth-of-type(3) { 
  margin-top: 1.5rem; 
}

.hero wistia-player {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  border-radius: 8px;
  border: 5px solid black;
  display: block;
}
