.logo {
    display: block;
    margin: auto;
    width: 25%;
    padding-bottom: 0px;
    padding-top: 50px
}

.tagline {
  font-size: 28px;
  font-weight: 1000;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.scripture-ref {
  font-size: 17px;
  font-weight: 500;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-align: center;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

hr.divider {
    border: 2px solid black;
    margin: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.image {
    display: block;
    margin: auto;
    width: 35%;
    margin-top: 0px;
    margin-bottom: 0px;
}


h1 {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 80px;
    line-height: 0.5;
}


/* .navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  padding: 0px 0;
}

.navbar a {
  display: flex;
  flex: 1;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  height: 100%;
  color: black;
  transition: background 0.3s;
  font-size: 20px;
  font-weight: bold;
}

.navbar a:hover {
  background-color: transparent;
  color: rgb(70, 69, 69);
}

.navbar a.active {
  background-color: transparent;
}

@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
  }

  .navbar a {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
}

a {
  color: black;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 20px;
} */