/* Site Effects CSS */
article section::before {
content:'';
position:absolute;
top:0;
bottom:0;
left:calc(-50vw + 50%);
right:calc(-50vw + 50%);
background:inherit;
z-index:-1;
}

/* Site CSS */
:root {
--grid-gap: 0px;
--font1: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font2: 'Trebuchet MS', Helvetica, sans-serif;
--font-size: 18px;
--theme_background_1: rgb(32, 68, 116);
--theme_foreground_1: rgb(255, 255, 255);
--theme_background_2: rgb(237, 237, 237);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(220, 231, 232);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: #000;
--body_background: rgb(112, 112, 112);
--block_color_1:var(--theme_background_1);
--block_color_1_alt:var(--theme_foreground_1);
--block_color_2:var(--theme_background_2);
--block_color_2_alt:var(--theme_foreground_2);
}
body {
background-color:rgb(112, 112, 112);
color:#000;
}
header {
background-color:rgb(237, 235, 228);
min-height:400px;
}
header div#inner {
height:400px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1173/logos/StMarys.png?r=109837&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:80px;
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(162, 179, 225);
color:rgb(0, 0, 0);
}
nav a {
color:rgb(0, 0, 0);
}
nav ul ul {
background-color:rgb(162, 179, 225);
color:rgb(0, 0, 0);
}
nav li:hover, nav li:active, nav li:hover>a, nav li:active>a, nav a.on, nav li.on, #menu_opener:hover::before, nav ul ul li:hover, nav ul ul li:hover>a {
background-color:rgb(32, 68, 116);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}
aside {
background-color:rgb(135, 159, 222);
color:rgb(255, 255, 255);
}
footer {
background-color:rgb(237, 235, 228);
color:rgb(0, 0, 0);
}
@media(min-width: 780px) {
article section {padding: 2rem 2rem;}
aside section {padding: 2rem 2rem;}
footer section {padding: 2rem 2rem;}
}
section.breadcrumb, section.breadcrumb:nth-child(odd) {
background-color:#555555;
color:#ffffff;
}
section.breadcrumb a {
color:#ffffff;
}
#breadcrumbhomeicon {fill:#ffffff;}
@media(min-width: 1000px) {
.header_heading {align-self:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_12677 {
background-color:transparent;
color:rgb(3, 0, 0);
}
section#block_12677::before {background-color:rgb(27, 123, 164);}
body#p5202 {}
body#p5203 {}
body#p5208 {}
body#p5209 {}
body#p5210 {}
body#p5216 {}
body#p5222 {}
body#p6547 {}
body#p5238 {}
/* Custom CSS */
.header_heading {
background-color:rgba(255,255,255,.8);
color:#204474;
padding:0 2rem;
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.8);
box-shadow: 0 0 4px 0 rgba(0,0,0,.8);
border-radius:3px;
opacity:0;
}
