html {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	font-weight:bold;
}
body {
	font-family:arial;
	margin:0;
	padding:0;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
img {
	height:auto;
	max-width:100%;
}
p {
	font-size:3vw;
}

.breadcrumb {
	list-style:none;
	padding-left:0;
}
.breadcrumb li {
	display:inline-block;
	margin-right:10px;
}
.breadcrumb li::after {
	content: " >";
}
.frameme {
	margin:0 auto;
	padding:0 2%;
}
.frameme a {color:#56458B;}
.frameme a:hover {color:#7E66CA;}
.resource .page-header h1 {
	background-image:url("../images/10-words.jpg");
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	text-align:center;
	display: flex;
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optional: Horizontally centers the text */
	height: 200px; /* Requires a height to see the effect */
	margin: 0 -2%;
	background-size: cover;
}
.frameme .services, .service .page-header h1 {
	background-image:url("../images/services.jpg");
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	text-align:center;
	display: flex;
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optional: Horizontally centers the text */
	height: 200px; /* Requires a height to see the effect */
	margin: 0 -2%;
	background-size: cover;
}
.giving .page-header h1 {
	background-image:url("../images/giving.jpg");
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	text-align:center;
	display: flex;
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optional: Horizontally centers the text */
	height: 200px; /* Requires a height to see the effect */
	margin: 0 -2%;
	background-size: cover;
	background-position:50% 50%;
}
.about .page-header h1 {
	background-image:url("../images/about.jpg");
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	text-align:center;
	display: flex;
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optional: Horizontally centers the text */
	height: 200px; /* Requires a height to see the effect */
	margin: 0 -2%;
	background-size: cover;
	background-position:50% 50%;
}
.history .page-header h1 {
	background-image:url("../images/history.jpg");
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	text-align:center;
	display: flex;
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optional: Horizontally centers the text */
	height: 200px; /* Requires a height to see the effect */
	margin: 0 -2%;
	background-size: cover;
	background-position:50% 50%;
}
.contact .page-header h1 {
	background-image:url("../images/contact.jpg");
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	text-align:center;
	display: flex;
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optional: Horizontally centers the text */
	height: 200px; /* Requires a height to see the effect */
	margin: 0 -2%;
	background-size: cover;
	background-position:50% 50%;
}
.round {
	border-radius:50%;
}
#maximenuck118 {
	background: #4484F2;
	background: linear-gradient(90deg, rgba(68, 132, 242, 1) 0%, rgba(126, 102, 202, 1) 100%);
}
.leadershipmain {
	border-radius:7px;
	border:1px solid #ccc;
	padding:10px;
	overflow:hidden;
}
.membertitle {
	background-color:#FEE7B2;
	border-radius:25px;
	font-size:x-small;
	padding:4px 8px;
	text-align:center;
	text-transform:uppercase;
}
.home iframe {
	width:100%;
	height:500px;
}
.footmenu {display:none;
	background: #7E66CA;
	background: linear-gradient(90deg, rgba(126, 102, 202, 1) 0%, rgba(68, 132, 242, 1) 100%);
	list-style:none;
}
#footermenu a {
	color:#FFFFFF;
}
#footermenu a:hover {
	color:#FEE7B2;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
	margin:0 auto;
}
.small {
	font-size:small;
}
 @media (min-width: 468px) {
.callbutton {
	display:none;
}
.redbutton, .btn {
	display:inline-block;
	margin-bottom:0;
}
}
@media (max-width: 640px) {
}
@media (min-width: 641px) {
h1 {
	font-size:2.3vw;
	margin-top:10vh;
}
h2 {
	font-size:1.8vw;
}
h3 {
	font-size:1.2vw;
}
h4 {
	font-size:1vw;
}
#mod-custom115 {
	margin-bottom:0;
}
p {
	font-size:1.2vw;
}
}
@media (min-width: 768px) {
.leadership {
	display: table-cell;
	vertical-align: top;
	width: 48%;
}
.mod-menu li {
	color:#FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	width: 8%;
	vertical-align: top;
	font-size: 93%;
}
#footermenu {
	margin:0 auto;
}
.footmenu {display:block;text-align:center;}
.mod-menu {padding:50px 0 0 0}
.mod-menu li {text-align:left;margin:0 10px 20px 0;}
.mod-menu a {font-weight:bold;}
.mod-menu__sub {
	padding:0;
	margin:10px 0 0 0;
	text-align:left;
}
.mod-menu__sub li {
	width:100%;
	font-size:smaller;
	text-align:left;
	margin:0;
	padding:3px 0;
}
.mod-menu__sub a {font-weight:normal;}
.copyright a {color:#000000;text-decoration:none;font-weight:normal;}
.copyright a:hover {color:#ffffff;}
}
@media (min-width: 992px) {
.frameme {
	margin:0 auto;
	padding:0 4%;
}
.giving .page-header h1, .resource .page-header h1, .frameme .services, .service .page-header h1, .about .page-header h1, .history .page-header h1, .contact .page-header h1 {
	margin:0 -4%;
}
}
@media (min-width: 1200px) {
}
@media (min-width: 2600px) {
}
 @media (max-width: 400px) {
}
@media (max-width: 800px) and (min-width: 401px) {
}
