.announcement-section__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.archived-issue__title {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 0;
}

.article-page {
	background: #fff;
	color: inherit;
}

.article-page__meta a {
	color: #000000;
}

.article-page__meta dl {
	visibility: hidden;
}

.intro-section__desc {
	font-size: 120%;
	text-align: center;
}

.main-footer {
	background-color: #eee;
	border-top: none;
	margin-top: 7.5vh;
	p {
		font-weight: inherit;
	}
}

.main-header__title {
	margin: 5vh auto 7.5vh auto;
}

.main-header__nav-link {
	padding: .5em .75em;
	margin: 0 .75em;
}

#main-menu li {
	margin-bottom: 0;
}

.nav-tabs .dropdown-menu {
	border-radius: 0;
}

.navbar {
	padding: 0;
}

section.intro {
	padding: 12.5vh 0 0 0;
}

.issue__meta, .archived-issue__date {
	visibility: hidden;
}

.issue-summary__link.img-wrapper:hover, .article__img:hover {
	transform: scale(1.05);
	transition: all ease-in-out 250ms;
}
