/*INDEX*/
.index-sermons { 
width: 100%; 
height: calc(50vh - 100px); 
background-image: url('../images/sermons.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover; 
display: table;
}

.vertical-center-sermons { 
display: table-cell;
vertical-align: middle; 
}

.index-sermons-archive { 
width: 100%; 
height: calc(50vh - 100px); 
background-image: url('../images/sermons-archive.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover; 
display: table;
}	
	
.vertical-center-sermons-archive { 
display: table-cell;
vertical-align: middle; 
}

.index-bible-engagement { 
width: 100%; 
height: calc(50vh - 100px); 
background-image: url('../images/bible-engagement.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover; 
display: table;
}	
	
.vertical-center-bible-engagement { 
display: table-cell;
vertical-align: middle; 
}

.index-sermons h2 { 
font-family: Catamaran; 
font-size: 60px; 
font-weight: 900; 
line-height: 50px; 
color: #000000; 
text-align: left; 
text-shadow: 2px 2px 8px #7A7A7A;
}

.index-sermons h1 {
font-family: Cormorant Garamond;
font-size: 28px; 
font-weight: 100; 
font-style: italic; 
line-height: 40px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-sermons-archive h2 { 
font-family: Catamaran; 
font-size: 60px; 
font-weight: 900; 
line-height: 75px; 
color: #000000; 
text-align: left; 
text-shadow: 2px 2px 8px #7A7A7A;
}

.index-sermons-archive h1 {
font-family: Cormorant Garamond;
font-size: 18px; 
font-weight: 400; 
font-style: italic; 
line-height: 20px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-bible-engagement h2 { 
font-family: Catamaran; 
font-size: 60px; 
font-weight: 900; 
line-height: 50px; 
color: #000000; 
text-align: left; 
text-shadow: 2px 2px 8px #7A7A7A;
}

.index-bible-engagement h1 {
font-family: Cormorant Garamond;
font-size: 18px; 
font-weight: 400; 
font-style: italic; 
line-height: 20px; 
color: #000000; 
text-align: center; 
text-shadow: 2px 2px 8px #7A7A7A; 
}

.index-click { 
display: block; 
font-family: Catamaran;
font-size: 26px; 
color: #FFFFFF;
text-transform: uppercase;
line-height: 38px;
border: 5px solid #252188;
float: center; 
background-color: #252188;
margin-right: 20px;
margin-left: 20px;
margin-top: 30px;
padding: 0 20px; 
}

@media only screen and (min-width: 1000px){ 
.wrapper {
width: 1000px;
margin: 0 auto; 
}

.index-sermons { 
height: 250px; 
}

.index-sermons h1 { 
display: block;
width: 560px;
margin: 0 auto; 
}

.index-sermons h2 { 
display: block;
width: 660px;
margin: 0 auto; 
}	
	
.index-sermons-archive { 
height: 250px; 
}

.index-sermons-archive h1 { 
display: block;
width: 560px;
margin: 0 auto; 
}
	
.index-sermons-archive h2 { 
display: block;
width: 660px;
margin: 0 auto; 
}

.index-bible-engagement { 
height: 250px; 
}

.index-bible-engagement h1 { 
display: block;
width: 560px;
margin: 0 auto; 
}
	
.index-bible-engagement h2 { 
display: block;
width: 660px;
margin: 0 auto; 
}
}
