body {
  background: #f6f2e1;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif; }

/* Adjusts for fixed menu covering part of section content. */
.anchor {
  display: block;
  height: 95px;
  /*same height as header*/
  margin-top: -95px;
  /*same height as header*/
  visibility: hidden; }

.navbar {
  border-bottom: #211f5f 3px solid;
  opacity: 0.9;
  font-family: 'Cinzel', serif; }

/* SHOWCASE */
#showcase {
  background-image: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  min-height: 700px; }
  #showcase .showcase-inner {
    padding-top: 250px;
    opacity: 0.9; }

/* PURPOSE STATEMENT */
#purpose-statement {
  text-align: center;
}

/* WORSHIP */
#worship-title {
  background-color: #fff;
  border-top: #211f5f 3px solid; }

#worship-heading {
  background-color: #211f5f; }

#worship {
  border-bottom: #f6f2e1 75px solid; }

/* MISSION AND SERVICE */
#mission-service-title {
  background-color: #fff;
  border-top: #8c0f0f 3px solid; }

#mission-service-heading {
  background-color: #8c0f0f; }

#mission-service {
  border-bottom: #f6f2e1 75px solid; }

/* ADULT MINISTRIES */
#adult-ministries-title {
  background-color: #fff;
  border-top: #211f5f 3px solid; }

#adult-ministries-heading {
  background-color: #211f5f; }

#adult-ministries {
  border-bottom: #f6f2e1 75px solid; }

/* CHILDEREN AND YOUTH */
#children-youth-title {
  background-color: #fff;
  border-top: #8c0f0f 3px solid; }

#children-youth-heading {
  background-color: #8c0f0f; }

#children-youth {
  border-bottom: #f6f2e1 75px solid; }

/* PFC */
#pfc-title {
  background-color: #fff;
  border-top: #211f5f 3px solid; }

#pfc-heading {
  background-color: #211f5f; }

#pfc {
  border-bottom: #f6f2e1 75px solid; }

#pfc a {
  color: #777; }

#pfc a:hover {
  text-decoration: none;
  color: #ccc; }

/* STAFF WELCOME */
#staff-welcome-title {
  background-color: #fff;
  border-top: #8c0f0f 3px solid; }

#staff-welcome-heading {
  background-color: #8c0f0f; }

#staff-welcome {
  border-bottom: #f6f2e1 75px solid; }
