* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
}

.nav {
  height: 5rem;
  background: #222;
  padding: 1rem 0;
}

.nav-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.818);
  letter-spacing: 4px;
}

.nav-center {
  width: 90vw;
  max-width: 1170px;
  margin: 0 auto;
  /* border: 2px solid red;
  padding-left: 20rem; */
}

.hero {
  background: linear-gradient(
      to right,
      rgba(207, 245, 232, 0.25),
      rgba(239, 242, 243, 0.5)
    ),
    url(./img/chj-hero.jpg) center/cover;
  min-height: calc(100vh - 4rem);
}

.hero-center {
  width: 90vw;
  max-width: 1170px;
  margin: 0 auto;
  padding: 5rem 0;
  color: rgb(8, 15, 31);
}

.hero-center h1 {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

.hero-center p {
  margin-bottom: 1.5rem;
  max-width: 35em;
}

.hero-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.store-hours {
  /* letter-spacing: 2px; */
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

.address {
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.colorzilla {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+20,000000+100&0.65+38,0+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.65) 20%,
    rgba(0, 0, 0, 0.65) 38%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.65) 20%,
    rgba(0, 0, 0, 0.65) 38%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.65) 20%,
    rgba(0, 0, 0, 0.65) 38%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
