.article-summary {
    margin: 1rem 0 3rem;
    border-bottom: 1px solid darkgoldenrod;
    padding-bottom: 10px;
}

.navbar-logo-text {
    font-size: 50px;
    color: #fff;
}

#primaryNav .nav-link {
    padding: 1rem;
    color: #fff;
	font-size: 18px;
}

#primaryNav .dropdown-item {
    color: #fff;
}

.issue-toc-section + .issue-toc-section {
    border-top: none;
}

.issue-toc-section-title {
    font-size: 24px;
}

.homepage-issue-cover {
    border: 1px solid #c9c9c9;
    padding: 5px;
}

.card {
    border: 1px solid #aebbd1;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    box-shadow: 7px 7px 5px #dedede;
	width: 15em;
}

.page-header h1 {
    font-size: 2.5rem;
    color: #919191;
}

.issue-summary-date {
    display: none;
}

.card-img-top {
    width: 160px;
}
