/* Elements by ID */
#podcastHeader {
	min-width: 300px;
}

#podcastLogo {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.784314);
	height: auto;
	width: 40%;
}

#podcastSummary {
	margin: 0px 0px 0px 30px;
	width: 55%;
}

#podcastTop {
	max-width: 1200px;
}

/* Classes */
.txtPodcastSummary {
	font-size: 18pt;
}
