.section {
	background-color: white;
	padding: 0 10px;
	width: 100%;
}
.nodisplay {
	display: none;
}

img.full {
	width: 100%;
	padding-right: 10px !important;
}

.song-format {
	white-space: pre-line;
	margin-top: -17px;
}

.verse-format {
	white-space: pre;
	margin-top: -17px;
}

.new-verse-format {
	white-space: pre-wrap;
	margin-top: -17px;
	margin-left: 20px;
}

.new-verse-format sup {
	display: block;
	position: absolute;
	margin-left: -20px;
}


.indent {
	padding-left: 20px;	
}

.pic-text {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
}

.pic-text > img {
	order: 2;
	width: 100%;
}

.pic-text > div {
	order: 1;
	width: 100%;
}

.pic-text .heading {
	font-family: Georgia, serif;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}

.pic-text .quote {
	font-family: Georgia, serif;
	font-size: 16pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 750px) {
	.pic-text {
    	align-items: flex-start;
    	flex-flow: row nowrap;
	}
	.pic-text > img {
		order: 1;
		width: 50%;
	}
	
	.pic-text > div {
		order: 2;
		width: 50%;
	    padding-left: 20px;
	    padding-right: 10px;
	}
	.pic-text .heading {
		font-family: Georgia, serif;
		font-size: 24pt;
		font-weight: bold;
		padding-bottom: 30px;
	}
	
	.pic-text .quote {
		font-family: Georgia, serif;
		font-size: 16pt;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*----------------------------------------------------------------------------------------------------
 * Overrides vert spacing
 *----------------------------------------------------------------------------------------------------*/
.form-field {
	margin-bottom: 14px;
}

@media (min-width: 500px) {
	.form-field {
		margin-bottom: 14px;
	}
}

/*----------------------------------------------------------------------------------------------------
 * Overrides vert spacing
 *----------------------------------------------------------------------------------------------------*/
 .youtube-1 {
	position: relative;
	width:100%
 }
 .youtube-2 {
	position: absolute;
	top: -18px;
	right: 0;
	z-index: 1;
}
.youtube-2 .youtube-3 {
	display: none;
}
.youtube-2.active .youtube-3 {
	display: block;
}
.youtube-3 {
	background-color: white;
	border: 1px solid black;
	clear: both;
	padding: 0 10px;
}
.youtube-3 li {
	border-radius: 3px;
	cursor: pointer;
	font-size: 125%;
	list-style-type: none;
	margin: 2px 0;
}
.youtube-3 a {
	color: black;
	display: block;
	padding: 7px;
	text-decoration: none;
}
.youtube-3 li:hover {
	background-color: #5995DA;
	color: white;
}
.youtube-3 li:hover a {
	color: white;
}