.html-embed {
  height: 100vh;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80px;
  display: grid;
  position: absolute;
  bottom: 0;
}

.link-block {
  text-align: center;
  background-image: linear-gradient(#d1d1d180, #d1d1d180);
  width: 100%;
  height: 80px;
  line-height: 50px;
}

.link-block.w--current {
  height: 80px;
}

.text-block, .text-block-2, .text-block-3 {
  line-height: 80px;
}

.link-block-2 {
  background-image: url('../images/aaron-burden-v0HbU2CNJFs-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  text-decoration: none;
  display: flex;
}

.link-block-2.about-link {
  background-image: url('../images/kelly-sikkema-GPoh17DxqdM-unsplash.jpg');
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: block;
}

.image {
  width: 100%;
  max-width: 200px;
  padding-bottom: 62px;
}

.image-2 {
  max-width: 250px;
}

.header {
  justify-content: center;
  align-items: center;
  padding: 50px 50px 20px;
  display: flex;
}

.hero {
  text-align: center;
  padding: 200px 50px 250px;
}

.text-block-5 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 45px;
  line-height: 50px;
}

.text-block-6 {
  text-align: center;
  padding-top: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.italic-text {
  font-family: Georgia, Times, Times New Roman, serif;
}

.section-3 {
  background-color: #f0f0f0;
  padding: 80px 50px;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #008ca5;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  width: 100%;
}

.text-block-7 {
  color: #fff;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block-8 {
  color: #fff;
  padding: 20px 70px 80px 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block {
  background-image: url('../images/kelly-sikkema-GPoh17DxqdM-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.button {
  background-color: #e37f56;
  border: 2px solid #e37f56;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.sermons {
  margin-top: 50px;
  display: block;
}

.sermons.give {
  display: none;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  background-color: #494949;
  padding: 50px 50px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block-9.small-text {
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 22px;
}

.button-2 {
  color: #e37f56;
  background-color: #fff;
  border: 2px solid #e37f56;
  margin-top: 22px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.worship-with-us {
  border: 1px solid #494949;
  border-radius: 0;
  margin-top: 50px;
}

.link {
  color: #fff;
  font-style: italic;
}

.section-4 {
  text-align: center;
  background-color: #cacaca;
  padding: 50px;
  display: block;
}

.link-block-3 {
  max-width: 150px;
}

.text-block-10 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block-10.small-text {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 22px;
}

.section-5 {
  background-color: #000;
  padding: 50px;
}

.text-block-11 {
  color: #eee;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-2 {
  background-color: #fff;
  padding: 50px;
}

.html-embed-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer {
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 70px;
  padding-top: 14px;
  position: absolute;
  bottom: 0;
}

.link-block-4, .link-block-5 {
  margin-left: 60px;
}

.container, .container-2 {
  text-align: center;
}

.container-2.directionsbutton {
  padding-top: 42px;
}

.button-3 {
  background-color: #008ca5;
  min-width: 300px;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-12 {
  color: #000;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0;
}

.div-block-3 {
  text-align: center;
  padding-bottom: 40px;
}

.button-4 {
  background-color: #008ca5;
  margin-top: 37px;
}

.html-embed-3 {
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.code-embed {
  text-align: center;
  background-color: #3d3d3d;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-7 {
    padding-top: 50px;
  }

  .text-block-8 {
    padding-bottom: 50px;
    padding-right: 50px;
  }

  .div-block {
    background-color: #fff;
    background-image: url('../images/kelly-sikkema-GPoh17DxqdM-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .text-block-9.small-text {
    padding-top: 0;
    font-family: Vollkorn, serif;
    font-size: 16px;
    line-height: 22px;
  }

  .link {
    color: #fff;
    font-style: italic;
  }
}

@media screen and (max-width: 767px) {
  .about {
    display: block;
  }

  .div-block {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
  }

  .text-block-8 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    width: 200px;
  }

  .sermons {
    margin-top: 0;
  }

  .text-block-9 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
  }

  .text-block-9.small-text {
    font-weight: 400;
  }

  .button-2 {
    width: 200px;
    margin-left: 0;
  }

  .worship-with-us {
    margin-top: 0;
  }

  .text-block-10 {
    font-size: 28px;
  }
}

#w-node-_0e5a3fa7-758b-9278-4783-1286f91c1819-5c780361 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_0e5a3fa7-758b-9278-4783-1286f91c1819-5c780361 {
    grid-area: Area;
  }
}
