@charset "utf-8";
/* CSS Document */

.heading-container {
	background-image: url("../images/backgrounds/bg-4.jpg");
	border-bottom: 2px solid #387538;
	padding-top: 10px;
}
.heading-item {
	padding-top: 15px;
	text-align: center;
}
.heading-item h2, h4, h5 {
	margin: 0px;
}

.rVerseTitle {
	margin-bottom: 10px;
    text-align: center;
}
.rVerseTitle h4 {
	display: inline-block;
	color: #387538;
}
.rVerseTitle h4 a {
	color: #387538;
	text-decoration: none;
}
.rVerseSec {
	display: flex;
    background-image: url("../images/backgrounds/Bible Study.jpg");
	background-attachment: scroll;
	background-size: cover;
    border: 10px groove gray;
	max-width: 30%;
    text-align: center;
	margin: 0px auto;
    padding: 25px 15px;
}
.rVerseIMG {
    max-width: 100%;
}
.rVerse {
	align-self: center;
    background-color: cornsilk;
    border: medium double #387538;
    width: 75%;
    margin: 0px auto;
    padding: 10px;
	vertical-align: middle;
}
.rVerse a {
    color: #387538;
    text-decoration: none;
}
.rVerse p, h4 {
	margin: 0px;
}
.vIMG {
    max-width: 200px;
}

@media (max-width: 1200px) {
	.rVerseSec {
		max-width: 75%;
		padding: 0px 5px;
	}
	.rVerse {
		width: 90%;
		margin: 10px auto;
	}
}

@media (max-width: 900px) {
	.rVerseSec {
		max-width: 90%;
		padding: 0px 5px;
	}
	.rVerse {
		width: 80%;
		margin: 10px auto;
	}
}