* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

nav {
	height:80px;
	background: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0rem calc((100vw - 1300px) / 2);
}

.logo {
	color: white;
	font-size: 1.3rem;
	font-weight: bold;
	font-style: italic;
	padding: 0 0.5rem;
}

nav a {
	text-decoration: none;
	color: white;
	padding: 0 0.5rem;
}

.nav-items {
	display: flex;
	justify-content: space-between;
	gap: 0rem;
}

.hero {
	background-color; black;
	background-image: url("dove3.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: start;
	align-items: flex-end;
	height: 95vh;
	padding: 3rem calc((100vw - 1300px) / 2);
}

.column-left {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: flex-start;
	color: white;
	padding: 0 1rem;
}

.column-left h1 {
	margin-bottom: 1rem;
	font-size: 4rem;
}

.column-left p {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 1.5;
}

button {
	padding: 1rem 3rem;
	font-size: 1rem;
	border: solid;
	color: white;
	background: black;
	cursor: pointer;
	border-radius: 50px;
	border-color: white;
}

button:hover  {
	background: white;
	color: black;
	border-color: black;
}

.about-us-container {
	display: flex;
	grid-template-columns: 1fr 1fr;
	height: 95vh;
	padding: 3rem calc((100vw - 1300px) / 2);
	align-items: flex-start;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
}

.contact-us-container {
	display: flex;
	grid-template-columns: 1fr 1fr;
	height: 95vh;
	padding: 3rem cals((100vw - 1300px) / 2);
	align-items: flex-start;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
}
.content h1 {
	margin-bottom: 4rem;
	font-size: 5rem;
	text-align: center;
}

.content h2 {
	margin-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}

.content p {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 1.5;
}

.contact h1 {
	margin-bottom: 4rem;
	font-size: 5rem;
	text-align: center;
}

.contact h2 {
	margin-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}

.contact p {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

.pics {
	display:flex;
	align-items:flex-start;
}

.hall-img {
	width: 50%;
	padding: 1rem;
}

.map-img {
	width: 50%;
	padding: 1rem;
}
.scripture-container {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr;
	height: 130vh;
	padding: 3rem cals((100vw - 1300px) / 2);
	align-items: center;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1%;
}

.scripture h1 {
	margin-bottom: 4rem;
	margin-top: 1rem;
	font-size: 5rem;
	text-align: center;
}

.scripture h2 {
	margin-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}

.scripture p {
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

