body {
	color: #666;
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 50px;
}


						/* FONT BASICS */
						

h1, h2, h3, h4, h5 {
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
    color: #222d65;
	line-height: 170%;	
}

h1, h2 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	h1, h2, h3, h4, h5, p {
	text-align: center;
}
}

p, li, h5, h6, td {	
	line-height: 170%;
}


a, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
	
a, a:visited {
	color: #222d65;
	text-decoration: underline;
	}	
	
a:hover, a:active {
	color: #6090e8;
	text-decoration: underline;
	}	
	
	
	
	
	
						/* NAVBAR */

.navbar {
	margin-bottom: 0px;  border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	height: 60px;
	border-bottom: 2px solid #6090e8;
    background-color: #222d65;
}	

.altnav {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.altnav li {
	display: inline-block;
	padding: 20px 20px 10px 20px;
	margin: 0px auto;	
}

.altnav a {
	color: #fff;  /*Sets the text hover color on navbar*/
	text-decoration: none;
}

.altnav a:hover {
	color: #6090e8;  /*Sets the text hover color on navbar*/
	text-decoration: none;
}

@media (max-width: 550px) {
	.altnav li {
	padding: 22px 6px 10px 6px;
	font-size: 12px;
	}
}
 
							/* STRUCTURE */

.intro {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	clear: both;
	min-height: 400px;
	border-bottom: 3px solid #6090e8;
	}
	
.intro_bio {
	background: #fff url(../palette/header00.jpg); 
	background-position: center center;
	background-size: cover;
	}	

.intro h4 {
	color: #fff;
	}

@media (max-width: 767px) {
	.intro h4 {
		text-align: center;
	}
	
}

.svdlogo {
	width: 200px;
	margin-top: 30px;
}

.alert {
	background-color: #eee;
	border-bottom: 2px solid #6090e8;
	padding-top: 0px;
	padding-bottom: 0px;
}

.alert h4 {
	margin: 12px; 0px;
}


.content {
	padding-top: 50px;
	padding-bottom: 40px;
}	

.whiteback {
	background-color: #fff;
}
	
.footer2 {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	background-color: #222d65;
	border-top: 2px solid #6090e8;
}

.footer2 p, .footer2 a {
	color: #fff;
}

.divider {
	border-bottom: 1px solid #ccc;
	margin: 30px;
}



							/* OTHER */

.fa {
	color: #6090e8;
}	

.btn-primary {
	background-color: #6090e8;
	border-width: 0px;
	border-radius: 0;
	margin: 0px 0px;
	color: #fff;
}

.btn-primary:hover,.btn-primary:active {
	background-color: #aaa;
	border-width: 0px;
	border-radius: 0;
}

.btn-news {
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #6090e8;
	border-left: 5px solid #6090e8;
	background-color: #fff;
	color: #222d65;
}

.btn-news:hover,.btn-news:active {
	border: 1px solid #6090e8;
	border-left: 5px solid #6090e8;
	background-color: #fff;
	color: #6090e8;
}

.btn-news .fa, .btn-news .far {
	font-weight: none;
	color: #6090e8;
}

.img-thumbnail {
	margin-bottom: -5px;
	border: 1px solid #6090e8;
	border-radius: 0px;
}

.icon-heading {
	margin-right: 15px;
	}

.make_way {
	margin-bottom: 30px;
	}

.affil_shell {
	padding: 0px 0px 0px 0px;
	border: 1px solid #6090e8;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #fff;	
	}	

.affil_shell p {
	margin: 0px;
	padding: 0px;
}	

.affil_shell img {
	max-width: 90%;
}

.officer_shell {
	padding: 0px 20px 10px 20px;
	border: 1px solid #6090e8;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #eee url(../palette/dogbg.png); 
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 210px;
	}

@media (max-width: 767px) {
	.officer_shell {
	min-height: 20px;
	}
}

.rightcol {
	padding: 0px 20px 10px 20px;
	border: 1px solid #6090e8;
	border-radius: 4px;
	margin-top: 30px;
	background: #eee url(../palette/dogbg.png); 
	background-position: top left;
	background-repeat: no-repeat;
}
.icon {
	margin: 2px;
	padding: 2px;
	width: 35px;
}

.church {
	margin-bottom: -5px;
	border-radius: 4px;
}

.church-line {
	width: 100%;
	border-bottom: 1px solid #6090e8;
	margin-bottom: 20px;
	margin-top: 40px;
}

.church-line2 {
	width: 100%;
	border-bottom: 1px solid #6090e8;
	margin-bottom: 20px;
	margin-top: -20px;
}

@media (min-width: 992px) {

	.left-line {
		border-left: 1px solid #ddd;
	}
}


.church_shell {
	min-height: 350px;
}
@media (max-width: 767px) {
	.church_shell {
	min-height: 20px;
	}
}
.meetings li {
	margin-bottom: 3px;
	margin-left: -12px;
}
	
.logo {
	margin: 10px 20px;
}


@media (max-width: 991px) {
	.logo {
		height: 40px;
	}	
}


	.resource_way_excel {
	padding: 0px 20px 10px 20px;
	border: 1px solid #6090e8;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #eee url(../palette/excelbg.png); 
	background-position: top left;
	background-repeat: no-repeat;
	}

	.resource_way_ppt {
	padding: 0px 20px 10px 20px;
	border: 1px solid #6090e8;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #eee url(../palette/pptbg.png); 
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.resource_icon {
		margin-top:20px;
		height: 60px;
	}


.trio {
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.triogroup {
	border-top: 5px solid #6090e8;
	padding-top: 1px;
}

.trio1 {
	background: #fff url(../palette/trio01.jpg); 
	background-position: center top;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}


.trio2 {
	background: #fff url(../palette/trio02.jpg); 
	background-position: center top;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio3 {
	background: #fff url(../palette/trio03.jpg); 
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio4 {
	background: #fff url(../palette/trio04.jpg); 
	background-position: center bottom;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio5 {
	background: #fff url(../palette/trio05.jpg); 
	background-position: center top;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio6 {
	background: #fff url(../palette/trio06.jpg); 
	background-position: center bottom;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio7 {
	background: #fff url(../palette/trio07.jpg); 
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio8 {
	background: #fff url(../palette/trio08.jpg); 
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio9 {
	background: #fff url(../palette/trio09.jpg); 
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio10 {
	background: #fff url(../palette/trio10.jpg); 
	background-position: center top;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio11 {
	background: #fff url(../palette/trio11.jpg); 
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}

.trio12 {
	background: #fff url(../palette/trio12.jpg); 
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	border: 1px solid #fff;
}


.lifel {
	color: #79b7af;
	font-weight: bold;
}

.lifei {
	color: #fec51c;
	font-weight: bold;
}

.lifef {
	color: #b6b124;
	font-weight: bold;
}

.lifee {
	color: #e64068;
	font-weight: bold;
}