body {	
	color: #444;
	margin-top: 52px;	
	font-family: Segoe UI, Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #2b5d9a;
}

a, a:visited {
	text-decoration: underline;
	color: #6bb3cd;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #aaa;
	}

h1, h2, h3, h4, h5 {
	color: #2b5d9a;
	font-weight: 500;
}

h1, h2, h3, h4 {
	margin-bottom: 25px;
}

p {
	font-size: 1.1em;
}

.white-back li, .grey-back li {
	padding-bottom: 5px;
}

.page-title {
	margin-bottom: 60px;
}

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

.red {
	color: red;
	font-weight: bold;
}


										/* NAVBAR */

.navbar {
	background-color: #2b5d9a;
	border-top: 4px solid #6bb3cd;
}

.nav-item {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-top: 8px;
	border-bottom: 1px solid #2b5d9a;
}

.nav-item:focus, .nav-item:hover {
	border-bottom: 1px solid #6bb3cd;
	}
	
.this {
	border-bottom: 1px solid #6bb3cd;
	}
	
	
.navbar a, .navbar a:visited, .navbar a:hover, .navbar a:active {
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9em;
	}
	
@media (max-width: 767px) {	
.navbar a, .navbar a:visited, .navbar a:hover, .navbar a:active {
	font-size: 0.7em;
}
}
	
.navbar-dark .nav-item .nav-link, .navbar-dark .nav-item:visited .nav-link, .navbar-dark .nav-item:hover .nav-link, .navbar-dark .nav-item:active .nav-lin .navbar-dark .nav-item:focus .nav-link {
	color: #fefefe;
	}


@media all and (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}


.dropdown-menu {
	background-color: #2b5d9a;
	border: 0px solid #fff;
	border-radius: 6px;	
	margin: 2px 0px!important;
}

a.dropdown-item, a:visited.dropdown-item {
        color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	   border-left: 4px solid #2b5d9a;
}

a:hover.dropdown-item, a:focus.dropdown-item {
       color: #fff;
	   border-left: 4px solid #6bb3cd;
		background-color: #2b5d9a;
}

.fa-bars {
	color: #fff;
}

.navbar-toggler {
	border-color: #fff;
	Xbackground-color: red;
}


										/* CAROUSEL */

.carousel {
	border-bottom: 0px solid #fff;
	z-index: -1;
}

.carousel-item {
	border-bottom: 2px solid #fff;
}


										/* CONTENT */

.img-thumbnail-white {
	border-color: #fff;
}

.img-team{
	width: 100%;
	margin-bottom: 10px;
}

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

.church-logo {
	margin-top: -60px;
	z-index: 2;
	max-width: 90%;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.church-logo {
	margin-top: -60px;
	}
}

@media (max-width: 767px) {
	.school-logo {
	margin-top: -50px;
	}
}

.divider {
	border-top: 1px solid #ccc;
	margin: 50px 0px;
	}

.hide_divider {
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
	margin-top: 35px;
	margin-bottom: 35px;
	overflow: hidden;
	clear: both;
	}	
@media (min-width: 992px) {
.hide_divider {
	border-bottom: 0px solid #ccc;
}	
}

.white-back {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 2px solid #6bb3cd;
	margin-top: 0px;
}

.first {
	margin-top: -2px;
	z-index: 2;
	
}

.bigbg {
	
	background-image: url("../palette/bigbg.png"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  background-position: top right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  Xbackground-size: cover;
}

.grey-back {
	background-color: #eee;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 2px solid #6bb3cd;
	margin-top: 0px;
}




.white-back .fa, .white-back .far, .white-back .fas, .white-back .fab, .grey-back .fa, .grey-back .far, .grey-back .fas, .grey-back .fab , .white-back .fa-solid, .white-back .fa-regular, .grey-back .fa-solid, .grey-back .fa-regular {
	color: #6bb3cd;
	margin-right: 15px;
}


										


.btn {
	border: 1px solid #6bb3cd;
	text-align: left;
	padding: 5px 15px;
	border-radius: 4px;
	margin: 0px 5px 10px 5px;
	color: #6bb3cd;
	font-weight: 500;
}

.btn:hover {
	border-color: #ccc;
}

.btn a {
	
	text-decoration: none;
}

.church {
	margin-bottom: 60px;
}

.church img {
	border: 1px solid #6bb3cd;
	
}
.team {
	border: 1px solid #6bb3cd;
	border-radius: 4px;
	margin: 10px;
	padding: 15px 15px 5px 15px;
	background-image: url("../palette/teambg.png"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  Xbackground-size: cover;
}

.team p {
	margin-bottom: 5px;
}


.excerpt {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 20px;
	padding: 15px 15px 5px 15px;
  background-color: #f9f9f9;
}


.inaug {
	border: 2px solid #6bb3cd;
	border-radius: 4px;
	margin: 50px 10px 10px 10px;
	padding: 25px 25px 15px 25px;
	background-image: url("../palette/teambg.png"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  Xbackground-size: cover;
}

.inaug p {
	margin-bottom: 5px;
}


										/* FOOTER */

.footer {
	background-color: #2b5d9a;
	Xborder-top: 2px solid #6bb3cd;
}

.footer p {
	margin: 20px;
	color: #fff;
}

.footer a, .footer a:visited {
	Xcolor: #aaa;
}
.footer a:hover, .footer a:active {
	color: #fff;
}