





.videoWrapper {
	width: 100%;
	//height: 800px;
	background-color: #DAE5EA;
}

.video {
	cursor: pointer;
	margin: auto;
	padding: 3% 7%;
}

.video video {
	width: 100%;
}

.comeToMe {
	padding: 3% 7%;
}

.comeToMeVerse {
	font-family: neucha, sans-serif;
	display: flex;
	justify-content: space-between;
	color: #56497F;
	font-size: 24px;
	align-items: flex-end;
	text-align: center;
}
.reference {
	font-size: 16px;
}

.welcome {
	padding: 3% 7%;
	display: flex;
	justify-content: space-between;
	background-color: white;
}

.welcomeText{
	width: 45%;
	font-size: 15px;
}

.findAnswers {
	width: 45%;
}

.findAnswers img {
	width: 100%;
	height: auto;
}

.bibleAnswers {
	padding: 3% 7%;
	background-color: #F4F4F4;
	font-size: 15px;
}

.bibleAnswers h2 {
	font-size: 15px;
}

.bibleAnswers h3 {
	font-size: 18px;
	color: #297988;
	margin-bottom: -10px;
}

.bottomSection {
	padding: 3% 7%;
	font-size: 15px;
	background-color: white;
}

.bottomSection h2 {
	font-family: neucha;
	font-size: 27px;
	color: #56497F;
	text-align: center;
}

.moreQuestions {
	background-color: white;
	font-family: neucha;
	font-size: 22px;
	text-align: center;
	color: #56497F;
	margin: 2em 0;
}

.answersButton {
	width: 259px;
	height: 60px;
	background-color: #56497F;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 17px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.moreQuestions a {
	font-size: 23px;
	line-height: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 950px){
	.comeToMeVerse {
		display: block;
	}
}

@media screen and (max-width: 630px) {
	.welcome {
		display: block;
	}
	.welcomeText, .findAnswers {
		width: 100%;
		padding: 1em;
	}
}





