body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: Georgia, 'Times New Roman', serif;
}

/* Navbar */
.navbar {
  font-weight: 600;
}

/* General */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a:hover {
  text-decoration: none;
  color: #87324f;
}

ul {
    text-align: center;
    list-style: none;
    padding: 0;
}

footer a {
  color: #f8f9fa;
}

footer a:hover {
  color: #87324f;
}

footer {
 font-size: 14px;
}

footer a {
  color: #838993;
}

.minister-link {
  background: #C8D6DE;
}

.minister-link:hover {
  background-color: #87324f;
}
.minister-link a:hover {
  color: #212529;
}

.gold-border {
  border: 2px solid #BA8748;
}

section {
  padding: 100px 0; }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none; }

::selection {
  color: white;
  background: #222222;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #222222; }


/* Header Cover */
header.masthead {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: white;
  background-image: url("../images/slem-banner.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 150px 15px 100px;
    text-align: center; }
    header.masthead .header-content .header-content-inner h1 {
      font-size: 30px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
    header.masthead .header-content .header-content-inner hr {
      margin: 30px auto; }
    header.masthead .header-content .header-content-inner p {
      font-size: 16px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 768px) {
    header.masthead {
      height: 100%;
      min-height: 600px; }
      header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        header.masthead .header-content .header-content-inner {
          max-width: 1000px;
          margin-right: auto;
          margin-left: auto; }
          header.masthead .header-content .header-content-inner h1 {
            font-size: 50px; }
          header.masthead .header-content .header-content-inner p {
            font-size: 18px;
            max-width: 80%;
            margin-right: auto;
            margin-left: auto; } }

  .bg-tithe {
    background-color: #2dc578;
    color: #fff;
  }

  .bg-giving {
    background: url('../images/giving-background.jpg') no-repeat center center;
  }

  .bg-icfm {
    background: #1a80b6;
  }

  .round-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

  .error-msg {
  border-radius: 5px;
  padding: 5px;
}

.sle-cover {
  margin-top: -70px;
}


@media (min-width: 768px) {
.sle-cover {
  margin-top: 0;
}
 } /* medium and above */
