h1{
    font-size:3rem;
}
h2{
    font-size:2.7rem;
}
h3{
    font-size:2.5rem;
}
h4{
    font-size:2.1rem;
}
h5{
    font-size:1.8rem;
}
h6{
    font-size:1.5rem;
}
hr{
  border:0;
  width:100%;
  height:1px;
  background-color:#eaeaea;
}
.belief h6{
  font-size:16px;
  font-weight:600;
  text-transform: uppercase;
}
.belief svg{
  margin-top:5px;
}
.belief-subhead{
  position:relative;
  margin-top:1.5em;
}
.belief h6{
  position:absolute;
  top:0;
  left:35px;
}
.belief-text{
  line-height:1.5;
  margin-left:2.4em;
}
nav ul a,
nav .brand-logo {
  color: #eaeaea;
}

nav .dropdown-content {
  top: 70px !important;
  border-radius: 2px;
  width: fit-content !important;
}

p {
  line-height: 1.8em;
}

.sidenav-trigger {
  color: #26a69a;
}
.upper{
  text-transform: uppercase;
}
nav {
  position: absolute;
  top: 0;
  box-shadow: none;
  webkit-box-shadow: none;
}
  nav, nav .nav-wrapper i {
    height: 100px;
    line-height: 100px;
  }
  nav .sidenav-trigger i {
    color: #fff;
  }

.brand-logo img{
    max-width:70px;
    margin-top:0.5em;
}
.logo-title {
  color: #000;
  text-transform: uppercase;
  font-size: 0.35em;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: -20px;
  line-height: 0px;
}
.home-hero {
  position: relative;
  height: 700px;
  z-index:-10;
}
.home-hero figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}
.home-hero-content{
    margin-top:-35em;
    color:#fff;
}
  .home-hero-content h4{
      font-style:italic;
      font-family: 'Monotype Corsiva';
  }

.hero-town{
    font-size:1em;
    padding:1.5em;
}
.header-name {
  text-transform: uppercase;
  padding: 0 !important;
  margin-top: 0;
  text-wrap: nowrap;
}

.default-hero {
  position: relative;
  height: 500px;
  z-index: 0;
}

  .default-hero figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }
.default-nav {
  z-index: 1;
  height: 60px;
  line-height: 60px;
  background-color: rgba(34, 34, 34, 0.5);
}
.default-nav .nav-wrapper i {
  height: 60px;
  line-height: 60px;
}
.default-nav .brand-logo img {
  max-width: 45px;
  margin-top: 0.3em;
}
.default-nav .dropdown-content {
  top: 60px !important;
}
.breadcrumb-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height:25px;
  background-color: rgba(34, 34, 34, 0.5);
}
.breadcrumb{
    font-size:12px;
}
.breadcrumb-container h1{
  line-height: normal;
    margin: 0;
    padding: 0;
    color: #d6d6d6;
    padding-left:8px;
}
figure{
  margin:0 !important;
  padding: 1em 0 1em 0;
}
.back-nav{
    padding-top:10px;
}
.back-nav a{
    vertical-align: top;
    text-transform: uppercase;
    font-size:1em;
    font-weight:500;
}
.back-nav i{
    font-size:1.5em;
}

.sticky-events, .sticky-events li{
  border: 0 !important;
  text-align: left;
  padding-left:20px !important;
}
.sticky-title {
  margin-top: 6px;
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 0.2em;
}

.sublist{
    list-style-type:none;
    display:inline-block;
    margin:0;
}
.sublist li{
    float: left;
    padding:0 0.5em 0 0.5em;
}
  .sublist li.selected {
    background-color: #eaeaea;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

.sublist li a {
  display: inline-block;
}
  .sublist li a:hover{
      color:#000;
  }
    .sublist li a.selected {
      color: #000;
      font-weight:bold;
    }
    .parallax-container {
      min-height: 380px;
      line-height: 0;
      height: auto;
      color: rgba(255,255,255,.9);
    }
.clickback{
    cursor:pointer;
}
.parallax-container .section {
  width: 100%;
}

.section {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.sj-yellow {
  color: #ffcb00;
}
.sj-yellow-bg{
    background-color: #ffcb00;
}

.home-below-hero{
    margin-top:10em;
}
.home-about-our-church {
  font-size: 0.6em;
  letter-spacing: 0.5em;
  font-weight: bold;
  padding: 1em 0 1em 0;
  color: gray;
}
.desktop-inline{
    display:inline-block;
}
.desktop-block {
  display: block;
}
.mobile-block{
    display:none;
}
.home-info{
  background-color:#f4f4f4;
  color:var(----color-text-grey);

}
.home-info .section{
  padding:0;
}
.home-info .row{
  margin-bottom:0;
}
.card .card-image .card-title {
  padding: 5px 5px 5px 24px;
  background: rgba( 34, 34, 34, 0.7);
  width: 100%;
}
.card.horizontal {
  margin-bottom: 2.5em;
}
.quote {
  padding: 0 2em 0 2em !important;
}
.quote img{
    width:70%;
}
.page-footer {
  background-color: #333333;
}
  .page-footer .footer-copyright {
    background-color: rgba(34, 34, 34, 0.5);
  }

.title-container{
    margin-top:-12em;
}
.title h1{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight:500;
}
.row img{
    max-width:100%;
}
.page-footer img{
  margin-top:1.8em;
}
.staff-bio img{
  max-width:200px !important;
}
.text p{
  padding-bottom:1em;
}

@media only screen and (min-width: 1040px){
  .container {
    width: 85%;
  }
} 
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .default-hero {
    z-index: -10;
  }
  .default-nav {
    z-index: 1000;
  }
  .parallax-container .section {
    position: absolute;
    top: 20%;
  }
  .full-container{
    padding:2em;
  }
  #index-banner .section {
    top: 0;
  }
  nav .dropdown-content {
    top: 0px !important;
  }
  .header-name {
    text-wrap: wrap;
  }
  .desktop-inline, .desktop-block {
    display: none;
  }
  .mobile-block {
    display: block;
  }
  .btn-home-hero a{
    margin-top:1em;
  }
  .logo-title{
    letter-spacing:0;
  }
  .home-below-hero {
    margin-top: 3em;
  }
  .verse-container{
    min-height: 600px;
  }
  .verse-container .section {
    top: 10%;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.title-home{
  display:flex;
  justify-content: space-between;
}

.honeypot {
  position: absolute;
  left: -9999px;
}