@charset "utf-8";
/* CSS Document */
.hero-home {
  background: url("../img/church_4286_1920.jpg") top center;
  background-size: cover;
  position: relative;
}
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/church_4286_1920.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
section {
  padding: 30px 0;
  overflow: hidden;
}
.section-title {
  padding-bottom: 20px;
}
.sonrise {
  background: linear-gradient(rgba(2, 2, 2, 0.0), rgba(0, 0, 0, 0.0)), url("../img/sunrise_001.jpg") fixed;
  background-position: bottom center;
  background-size: cover;
}
.gmap-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.gmap-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.responsive-container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.responsive-container, .responsive-container iframe {
  max-width: 960px;
  max-height: 540px;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p#video-title {
  font-weight: bold;
  background: #ffc107;
  padding: 5px 4px;
  font-family: serif;
  text-align: center;
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}