body {
  font-family: "Karla", sans-serif;
  margin-top: -1rem;
}

body {
  overflow-x: hidden;
}

/* .tlc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: content-box;
} */

.tlc-lists {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  color: #fff;
  background-color: #228be6;
  list-style: none;
  display: inline-block;
  flex-direction: column;
  gap: 1.2rem;
}

.tlc-list {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  align-items: center;
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}

.tlc-icon {
  margin-right: 8px;
  height: 1.2rem;
  color: #fff;
}

.tlc-img {
  transform: translateY(0.2rem);
  padding-left: 1.2rem;
}

.header {
  margin-top: -4rem;
  transform: translateY(-3rem);
}

.header-img {
  height: 7rem;
  transform: translate(10px, 100px);
}

.header-list {
  margin-left: 5.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding-left: 7rem;
  margin-top: -2.5rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
}

.main-nav-link:active,
.main-nav-link:hover {
  color: #63a9eb;
}

.main-nav-link:link,
.main-nav-link:visited {
  padding: 1rem 2rem;
  border-radius: 3px;
  color: #fff;
  background-color: #63a9eb;
  border-radius: 1.5rem;
}

.main-nav-link:hover,
.main-nav-link:active {
  background-color: #d07010;
  padding: 1rem 2.75rem;
}

.dropdown {
  display: inline-block;
}

.dropdown button {
  transition: all 0.3s;
  padding: 1rem 2rem;
  border-radius: 3px;
  color: #fff;
  background-color: #63a9eb;
  border-radius: 1.5rem;
  border: none;
  font-weight: 600;
}
.dropdown a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 10px 15px;
}
.dropdown .content {
  display: none;
  position: absolute;
  background-color: hsl(0, 0%, 95%);
  min-width: 100px;
  box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
}

.dropdown:hover .content {
  display: block;
}

.dropdown:hover button {
  color: #fff;
  background-color: #e97a11;
}
.dropdown a:hover {
  background-color: hsl(0, 0%, 90%);
}

.content {
  transition: all 0.3s;
  border-radius: 1.5rem;
}

.content-link {
  border-radius: 1.5rem;
}

.pastor-header {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: #000;
  background-color: #f07000a3;
  padding: 0.4rem;
}

.pas-pic {
  transform: translateY(-13.5rem);
  padding-left: 33rem;
  height: 20rem;
}

.subheader {
  font-size: 1.8rem;
  font-weight: 600;
}

.names {
  padding-left: 3rem;
}

.pastor-text {
  padding-left: 3rem;
  width: 20rem;
  overflow-wrap: break-word;
}
