#logo {
	width: 150px;
	/*height: 150px;*/
	margin-bottom: 20px;
	margin-right: 20px;
}

header {
	background: white;
	opacity: 0.85;
	padding: 10px;
}

body {
	font-family: 'Crimson Text', serif;
	background: url(/img/bg.jpg);
	margin: 5px 0;
}

footer {
	text-align: center;
	/*color: #777*/
	padding: 1ex 0 1ex;
	margin: 1ex 0 1ex;
}

.content {
	max-width: 1000px;
	margin: auto;
	opacity: 1;
}

header .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

nav {
	/*display: inline-block;*/
	/*margin-left: 30px;*/
	margin: auto;
	text-align: center;
}

nav a {
	display: inline-block;
	color: #440055;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 180%;
	min-width: 45ex;
	text-align: center;
	margin: auto;
	padding: 1ex 0 1ex;
}

#social {
	text-align: center;
	margin: auto;
}

nav a:hover {
	background-color: #440055;
	color: white;
}

main {
	min-height: 300px;
	margin: 5ex 0 5ex;
}

main .content {
	background: white;
	padding: 20px;
	opacity: 0.9;
}

@media only screen and (max-width: 850px) {
	#logolink {
		width: 100%;
		text-align: center;
	}
}

@media all and (min-width: 850px) {
	#calendar {
		position: relative;
		top: -60px;
	}
}

#map {
	width: 300px;
	height: 300px;
	margin: 2ex;
	float: right;
}

#contact {
	float: left;
}

a, a:visited {
	color: #440055;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contact-people td {
	padding: 2ex 8ex 0 0;
}

#calendar {
	float: right;
}

