/* Next */

body {
  font-family: EB Garamond, Charter, Bitstream Charter, Sitka Text, Cambria, serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Playfair Display SC, serif;
}


.admin h1, .admin h2, .admin h3, .admin h4, .admin h5, .admin h6 {
  font-family: Seravek,Gill Sans Nova,Ubuntu,Calibri,DejaVu Sans,source-sans-pro,sans-serif;
}

p a {
  text-decoration-line: underline;
  color: rgb(30 64 175);
}

nav a {
    text-decoration-line: none;
    color: #000;
}

#hero {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  margin-top: 0.5rem;
}

#hero h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

#footer {
  text-align: center;
  padding: 100px 0;
}

#weather {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: rgb(249 250 251);
  background-color: rgb(248 113 113);
  font-weight: 700;
}

#weather p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
}

.index-sections, #services {
  max-width: 72rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.index-section {
  align-items: center;
  border-bottom-width: 1px;

  padding-top: 2.5rem;
  padding-bottom: 2.5rem;

  border-color: rgb(226 232 240);
}

.index-section h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.index-section p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#services {
  text-align: center;
}

#upcoming {
  margin-bottom: 100px;
}

#upcoming h3 {
  font-size: 60px;
}
.service {
  margin-bottom: 100px;
}

.service h3 {
  font-size: 24px;
}

.service p {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .index-sections, #services {
    margin-left: auto;
    margin-right: auto;
  }
  .index-section {
    display: flex;
  }

  .index-section h2 {
    margin-bottom: 0.5rem;
    width: 50%;
  }

  .index-section p {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 50%;
  }

  #hero h1 {
    margin-top: 8rem;
    margin-bottom: 8rem;
    font-size: 6rem;
    line-height: 1;
  }

  #weather p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
