*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Malgun Gothic', sans-serif;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 24px;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.container	{
		margin: 0;
}

.container > section {
	margin: 0 auto;
	padding: 5em 3em;
	text-align: center;
}



.color-7 {
	background: #3fa46a;
}

.color-7-2 {
	background: #fff;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}


.sermonTitle{float:center;font-size:30px; color: #006d57; font-weight:bold; margin-left:1px;margin-right:1px;padding-bottom:10px; font-family:'Malgun Gothic'; }
.sermonDate{float:center;font-size:24px; color: #0f7c67; font-weight:bold; margin-left:1px; padding-left:1px;padding-bottom:10px; font-family:'Malgun Gothic'; }
.sermonItem{float:center;font-size:20px;  color: #006d57; margin-left:1px;padding-left:1px}


/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 10px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Effect 4: bottom border enlarge */
.cl-effect-4-2 a {
	padding: 0 0 10px;
	color: #3fa46a;
}

.cl-effect-4-2 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #3fa46a;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4-2 a:hover::after,
.cl-effect-4-2 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

