.archiveTopBar {
    display: flex;
    background-color: #990138;
    align-items: center;
    padding: 3px 3px 3px 10px;
}

#topIconArchive {
    width: 62px;
    height: 64px;
}

#topTextArchive {
    width: 232px;
    height: 52px;
    padding-left: 20px;
    margin-right: auto;
}

.closeProgramArchive {
    width: 64px;
}

.archivePage {
    width: 1030px;
    margin: 25px auto;
}

.archive-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.archive-thumbnail {
    width: 100px;
    margin: 10px;
    text-align: center;
}

.archive-section {
    text-align: center;
}

.archive-thumbnail-page {
    margin-bottom: 2px;
    max-height: 156.717px;
    overflow: hidden;
}

.archive-thumbnail-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.archive-thumbnail-post-date {
    font-style: italic;
    font-size: 0.8em;
}

#bookworm {
	position: absolute;
	width: 188px;
	height: 188px;
	right: 10px;
	bottom: 47px;
}

#bgcolor {
		width: 1434px;
	}

@media only screen and (max-width: 675px) {

    .archivePage {
        width: auto;
        margin: 0;
    }

    .chapterBanner {
        width: 100%;  /* Make chapter banners fit to mobile view */
    }

    #bookworm {
        display: none;
    }
	
	#bgcolor {
		width: 100%;
		padding-bottom: 20px;
	}

}
