.hero {
	background-image: url(../images/Header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}

/*This class extends the .lead style set.*/

.qr-code-sidebar{
	font-style: italic;
	font-size: 1.2em;
 	margin-top: .25em;
 	max-width: 27em;
}

/*This class extends the .col-sm-5 style set.*/

.qr-code-container{
	max-width:128px;
	float:left;
}

/*This class extends the .row style set.*/
.giving-text-row{
	justify-content: center !important;
}

/*This class extends the .col-sm-5 style set.*/
.giving-text-section{
	flex: 0 0 auto;
	max-width: inherit !important;
}

/*This class extends the .container-fluid style set.*/
.giving-container{
	max-width: 80% !important;
}