/*
LIGHT TAN:  #F3F1E4;
TAN:        #f2e9d0;
NAVY:       #00305C;


prussian-blue:     #003049;
fire-engine-red:   #d62828;
orange-wheel:      #f77f00;
xanthous:          #fcbf49;
vanilla:           #eae2b7;

*/



html, body {
    height: 100%; width: 100%;
    padding: 0; margin: 0;
}




body {
  font-family: montserrat-regular", ","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  min-height: 1000px;
  /*background-color: #f2e9d0;*/
  background-color: #FFF;
}




/* Static Nav
-------------------------------------------------- */


.navbar-static-top {
  margin-bottom: 19px;
}

.navbar .navbar-brand {
    padding: 0px;
}

.jumbotron .h1, .jumbotron h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}



/* FONTS */

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}


.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}


p.info {padding-left: 28px;}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-thin {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.montserrat-xlight {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.montserrat-xbold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.montserrat-black {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}





.pad  {
    padding-top: 48px;
    padding-right: 60px;
    padding-bottom: 48px;
    padding-left: 60px;
}





#home-hero {
    background-image: url('../img/church-background2.jpg');
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top -250px center;
    height: 600px;
}

#home-hero .container {
    padding: 30px 48px 48px 48px;
    position: relative;
    top: 90px;
    right: center;
    background-color: #FFF;
    opacity: .85;
}     



#about-hero {
    background-image: url('../img/beth-background2.jpg');
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top -450px center;
    height: 300px;
}

#history-hero {
    background-image: url('../img/old-church.jpg');
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top -450px center;
    height: 300px;
}

#events-hero {
    background-image: url('../img/beth-background2.jpg');
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top -450px center;
    height: 300px;
}

#news-hero {
    background-image: url('../img/beth-background2.jpg');
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top -450px center;
    height: 300px;
}

#contact-hero {
    background-image: url('../img/bible2.jpg');
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top -450px center;
    height: 300px;
}



#about-hero .container, 
#history-hero .container, 
#events-hero .container,
#news-hero .container,
#contact-hero .container {
    padding: 10px 48px 20px 48px;
    position: relative;
    top: 90px;
    right: center;
    background-color: #8ecae6;
    opacity: .7;
    text-align: center;
}     

 

.footer {
    background-color: #003049;
    background-position: no-repeat bottom center;
    color: #F3F1E4;
    padding: 60px 0;
}

.copyright {
    background-color: #003049;
    color: #F3F1E4;
    padding: 20px 0;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.footer a {
    color: #8ecae6;
    text-decoration: none;
}

.fa-solid, .fa-regular, .fa-brands {
    color: #8ecae6;
}


h1, h2, h3, h4, h5, h6,
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    font-family: "Marcellus", Sans-serif;
}

#home-hero h1  {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    font-size: 52px;
}


.feature {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: inherit;
  background-color: #eeeeee;
}
.feature h1,
.feature .h1 {
  color: inherit;
}
.feature p {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 200;
}
.feature > hr {
  border-top-color: #d5d5d5;
}
.container .feature,
.container-fluid .feature {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.feature .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .feature,
  .container-fluid .feature {
    padding-right: 60px;
    padding-left: 60px;
  }
  .feature h1,
  .feature .h1 {
    font-size: 48px;
  }


.feature-history .wide img {
    position: float-left;
    padding: 0 20px 10px 0;
    max-width: 800px;
    }
    
    
    
.feature-history img {
    position: float-left;
    padding: 0 20px 10px 0;

    }
    

    
.feature-history p.date, .history p.date {
      font-weight: bold;
      clear: left;
      padding-top: 10px;
    }
    
    hr {clear:left; padding-bottom: 10px;}    
    
    
    .whitebox {
        padding: 40px 14px;
        background-color: #FFF;
    }
    
    
.feature.event {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: inherit;
  background-color: #eeeeee;
}
    
    
.feature.event h2 {
  padding-bottom: 10px;
}
    
hr {
    border-bottom: 10px solid #000;
    }