/* Import Rules */
@import url("https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300italic,regular,italic,700,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"); 
/* Screen.css | Jan 30, 2024 @7:12:44 PM */ 
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300");
@import url("https://fonts.googleapis.com/css?family=Merriweather:regular");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900");
@import url("https://fonts.googleapis.com/css?family=Lato:100");
@import url("https://fonts.googleapis.com/css?family=Lato:100italic");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Lato:300italic");
@import url("https://fonts.googleapis.com/css?family=Lato:regular");
@import url("https://fonts.googleapis.com/css?family=Lato:italic");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
@import url("https://fonts.googleapis.com/css?family=Lato:700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:900italic");
body {
font-family:Merriweather;
background-color: #eee;
background: url('/storage/themes/6933/banner.jpg') no-repeat;
background-size: cover;
background-attachment: fixed;
}
/* General Styles */
a:not(.slide),
#template form.formWizForm input[type=submit],
input[type=submit] {
-o-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h2, h3, h4, h5, h6 {
font-family: Montserrat;
color: #ffffff;
text-transform: uppercase;
}
h2 {
font-size: 36px;
margin-bottom: 20px;
}
h3 {
font-size: 26x;
margin-bottom: 10px;
}
form.formWizForm h3 {
font-size: 36px;
margin-bottom: 20px;
}
h2 + form.formWizForm h3 {
font-size: 26px;
margin-bottom: 10px;
}
h4 {
font-size: 18px;
margin-bottom: 10px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
p.intro {
font-size: 26px;
text-align: center;
padding-bottom: 75px;
border-bottom: 2px solid #c5c7ca;
}
.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button,
.item-nav a {
color: #fff;
font-family: Lato;
font-size: 14px;
text-transform: uppercase;
background: #05acae;
padding: 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
-webkit-transition: ease all .2s;
transition: ease all .2s;
cursor: pointer;
border: none;
}
.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover {
color: #fff;
background: #333;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
blockquote {
border-left: 8px solid #05acae;
padding-left: 15px;
}
iframe {
max-width: 100%;
}
ul li.odd {
background: rgba(255, 255, 255, 0.2);
}
/* Structure */
.wrapper {
min-width: 1024px;
max-width: 1080px;
margin: auto;
padding: 0 40px 0 40px;
box-sizing: border-box;
}
.include-widget {
margin: 0 !important;
}
/* Header */
header {
color: #fff;
height: 615px;
background: transparent;
position: relative;
text-align: center;
}
.secondary-template-type header {
height: 450px;
}
.social {
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.2);
text-align: left;
}
.social a {
font-size: 0;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 15px 0 15px 0;
margin-right: 20px;
}
.social a span {
font-size: 18px;
}
.social a:hover span {
color: #05acae;
}
header .wrapper .content-module {
position: absolute;
top: 50%;
left: 50%;
max-width:1000px;
-o-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
header h1 {
font-family: Montserrat;
font-size: 60px;
font-weight: 700;
letter-spacing: -2px;
text-transform: uppercase;
}
header p {
font-family:Merriweather;
font-weight: 300;
font-size: 20px;
letter-spacing: 5px;
margin-top: 5px;
text-transform: uppercase;
}
header nav {
position: absolute;
bottom: 10px;
width: 100%;
background: #282828;
}
header nav .l1 {
position: relative;
}
header nav .l1:hover:after, header nav .l1.active:after {
content:';
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
height: 10px;
background: rgba(255,255,255,0.2);
}
header nav .l1 > a {
color: #ffffff;
font-family: Lato;
font-weight: 300;
font-size: 18px;
padding: 28px 15px 28px 15px;
display: inline-block;
}
header nav .l1:hover a, header nav .l1.active > a {
background-color: #4d4e51;
}
header .navigation-widget .horizontal .submenu {
width: 200px;
padding: 10px;
background-color: #4d4e51;
}
header .navigation-widget .horizontal .submenu a {
color: #fff;
font-family: Lato;
font-size: 16px;
font-weight: 300;
padding: 
}
header .navigation-widget .horizontal .submenu a:hover {
padding-left: 10px;
}
/* Content Structure */
section.content {
padding-top: 75px;
padding-bottom: 75px;
background: #edeff3;
}
/* Added Icons */
.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}
/* Forms */
form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
/* Audio Video Resources */
.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}
.audio-video-module .item-permalink .btn {
margin: 0;
}
/* Blog Styles */
.blogs-module.full-mode .item-list {
margin-left: 0;
margin-right: 270px;
}
.blogs-module.full-mode .item-list .item {
padding: 10px 10px 10px 0;
}
.blogs-module .blog-sidebar {
width: 250px;
padding: 10px;
box-sizing: border-box;
float: right;
background-color: #fff;
}
.blogs-module .blog-sidebar h4 {
margin: 0 0 1em 0;
}
p.date {
color: #666;
font-family: Lato;
background-color: #fff;
display: block;
width: auto;
padding: 0 5px 0 10px;
position: relative;
height: 40px;
line-height: 40px;
margin-right: 25px;
}
p.date:after {
position: absolute;
right: -15px;
top: 0;
height: 0px;
background-color: transparent !important;
border-left: 15px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
content: ';
}
p.date .month {
float: left;
background-color: transparent;
font-size: 24px;
font-weight: 700;
}
p.date .day {
color: #666;
font-size: 24px;
font-weight: 300;
float: right;
padding: 0;
}
p.date .weekday {
display: none;
}
.blog-sidebar .btn {
display: block;
width: 100%;
}
.item-commentlink a:last-child:before {
content: "\f044";
}
.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}
.item-comments p {
margin-top: 20px;
}
.blog-sidebar .archives h4, .blog-sidebar .recent-posts h4 {
margin-top: 20px;
}
/* Store */
.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(245, 245, 245);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(245, 245, 245);
border: none;
}
.store-module .item .category {
background: none;
border: none;
}
.store-module .featured {
margin: 0;
}
.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}
.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.store-module p.subtotal {
display: inline-block;
background: rgb(245, 245, 245);
padding: 10px;
margin-top: 10px;
}
.store-module .store_nav ul.user_nav li {
display: inline;
}
.store-module .viewcart a:before {
content: "\f07a";
}
.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}
.store-module #continue:before {
content: "\f08b";
}
.store-module .item .gallery {
margin-bottom: 10px;
}
.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}
.store-module .item .gallery .images {
width: 400px;
}
.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}
.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}
/* Events */
.list-controls {
padding: 10px 0;
}
#template .events-module .list-controls {
line-height: normal;
}
.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}
.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
/* Column Gutters */
.col > div {
padding-left: 17.5px;
padding-right: 17.5px;
}
.col.primary > div {
padding-left: 0;
}
.col.last > div {
padding-right: 0;
}
.module + .module,
.module + .widget,
.widget + .widget,
.widget + .module {
margin-top: 30px;
}
/* Vertical Navigation */
.navigation-widget.vertical ul a {
font-size: 13px;
color: #fff;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding-left: 10px;
}
.navigation-widget.vertical ul a:hover {
color: #05acae;
}
.navigation-widget.vertical {
padding-left: 0;
}
.navigation-widget.vertical ul {
width: 100%;
}
.navigation-widget.vertical ul li {
list-style-type: none;
}
.navigation-widget .vertical > ul > li {
background: #222;
padding: 5px 0;
margin-bottom: 10px;
}
.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #eee;
}
.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}
.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}
/* Events */
.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
/* Message Board */
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #333;
margin-bottom: 30px;
color: #fff;
}
.forum-module table.boardtable td {
padding: 10px;
}
.forum-module table.search td {
padding: 10px;
}
.forum-module table.search td.search-head {
background-color: #333 !important;
color: #fff;
}
.forum-module table.search td.search-body {
background-color: #444 !important;
color: #fff;
}
.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}
.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) tr:first-of-type {
display: none;
}
.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #999;
}
.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #ddd;
}
.forum-module textarea, .forum-module td:not('.search-body') input[type=text] {
width: 100%;
}
/* Footer */
footer {
width: 100%;
background: #282828;
}
footer .navigation-widget.horizontal {
text-align: right;
}
footer .navigation-widget.horizontal a, footer p {
color: #fff;
font-size: 14px;
font-family: Lato;
font-weight: 300;
line-height: 14px;
padding: 20px 0 0 0;
}
footer .navigation-widget.horizontal a {
margin-left: 15px;
}
footer .navigation-widget.horizontal a:hover {
color: #05acae;
}
#templatefooter {
padding: 20px 0 20px 0;
}/* Default | Jan 30, 2024 @7:12:44 PM */ 
/* General Styles (not handled by quick styles menu) */
/* Template Specific Styles */
body.secondary-template p{
font-family:Inherit;}
body.secondary-template h1{
font-family:Inherit;}
body.secondary-template h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.secondary-template h3{
font-family:Inherit;
font-size:26x;}
body.secondary-template h4{
font-family:Inherit;
font-size:18px;}
body.secondary-template h5{
font-family:Inherit;
font-size:16px;}
body.secondary-template h6{
font-family:Inherit;
font-size:14px;}
body.secondary-template button{
font-family:Inherit;}
body.secondary-template a{
font-family:Inherit;
color:#ffffff;}
body.secondary-template blockquote{
font-family:Inherit;}
body.secondary-template{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_2_.png');
background-color:#eee;
background-attachment:scroll;
background-size:cover;}
body.home-template p{
font-family:Inherit;}
body.home-template h1{
font-family:Inherit;}
body.home-template h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.home-template h3{
font-family:Inherit;
font-size:26x;}
body.home-template h4{
font-family:Inherit;
font-size:18px;}
body.home-template h5{
font-family:Inherit;
font-size:16px;}
body.home-template h6{
font-family:Inherit;
font-size:14px;}
body.home-template button{
font-family:Inherit;}
body.home-template a{
font-family:Inherit;
color:#ffffff;}
body.home-template blockquote{
font-family:Inherit;}
body.home-template{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_2_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
/* Page Specific Styles */
body.service-structure-page p{
font-family:Inherit;}
body.service-structure-page h1{
font-family:Inherit;}
body.service-structure-page h2{
font-family:Montserrat;
font-size:36px;
color:#000000;}
body.service-structure-page h3{
font-family:Inherit;
font-size:26x;}
body.service-structure-page h4{
font-family:Inherit;
font-size:18px;}
body.service-structure-page h5{
font-family:Inherit;
font-size:16px;}
body.service-structure-page h6{
font-family:Inherit;
font-size:14px;}
body.service-structure-page button{
font-family:Inherit;}
body.service-structure-page a{
font-family:Inherit;
color:#ffffff;}
body.service-structure-page blockquote{
font-family:Inherit;}
body.service-structure-page{
font-family:Merriweather;
background-image:url('/files/shcconline/New Website Graphics/grunge-world_00389676.jpg');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.giving-declaration-page p{
font-family:Inherit;}
body.giving-declaration-page h1{
font-family:Inherit;}
body.giving-declaration-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.giving-declaration-page h3{
font-family:Inherit;
font-size:26x;}
body.giving-declaration-page h4{
font-family:Inherit;
font-size:18px;}
body.giving-declaration-page h5{
font-family:Inherit;
font-size:16px;}
body.giving-declaration-page h6{
font-family:Inherit;
font-size:14px;}
body.giving-declaration-page button{
font-family:Inherit;}
body.giving-declaration-page a{
font-family:Inherit;
color:#ffffff;}
body.giving-declaration-page blockquote{
font-family:Inherit;}
body.giving-declaration-page{
font-family:Merriweather;
background-image:url('/files/shcconline/New Website Graphics/grunge-world_00389676.jpg');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-leadership-copy-page p{
font-family:Inherit;}
body.our-leadership-copy-page h1{
font-family:Inherit;}
body.our-leadership-copy-page h2{
font-family:Montserrat;
font-size:36px;
color:#000000;}
body.our-leadership-copy-page h3{
font-family:Inherit;
font-size:26x;}
body.our-leadership-copy-page h4{
font-family:Inherit;
font-size:18px;}
body.our-leadership-copy-page h5{
font-family:Inherit;
font-size:16px;}
body.our-leadership-copy-page h6{
font-family:Inherit;
font-size:14px;}
body.our-leadership-copy-page button{
font-family:Inherit;}
body.our-leadership-copy-page a{
font-family:Inherit;
color:#ffffff;}
body.our-leadership-copy-page blockquote{
font-family:Inherit;}
body.our-leadership-copy-page{
font-family:Merriweather;
background-image:url('/files/shcconline/New Website Graphics/grunge-world_00389676.jpg');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.sunday-morning-services-page p{
font-family:Verdana, Geneva, sans-serif;}
body.sunday-morning-services-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.sunday-morning-services-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.sunday-morning-services-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.sunday-morning-services-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.sunday-morning-services-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.sunday-morning-services-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.sunday-morning-services-page button{
font-family:Verdana, Geneva, sans-serif;}
body.sunday-morning-services-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.sunday-morning-services-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.sunday-morning-services-page{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.weekly-prayer-focus-page p{
font-family:Verdana, Geneva, sans-serif;}
body.weekly-prayer-focus-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.weekly-prayer-focus-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.weekly-prayer-focus-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.weekly-prayer-focus-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.weekly-prayer-focus-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.weekly-prayer-focus-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.weekly-prayer-focus-page button{
font-family:Verdana, Geneva, sans-serif;}
body.weekly-prayer-focus-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.weekly-prayer-focus-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.weekly-prayer-focus-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.legacy-park-page p{
font-family:Verdana, Geneva, sans-serif;}
body.legacy-park-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.legacy-park-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.legacy-park-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.legacy-park-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.legacy-park-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.legacy-park-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.legacy-park-page button{
font-family:Verdana, Geneva, sans-serif;}
body.legacy-park-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.legacy-park-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.legacy-park-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.the-warehouse-phase-1-page p{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-phase-1-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-phase-1-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.the-warehouse-phase-1-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.the-warehouse-phase-1-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.the-warehouse-phase-1-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.the-warehouse-phase-1-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.the-warehouse-phase-1-page button{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-phase-1-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.the-warehouse-phase-1-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-phase-1-page{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-leadership-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-leadership-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-leadership-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.our-leadership-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-leadership-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-leadership-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-leadership-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-leadership-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-leadership-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-leadership-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-leadership-page{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.about-us-page p{
font-family:Verdana, Geneva, sans-serif;}
body.about-us-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.about-us-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.about-us-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.about-us-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.about-us-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.about-us-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.about-us-page button{
font-family:Verdana, Geneva, sans-serif;}
body.about-us-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.about-us-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.about-us-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.phase-2-page p{
font-family:Verdana, Geneva, sans-serif;}
body.phase-2-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.phase-2-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.phase-2-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.phase-2-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.phase-2-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.phase-2-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.phase-2-page button{
font-family:Verdana, Geneva, sans-serif;}
body.phase-2-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.phase-2-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.phase-2-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-history-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-history-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-history-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-history-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-history-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-history-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-history-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-history-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-history-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-history-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-history-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.what-we-believe-page p{
font-family:Verdana, Geneva, sans-serif;}
body.what-we-believe-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.what-we-believe-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.what-we-believe-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.what-we-believe-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.what-we-believe-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.what-we-believe-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.what-we-believe-page button{
font-family:Verdana, Geneva, sans-serif;}
body.what-we-believe-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.what-we-believe-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.what-we-believe-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-vision-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-vision-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-vision-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-vision-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-vision-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-vision-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-vision-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-vision-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-vision-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-vision-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-vision-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-mission-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-mission-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-mission-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-mission-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-mission-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-mission-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-mission-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-mission-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-mission-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-mission-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-mission-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.watch-online-page p{
font-family:Verdana, Geneva, sans-serif;}
body.watch-online-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.watch-online-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.watch-online-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.watch-online-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.watch-online-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.watch-online-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.watch-online-page button{
font-family:Verdana, Geneva, sans-serif;}
body.watch-online-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.watch-online-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.watch-online-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.ministry-of-helps-page p{
font-family:Verdana, Geneva, sans-serif;}
body.ministry-of-helps-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.ministry-of-helps-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.ministry-of-helps-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.ministry-of-helps-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.ministry-of-helps-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.ministry-of-helps-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.ministry-of-helps-page button{
font-family:Verdana, Geneva, sans-serif;}
body.ministry-of-helps-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.ministry-of-helps-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.ministry-of-helps-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.liberty-kids-page p{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.liberty-kids-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.liberty-kids-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.liberty-kids-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.liberty-kids-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.liberty-kids-page button{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.liberty-kids-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.give-page p{
font-family:Verdana, Geneva, sans-serif;}
body.give-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.give-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.give-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.give-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.give-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.give-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.give-page button{
font-family:Verdana, Geneva, sans-serif;}
body.give-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.give-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.give-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.connect-page p{
font-family:Verdana, Geneva, sans-serif;}
body.connect-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.connect-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.connect-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.connect-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.connect-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.connect-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.connect-page button{
font-family:Verdana, Geneva, sans-serif;}
body.connect-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.connect-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.connect-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.prayer-ministry-page p{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-ministry-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-ministry-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.prayer-ministry-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.prayer-ministry-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.prayer-ministry-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.prayer-ministry-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.prayer-ministry-page button{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-ministry-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.prayer-ministry-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-ministry-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.worship-ministry-page p{
font-family:Verdana, Geneva, sans-serif;}
body.worship-ministry-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.worship-ministry-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.worship-ministry-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.worship-ministry-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.worship-ministry-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.worship-ministry-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.worship-ministry-page button{
font-family:Verdana, Geneva, sans-serif;}
body.worship-ministry-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.worship-ministry-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.worship-ministry-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.audio-video-ministry-page p{
font-family:Verdana, Geneva, sans-serif;}
body.audio-video-ministry-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.audio-video-ministry-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.audio-video-ministry-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.audio-video-ministry-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.audio-video-ministry-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.audio-video-ministry-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.audio-video-ministry-page button{
font-family:Verdana, Geneva, sans-serif;}
body.audio-video-ministry-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.audio-video-ministry-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.audio-video-ministry-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.liberty-ladies-page p{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-ladies-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-ladies-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.liberty-ladies-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.liberty-ladies-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.liberty-ladies-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.liberty-ladies-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.liberty-ladies-page button{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-ladies-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.liberty-ladies-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-ladies-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.frontline-ministry-page p{
font-family:Verdana, Geneva, sans-serif;}
body.frontline-ministry-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.frontline-ministry-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.frontline-ministry-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.frontline-ministry-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.frontline-ministry-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.frontline-ministry-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.frontline-ministry-page button{
font-family:Verdana, Geneva, sans-serif;}
body.frontline-ministry-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.frontline-ministry-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.frontline-ministry-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.missions-outreach-page p{
font-family:Verdana, Geneva, sans-serif;}
body.missions-outreach-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.missions-outreach-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.missions-outreach-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.missions-outreach-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.missions-outreach-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.missions-outreach-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.missions-outreach-page button{
font-family:Verdana, Geneva, sans-serif;}
body.missions-outreach-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.missions-outreach-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.missions-outreach-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.liberty-kids-check-in-process-page p{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-check-in-process-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-check-in-process-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.liberty-kids-check-in-process-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.liberty-kids-check-in-process-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.liberty-kids-check-in-process-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.liberty-kids-check-in-process-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.liberty-kids-check-in-process-page button{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-check-in-process-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.liberty-kids-check-in-process-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-check-in-process-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.liberty-kids-guests-newcomers-page p{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-guests-newcomers-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-guests-newcomers-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.liberty-kids-guests-newcomers-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.liberty-kids-guests-newcomers-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.liberty-kids-guests-newcomers-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.liberty-kids-guests-newcomers-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.liberty-kids-guests-newcomers-page button{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-guests-newcomers-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.liberty-kids-guests-newcomers-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.liberty-kids-guests-newcomers-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.there-is-more-page p{
font-family:Verdana, Geneva, sans-serif;}
body.there-is-more-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.there-is-more-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.there-is-more-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.there-is-more-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.there-is-more-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.there-is-more-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.there-is-more-page button{
font-family:Verdana, Geneva, sans-serif;}
body.there-is-more-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.there-is-more-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.there-is-more-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:scroll;
background-size:cover;}
body.there-is-more-copy-page p{
font-family:Inherit;}
body.there-is-more-copy-page h1{
font-family:Inherit;}
body.there-is-more-copy-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.there-is-more-copy-page h3{
font-family:Inherit;
font-size:26x;}
body.there-is-more-copy-page h4{
font-family:Inherit;
font-size:18px;}
body.there-is-more-copy-page h5{
font-family:Inherit;
font-size:16px;}
body.there-is-more-copy-page h6{
font-family:Inherit;
font-size:14px;}
body.there-is-more-copy-page button{
font-family:Inherit;}
body.there-is-more-copy-page a{
font-family:Inherit;
color:#ffffff;}
body.there-is-more-copy-page blockquote{
font-family:Inherit;}
body.there-is-more-copy-page{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#000000;
background-attachment:fixed;
background-size:cover;}
body.invite-someone-to-church-page p{
font-family:Inherit;}
body.invite-someone-to-church-page h1{
font-family:Inherit;}
body.invite-someone-to-church-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.invite-someone-to-church-page h3{
font-family:Inherit;
font-size:26x;}
body.invite-someone-to-church-page h4{
font-family:Inherit;
font-size:18px;}
body.invite-someone-to-church-page h5{
font-family:Inherit;
font-size:16px;}
body.invite-someone-to-church-page h6{
font-family:Inherit;
font-size:14px;}
body.invite-someone-to-church-page button{
font-family:Inherit;}
body.invite-someone-to-church-page a{
font-family:Inherit;
color:#ffffff;}
body.invite-someone-to-church-page blockquote{
font-family:Inherit;}
body.invite-someone-to-church-page{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.easter-sunday-page p{
font-family:Verdana, Geneva, sans-serif;}
body.easter-sunday-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.easter-sunday-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.easter-sunday-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.easter-sunday-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.easter-sunday-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.easter-sunday-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.easter-sunday-page button{
font-family:Verdana, Geneva, sans-serif;}
body.easter-sunday-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.easter-sunday-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.easter-sunday-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.2024-easter-prayer-guide-page p{
font-family:Verdana, Geneva, sans-serif;}
body.2024-easter-prayer-guide-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.2024-easter-prayer-guide-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.2024-easter-prayer-guide-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.2024-easter-prayer-guide-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.2024-easter-prayer-guide-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.2024-easter-prayer-guide-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.2024-easter-prayer-guide-page button{
font-family:Verdana, Geneva, sans-serif;}
body.2024-easter-prayer-guide-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.2024-easter-prayer-guide-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.2024-easter-prayer-guide-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.sunday-service-schedule-page p{
font-family:Tahoma, Geneva, sans-serif;}
body.sunday-service-schedule-page h1{
font-family:Tahoma, Geneva, sans-serif;}
body.sunday-service-schedule-page h2{
font-family:Tahoma, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.sunday-service-schedule-page h3{
font-family:Tahoma, Geneva, sans-serif;
font-size:26x;}
body.sunday-service-schedule-page h4{
font-family:Tahoma, Geneva, sans-serif;
font-size:18px;}
body.sunday-service-schedule-page h5{
font-family:Tahoma, Geneva, sans-serif;
font-size:16px;}
body.sunday-service-schedule-page h6{
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;}
body.sunday-service-schedule-page button{
font-family:Tahoma, Geneva, sans-serif;}
body.sunday-service-schedule-page a{
font-family:Tahoma, Geneva, sans-serif;
color:#ffffff;}
body.sunday-service-schedule-page blockquote{
font-family:Tahoma, Geneva, sans-serif;}
body.sunday-service-schedule-page{
font-family:Tahoma, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.lifegroup-page p{
font-family:Verdana, Geneva, sans-serif;}
body.lifegroup-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.lifegroup-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.lifegroup-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.lifegroup-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.lifegroup-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.lifegroup-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.lifegroup-page button{
font-family:Verdana, Geneva, sans-serif;}
body.lifegroup-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.lifegroup-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.lifegroup-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.test-24-page p{
font-family:Verdana, Geneva, sans-serif;}
body.test-24-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.test-24-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#ffffff;}
body.test-24-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.test-24-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.test-24-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.test-24-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.test-24-page button{
font-family:Verdana, Geneva, sans-serif;}
body.test-24-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.test-24-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.test-24-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/July_24/1.png');
background-color:#bd2d2d;
background-position:center center;
background-repeat:repeat-x;
background-attachment:scroll;
background-size:contain;}
body.phase-1-page p{
font-family:Verdana, Geneva, sans-serif;}
body.phase-1-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.phase-1-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.phase-1-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.phase-1-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.phase-1-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.phase-1-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.phase-1-page button{
font-family:Verdana, Geneva, sans-serif;}
body.phase-1-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.phase-1-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.phase-1-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.the-warehouse-page p{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.the-warehouse-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.the-warehouse-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.the-warehouse-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.the-warehouse-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.the-warehouse-page button{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.the-warehouse-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.the-warehouse-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.mission-vision-page p{
font-family:Verdana, Geneva, sans-serif;}
body.mission-vision-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.mission-vision-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.mission-vision-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.mission-vision-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.mission-vision-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.mission-vision-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.mission-vision-page button{
font-family:Verdana, Geneva, sans-serif;}
body.mission-vision-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.mission-vision-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.mission-vision-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.ministries-page p{
font-family:Verdana, Geneva, sans-serif;}
body.ministries-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.ministries-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.ministries-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.ministries-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.ministries-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.ministries-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.ministries-page button{
font-family:Verdana, Geneva, sans-serif;}
body.ministries-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.ministries-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.ministries-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-values-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-values-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-values-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-values-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-values-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-values-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-values-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-values-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-values-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-values-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-values-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.why-we-are-here-page p{
font-family:Verdana, Geneva, sans-serif;}
body.why-we-are-here-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.why-we-are-here-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.why-we-are-here-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.why-we-are-here-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.why-we-are-here-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.why-we-are-here-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.why-we-are-here-page button{
font-family:Verdana, Geneva, sans-serif;}
body.why-we-are-here-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.why-we-are-here-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.why-we-are-here-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.who-we-are-page p{
font-family:Verdana, Geneva, sans-serif;}
body.who-we-are-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.who-we-are-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.who-we-are-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.who-we-are-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.who-we-are-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.who-we-are-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.who-we-are-page button{
font-family:Verdana, Geneva, sans-serif;}
body.who-we-are-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.who-we-are-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.who-we-are-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-connected-values-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-connected-values-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-connected-values-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-connected-values-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-connected-values-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-connected-values-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-connected-values-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-connected-values-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-connected-values-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-connected-values-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-connected-values-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.services-events-page p{
font-family:Verdana, Geneva, sans-serif;}
body.services-events-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.services-events-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.services-events-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.services-events-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.services-events-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.services-events-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.services-events-page button{
font-family:Verdana, Geneva, sans-serif;}
body.services-events-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.services-events-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.services-events-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-statement-of-faith-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-statement-of-faith-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-statement-of-faith-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-statement-of-faith-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-statement-of-faith-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-statement-of-faith-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-statement-of-faith-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-statement-of-faith-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-statement-of-faith-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-statement-of-faith-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-statement-of-faith-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.prayer-page p{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.prayer-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.prayer-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.prayer-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.prayer-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.prayer-page button{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.prayer-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.our-team-page p{
font-family:Verdana, Geneva, sans-serif;}
body.our-team-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.our-team-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.our-team-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.our-team-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.our-team-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.our-team-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.our-team-page button{
font-family:Verdana, Geneva, sans-serif;}
body.our-team-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.our-team-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.our-team-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.prayer-request-praise-report-page p{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-request-praise-report-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-request-praise-report-page h2{
font-family:Verdana, Geneva, sans-serif;
font-size:36px;
color:#000000;}
body.prayer-request-praise-report-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.prayer-request-praise-report-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.prayer-request-praise-report-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.prayer-request-praise-report-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.prayer-request-praise-report-page button{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-request-praise-report-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.prayer-request-praise-report-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.prayer-request-praise-report-page{
font-family:Verdana, Geneva, sans-serif;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
body.home-page p{
font-family:Verdana, Geneva, sans-serif;}
body.home-page h1{
font-family:Verdana, Geneva, sans-serif;}
body.home-page h2{
font-family:Montserrat;
font-size:36px;
color:#ffffff;}
body.home-page h3{
font-family:Verdana, Geneva, sans-serif;
font-size:26x;}
body.home-page h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;}
body.home-page h5{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;}
body.home-page h6{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}
body.home-page button{
font-family:Verdana, Geneva, sans-serif;}
body.home-page a{
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;}
body.home-page blockquote{
font-family:Verdana, Geneva, sans-serif;}
body.home-page{
font-family:Merriweather;
background-image:url('/files/shcconline/Jan_2024/There_is_More_4_.png');
background-color:#0a0101;
background-attachment:fixed;
background-size:cover;}
