/* custom website styles */

figure.wp-caption {
	text-align: center;
    width: 100% !important;
}
img.wide,
figure.wide > img {
	width: 100%;
}
.entry-meta .byline a[rel="author"] {
	font-weight: 700;
}
.entry-meta .byline a[rel="author"]:hover {
	text-decoration: underline;
}
nav#main-nav, nav#sharing-nav {
	transition: all 0.2s ease-in-out;
}
nav#main-nav.nav-up, nav#sharing-nav.nav-up {
	transform: translateY(-100%);
}