.header-image::after {
	background-color: rgba( 0, 0, 0, 0.4);
}

.header-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.header-subtext {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

a, a:hover {
    color: #d65050;
}

.site-title {
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}


.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 3px 0;
    z-index: 11;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.page .entry-title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
