/*

Theme Name: Child of Simple-Grid-Pro
Description: Code needed to display the Veteran Bio info added by the applicant. 
Author: Seaghan Hancocks
Version: 0.0.1
Template: simple-grid-pro

*/

@import url('../simple-grid-pro/style.css');

/* H1 titles, modified */
.entry-title {
	font-size: 2rem;					/* SH: was 33px */
	font-weight: 300;
	line-height: 1.0909090909;			/* SH: was 1.0909090909 */
	margin-bottom: 0px;					/* SH: was 12px */
	margin: 0 0 0 0;					/* SH: was 0 0 12px 0 */
	text-transform: capitalize;			/* SH: was uppercase */
}

.vet-name {
	font-size: 1rem;					/* SH: reduced from .entry-title */
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:0px;
}

#content {
padding-bottom: 0px;
padding-top: 0px;
}

.entry-header {
padding-bottom: 0px;
padding-top: 0px;
}

.site-content .entry-header {
padding-bottom: 0px;
padding-top; 0px;
}

blockquote {
color: rgba(11, 11, 141, 1);
}

.vet-bio {
	margin-bottom: 2rem;
	padding: 0 2rem 2rem;
	background: rgb(214, 235, 255);
}

.vet-bio h2 {
	margin-left: -2rem;
	margin-right: -2rem;
	padding: .5rem 2rem;
	background: rgb(153, 204, 255);
}