html, body {
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: #ffcb05;
	
}
a {
	color: white;
	background: #22a7f0;
	border-radius: 5px;
	padding: 7.5px;
	text-decoration: none;
}
h1, h2, h4, h5, h6 {
	font-family: Carter One, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 48px;
	border-bottom: 5px dotted black;
}
h3 {
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 5px 0;
}
img {
	width: 100%;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.75);
	border: 5px solid black;
}
strong {
	font-weight: 700;
}
p {
	line-height: 36px;
}
#universe-of-discourse {
	margin: 3em;
}
.episode-info {
	color: black;
	padding: 5px 10px;
	border: 0 1px 1px 1px solid black;
	border-radius: 5px;
}
.clear {
	clear: both;
}
.intro {
	font-size: 30px;
	font-weight: 700;
}
.two-col {
	margin: 1%;
	padding: 1%;
	width: 46%;
	overflow: hidden;
	float: left;
}
.seventy-five {
	width: 60%;
	padding: 0 10% 0 0;
	float: left;
}
.timestamp {
	color: white;
}
.twenty-five {
	width: 25%;
	float: left;
}

@media only screen and (max-width: 600px) {
	p {
		margin: 0;
	}
	#universe-of-discourse {
		margin: 0;
		width: 100%;
		padding: 1em;
	}
	.intro {
		text-align: left;
		margin: 1em auto;
	}
	.container {
		display: flex;
		flex-direction: column;
		width: 90%;
		padding: 0.5em;
	}
	.single-leaf-box, .four-col {
		padding: 0.5em 0;
		width: 100%;
		display: block;
		order: 1;
	}
	.four-col {
		width: 100%;
		order: 2;
	}
	.two-col .three-col .three-col-feature .twenty-five .seventy-five {
		width: 100%;
		padding: 0;
		border: none;
	}
	.toc-count {
		width: 10%;
		font-size: 1.4em;
	}
	.breadcrumbs {
		display: block;
	}
	.imgbox {
		width: 45%;
	}
}