/* 161 */
@media only screen and (max-width: 35em) {
	#infinite-footer .blog-info a {
		font-size: 0.775rem !important;
	}
}
@media only screen and (max-width: 40em) {
	#infinite-footer .blog-info a {
		font-size: 0.975rem !important;
	}
}

/* 298 */
/* and (min-width: 40.063em) 64.063em */
@media only screen and (min-width: 40.063em) {
	nav.top-bar {
		height: 65px;
	}
}

/* 344 */
.top-bar-section {
    position: relative;
    top: 0;
}

article .entry-header {
    margin-bottom: 0.45em;
}

