body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-left-style: none;
  border-left-width: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #323263;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  color: #784240;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.navbar {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  line-height: 100px;
}

.navbar-link {
  padding: 0px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #784240;
  font-size: 18px;
  line-height: 100px;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar-link:hover {
  color: #c98667;
}

.navbar-link:focus {
  color: #c98667;
}

.navbar-link.w--current {
  color: #c98667;
}

.hero {
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  height: 100%;
  min-height: 100%;
  background-color: #222;
  background-image: url('../images/hero.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: left;
}

.hero {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  background-color: white;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(255, 255, 255, 0.85), transparent), url('../images/hero_2.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.85), transparent), url('../images/hero_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.logo {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f60;
  font-size: 36px;
  line-height: 100px;
  font-weight: 600;
  text-transform: none;
}

.logo:hover {
  color: white;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.section-app {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section.section-music {
  background-color: whitesmoke;
}

.section.section-shade {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: whitesmoke;
  background-image: -webkit-radial-gradient(50% 50% circle, rgba(255, 255, 255, 0.74) -1%, rgba(255, 255, 255, 0.85) 0%, transparent), url('../images/texture_1.png');
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.74) -1%, rgba(255, 255, 255, 0.85) 0%, transparent), url('../images/texture_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 200px;
}

.section-title {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #784240;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-content {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 650px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-left-style: none;
  font-family: Lato, sans-serif;
  color: #784240;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.popup {
  position: fixed;
  top: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.8));
  background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.8));
}

.popup-content {
  position: relative;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  width: 400px;
  padding: 30px 30px 20px;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 40px 0px;
}

.popup-content.contact-content {
  -webkit-transform: translate(-200px, -50%);
  -ms-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
}

.btn {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  border: 2px solid #784240;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #784240;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #784240;
  color: white;
}

.btn.btn-success {
  border: 2px solid #477e00;
  background-color: transparent;
  color: #477e00;
}

.btn.btn-success:hover {
  background-color: #477e00;
  color: white;
}

.btn.btn-success.btn-submit {
  margin-right: 0px;
  margin-left: 0px;
}

.btn.btn-left {
  margin-right: 10px;
}

.btn.btn-left:hover {
  background-color: rgba(68, 68, 68, 0.09);
}

.btn.btn-video {
  margin-left: 10px;
  border: 1px solid #784240;
  background-color: transparent;
  color: #784240;
}

