/*
Theme Name: Lighthouse Grace Bible Church
Theme URI: 
Description: Theme build for Lighthouse Grace Bibile Church
Version: 1.0.0
Author: KreativHQ
Author URI: www.kreativhq.com
Tags: church
Licensed under GPL. 
*/

/*BEGIN CUSTOM CSS HERE*/


body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, cite {
  font-family: "itc-zapf-international", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler .fa-bars, .navbar-scroll {
  color: #fff ;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler .fa-bars, .navbar-scroll .navbar-brand {
  color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scrolled {
  background-color: #fff;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hover-shadow:hover {
  transform: translateY(-8px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 64px rgba(0, 0, 0, 0.7);
}

