@font-face {
  font-family: 'Playfair Display';
  src: url(../img/playfair.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display Italic';
  src: url(../img/playfair-italic.ttf) format('truetype');
}

body {
	background: url('../img/laudis.jpg') #eee;
	margin:0;
}

content {
	box-sizing: border-box;
	margin: 2.5em auto;
	background: #fff;
	padding: 2.2em 3em 3em 3em;
	width: 80%;
	max-width: 50em;
	min-width: 10em;
	position: relative;
	display: block;
	box-shadow: 0px 0.25em 0.5em rgba(0,0,0,.3);
	font-size: 120%;
}

content h1 {
	font-family: 'Playfair Display';
	display: block;
	text-align: center;
	font-size: 200%;
	font-weight: 600;
}

content h1 a {
	color: #000;
	text-decoration: none;
}

content h1::before {
	font-family: 'Playfair Display';
	content: '✟';
	height: 1em;
	width: 1em;
	margin: 0 auto;
	text-indent: -900px;
	overflow: hidden;
	display: block;
	color: #000;
	font-weight: 100;
	background: url(../img/eelk-logo.png) no-repeat;
	background-size: 1em;
}

ul#menu {
	font-family: 'Playfair Display';
	text-align: center;
	margin: 1em 0;
	padding: 0;
	display: flex;
	flex: 2;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-shadow: border-box;
}

ul#menu li {
	display: block;
	margin: 0.2em 0;
}

ul#menu li a {
	color: #000;
	line-height: 100%;
	padding: 0.5em 0.5em;
	text-decoration: none;
	display: block;
	margin: 0;
	box-sizing: border-box;
	border-radius: 2em;
}

ul#menu li a:hover {
	background: #cdf;
}
ul#menu li a:active {
	background: #afc5ef;
}
ul#menu li a.active {
	background: #cdf;
	font-weight: 700;
}


content img.splash {
	display: block;
	width: 100%;
}

content img.right {
	display: block;
	width: 40%;
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

content section {
	border-top: 1px solid #cdf;
	padding-top: 1.5em;
}

.piiblisalm {
		border-top: 1px solid #cdf;
		padding: 1em 0 0 0;
		margin-top: 2em;
		margin-bottom: 0;
}

content section h2 {
	font-family: 'Playfair Display';
	text-align: center;
	color: #819fdc;
	font-size: 2em;
}

content section h3 {
	font-family: 'Playfair Display';
	color: #819fdc;
	font-size: 1.2em;
	margin-top: 1.5em;
}

content section h4 {
	font-family: 'Playfair Display';
	color: #819fdc;
	font-size: 1.2em;
	margin-top: 1.5em;
}

content section ul, content section ol {
	margin-top: 1em;
}
content section ul li, content section ol li {
	margin-left: 2em;
}
content section ul li {
	list-style-type: circle;
}
content section ol li {
	list-style-type: upper-roman;
}

content section p {
	margin: 1em 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

content section em {
  font-family: 'Playfair Display Italic';
  line-height: 170%;
}
content section strong {
  font-weight: 800;
}

content section a {
	color: #819fdc;
}

content section a:hover {
	color: #555;
}

content section a:hover {
	color: #555;
}



content section.important h3 {
	font-size: 3em;
	margin-top: 0.5em;
}



/* mobile */


@media (max-width: 600px) {
	content {
		width: 100%;
		padding: 1.2em 1em 3em 1em;
	}

	content h1 {
		font-size: 120%;
	}
}


