/* Elements by ID */
#bookCoverImage {
	width: 100%;
}

#bookSummary {
	width: 79%;
}

#contTop {
	width: 100%;
	min-height: 150px;
	max-width: 1200px;
	background: none;
}

#podcastLogo {
	height: auto;
}

/* Classes */
.bookSummaryHeader {
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 26px;
}

.homeContainer {
	display: inline-block;
	margin: 20px 0 30px 0;
	padding: 10px;
}

.homeContent {
	display: flex;
	font-size: 16pt;
	line-height: 1.5;
	text-align: left;
}

.homeContentText {
	color: #D0D0D0;
	margin: 10px;
}

.homeHeader {
	font-size: 40pt;
	min-width: 300px;
	padding-bottom: 10px;
	text-align: center;
}

.lastHomeContainer {
	margin-bottom: 0;
}