html {
	font-family: sans-serif;
}

header.masthead {
	position: relative;
	background: no-repeat center center;
	background-color: #f1e5d7;
	background-size: cover;
	background-attachment: scroll;
	border-bottom: 1px solid #AAAAAA;
}

.clickable {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.clickablehover:hover {
	color: #782121;
}

.centeredtext {
	text-align: center;
}

.title {
	font-weight: bold;
}

.subtitle {
	font-weight: lighter;
	font-style: italic;
	color: #444444;
}

.postdate {
	color: #666666;
}

.graycontainer {
	background-color: #E2E2E2;
	padding: 20px;
	border: 1px solid #CCCCCC;
}

.roundcorners {
	border-radius: 4px;
}

#homelogo {
	display: flex;
	justify-content: center;
	align-items: center;
}

#homelogo img {
	max-width: 100%;
}

