h1 {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

a {
	text-decoration: none;
    color: inherit;
}

a:hover {
	text-decoration: underline !important;
}

a.post-link:hover {
	text-decoration: underline !important;
}

a.post-link:visited #pictures .project_thumbnails img {
	opacity: .5;
}

small,
small *,
figcaption,
figcaption * {
    font-size: 0.875rem;
}

p.is-style-inline-buttons {
    line-height: 2;
}

p.is-style-inline-buttons a {
    padding: 0.25rem 0.5rem;
    border: 1px solid white;
    display: inline-block;
    line-height: 1;
    text-decoration: none !important;
}

p.is-style-inline-buttons a:hover {
    border: 1px dashed white;
}

.excerpt a {
    text-decoration: underline;
}