/*Sermons Only*/

/*  Changing certain aspects of Bootstrap.css*/

.card-header {
	/*background-color: #beb7ab;*/
	/*border: 1px solid #000000;*/
}

.card-body {
	/*background-color: #fffaf2;*/
	/*border: 1px solid #000000;*/
}

.card {
	margin-top: 15px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

/**********************************************/

.seriesheading {
	color: black;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: bold;
}

.specialheadings {
	color: black;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 3px grey;
}

.seriessubheading {
	
}

article {
	color: black;
	font-size: .9rem;
	font-weight: 600;
}

audio {
	margin-top: 8px;
}

#listen {
	padding-bottom: 2px;
	padding-top: 2px;

}

#headphone {
	max-height: 40px;
}

#seriesimages {
	max-height: 80px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.newyearsdate {
	font-size: 1.5rem;
	font-weight: bolder;
}

.seriesscripture {
	margin: 5px 0 5px 0;
}

.seriestimeframe {
	margin: 0 0 5px 0;
}

.xb {
	font-size: 1.1rem;
	font-weight: 900;
	font-style: italic;
}


