body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
}

body,
html {
	height: 100%;
	width: 100%;
	color: #777;
	line-height: 1.8;
}

.title-image {
	background-image: url("images/title3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 5% 40%;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

@media only screen and (max-device-width: 1600px) {
	.title-image {
		background-attachment: scroll;
	}
}

w3-display-middle.title-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title-slide img {
  max-width: 95vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 2px solid white;
  box-sizing: border-box;
}

.w3-wide {
	letter-spacing: 10px;
}

.our-text-green {
	color: #5f7a75;
}

.our-green {
	background-color: #5f7a75;
}

.our-text-brown {
	color: #d3cabb;
}

.our-brown {
	background-color: #d3cabb;
}

.bible-text {
	text-decoration: none;
}

.toggle-link-visbility {
	display: none;
}

.square-background-contain-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 400px;
}
