/*
Theme Name: CDL
Theme URI: https://cdl.ucf.edu/
Description: Child theme based on Twentyseventeen.
Author: Jacob Bates
Author URI: https://cdl.ucf.edu/
Template: twentyseventeen
*/

@media screen and (min-width: 48em) {
	.page.page-one-column .entry-header {
		margin-bottom:0;
	}
}

.page #page main .childparent {
	width:80%;
	padding: 2% 0 2% 0;
	border-bottom: 2px solid black;
	margin:auto;
}

.page #page main .childparent h1 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 1%;
}

.page #page main .childparent p {
	padding-bottom:2%;
}

/*.childparent>#headtitle>h2::after {
	background-color: #FFC904;
	top: 3.1%;
	content: '';
	height: 3px;
	left: 10%;
	position: absolute;
	width: 40px;
}*/

/** {
	border: 1px solid red;
}*/