#main-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

#main-header > h1 {
	font-family: WSGS;
    font-size: 2.75rem;
	text-align: center;
    margin: 0px 0px 1rem 0px;
	width: auto;
}

#main-header picture#headerLogoImageLH > img {
	width: 150px;
	margin: 1rem 0 0 0;
/*	align-self: center; */
}

picture#facebookLogoLink > a > img, picture#facebookLogoLink > a > source {
	width:130px;
	margin: 0px 20px 20px 20px;
/*	vertical-align:middle; */
}

#anniversary {
	font-family: WSGS;
	width:100%;
	font-size: 1.05rem;
	text-align: center;
}