.btn.btn-hero {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.btn.btn-hero.btn-video {
  margin-right: 15px;
  margin-left: 0px;
}

.copyright {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
}

.navbar-links {
  float: none;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group.form-group-last {
  margin-bottom: 0px;
}

.form-control {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-control:hover {
  border-color: #aaa;
}

.popup-trigger {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.popup-text {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.popup-link {
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.popup-link:hover {
  color: #666;
}

.brand {
  margin-right: 15px;
  margin-left: 15px;
  float: none;
}

.brand.w--current {
  float: none;
}

.brand-image {
  height: 75px;
}

.navbar1 {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.navbar2 {
  display: none;
}

.notify {
  display: none;
}

.hero-left {
  height: 560px;
  padding-top: 80px;
  padding-right: 10px;
}

.phone {
  max-width: 80%;
}

.copyright-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #555;
  text-decoration: none;
}

.copyright-link:hover {
  color: black;
  text-decoration: underline;
}

.brand-1 {
  width: 500px;
  margin-bottom: 20px;
}

.section-header {
  margin-bottom: 50px;
}

.section-header.center {
  margin-bottom: 60px;
}

.testimony {
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.testimony:hover {
  border-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.testimony-top {
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.testimony-video {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimony-bottom {
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: whitesmoke;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(255, 255, 255, 0.85), transparent), url('../images/texture_1.png');
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.85), transparent), url('../images/texture_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 200px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.center {
  text-align: center;
}

.last {
  margin-bottom: 0px;
}

.app-left {
  width: 350px;
  margin-top: 160px;
  float: left;
}

.app-middle {
  width: 350px;
  float: left;
}

.app-right {
  width: 350px;
  margin-top: 160px;
  float: right;
}

.app-nav.app-nav-left {
  text-align: right;
}

.app-nav-link {
  display: block;
  margin-bottom: 50px;
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.app-nav-link:hover {
  opacity: 1;
}

.app-nav-link.active {
  opacity: 1;
}

.app-nav-link-subtitle {
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.app-nav-link-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.app-nav-link-text {
  display: inline-block;
  width: 250px;
  height: 75px;
}

.app-nav-link-icon {
  display: inline-block;
  width: 100px;
  height: 75px;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 75px;
  text-align: center;
}

.app-demo {
  display: block;
  width: 1050px;
  margin: -20px auto 30px;
}

.app-slides {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 350px;
  height: 670px;
  background-image: url('../images/app_slides.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-slide {
  position: relative;
  left: 11.6%;
  top: 14.5%;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 265px;
  height: 472px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.app-download-buttons {
  margin-top: 10px;
  text-align: center;
}

.app-download-button {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.app-download-button:hover {
  opacity: 0.6;
}

.section-line {
  display: block;
  width: 85px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #784240;
  text-align: center;
}

.section-subtitle {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-transform: none;
}

.music-left {
  padding-right: 40px;
}

.music-image {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 20px 0px;
}

.music-buttons {
  margin-top: 20px;
  text-align: center;
}

.section-buttons {
  margin-top: 30px;
}

.prayer-item {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  background-color: white;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.app-demo-2 {
  margin-bottom: 40px;
}

.app-slider {
  display: block;
  width: 298px;
  height: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 83px 36px 85px 35px;
  background-color: transparent;
  background-image: url('../images/app_slides.png');
  background-position: 50% 0px;
  background-size: cover;
}

.app-slider-arrow {
  display: none;
}

.app-slider-slide {
  background-color: red;
}

.app-slider-nav {
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/texture_1.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/texture_1.png');
  background-position: 0px 0px, 50% 0px;
}

.footer-right {
  text-align: right;
}

.app-page {
  padding: 20px;
  background-color: whitesmoke;
}

html.w-mod-js *[data-ix="popup-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="hero-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="copyright"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="navbar-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="app-slides"] {
  opacity: 0;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

html.w-mod-js *[data-ix="fade-in-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-left"] {
  -webkit-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .navbar-link {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 30px;
    text-align: center;
  }
  .hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logo {
    height: 75px;
    line-height: 75px;
  }
  .section {
    padding: 100px 20px;
  }
  .hero-content {
    position: static;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .copyright {
    position: static;
    background-color: transparent;
    margin-bottom: 30px;
  }
  .mobile-button {
    height: 50px;
    padding: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #784240;
  }
  .mobile-button:hover {
    color: #c98667;
  }
  .mobile-button.w--open {
    background-color: transparent;
    color: #c98667;
  }
  .mobile-button.w--open:hover {
    color: #c98667;
  }
  .navbar-links {
    max-width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    background-color: white;
  }
  .brand-image {
    height: 40px;
  }
  .navbar1 {
    background-image: url('../images/texture1.png'), url('../images/texture1.png');
  }
  .hero-buttons {
    margin-bottom: 40px;
  }
  .hero-left {
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    text-align: center;
  }
  .phone2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .app-left {
    width: 200px;
    margin-top: 140px;
  }
  .app-middle {
    width: 298px;
    height: 570px;
  }
  .app-right {
    width: 200px;
    margin-top: 140px;
  }
  .app-nav-link {
    height: 50px;
    line-height: 50px;
  }
  .app-nav-link-subtitle {
    display: none;
  }
  .app-nav-link-title {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
  }
  .app-nav-link-text {
    width: auto;
    height: 50px;
    line-height: 50px;
  }
  .app-nav-link-icon {
    display: inline-block;
    width: 60px;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  .app-demo {
    width: 698px;
  }
  .app-slides {
    width: 298px;
    height: 570px;
  }
  .app-slide {
    top: 14%;
    display: block;
    width: 227px;
    height: auto;
  }
  .app-download-buttons {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .app-download-button {
    margin-right: 5px;
    margin-left: 5px;
  }
  .section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .brand-mobile-image {
    height: 50px;
  }
  .app-download-button-image {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero {
    height: 100%;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    font-size: 30px;
    line-height: 20px;
    font-weight: 300;
  }
  .hero-content {
    position: static;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-text {
    text-align: center;
  }
  .btn.btn-hero {
    font-size: 14px;
    line-height: 12px;
  }
  .copyright {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }
  .hero-buttons {
    margin-bottom: 40px;
  }
  .hero-left {
    padding: 0px;
    text-align: center;
  }
  .phone {
    display: block;
  }
  .phone2 {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .app-left {
    width: 75px;
  }
  .app-right {
    width: 75px;
  }
  .app-nav-link-text {
    display: none;
  }
  .app-demo {
    width: 448px;
  }
  .app-download-buttons {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .music-left {
    display: none;
    padding-right: 10px;
  }
  .app-demo-2 {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .app-slider-slide {
    background-color: transparent;
  }
  .footer {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .section-title {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-text {
    font-size: 18px;
    line-height: 28px;
  }
  .popup-content {
    width: 300px;
    -webkit-transform: translate(-150px, -175px);
    -ms-transform: translate(-150px, -175px);
    transform: translate(-150px, -175px);
  }
  .popup-content.contact-content {
    -webkit-transform: translate(-150px, -240px);
    -ms-transform: translate(-150px, -240px);
    transform: translate(-150px, -240px);
  }
  .copyright {
    line-height: 20px;
  }
  .hero-buttons {
    padding-top: 0px;
  }
  .app-left {
    width: 50px;
    margin-top: 60px;
  }
  .app-middle {
    width: 175px;
    height: auto;
    padding-left: 5px;
  }
  .app-right {
    width: 50px;
    margin-top: 60px;
  }
  .app-nav-link {
    margin-bottom: 20px;
  }
  .app-nav-link-icon {
    width: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .app-demo {
    width: 100%;
  }
  .app-slides {
    width: 175px;
    height: 335px;
  }
  .app-slide {
    width: 134px;
  }
  .app-download-button {
    width: 40%;
  }
}

