/* 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: 'PT Sans', sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 18px;
--theme_background_1: rgb(80, 141, 204);
--theme_foreground_1: rgb(255, 251, 251);
--theme_background_2: rgb(230, 230, 230);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(237, 237, 237);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(255, 255, 255);
--body_background: rgb(255, 254, 251);
--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(255, 254, 251);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(80, 141, 204);
color:rgb(0, 0, 0);
min-height:450px;
}
header div#inner {
height:450px;
}
#header_bar {
min-height:140px;
background-color:rgb(60, 154, 80);
color:rgb(255, 255, 255);
}
nav {
background-color:rgb(44, 44, 44);
color:rgb(255, 255, 255);
border-top:5px solid rgb(44,44,44);
border-bottom:5px solid rgb(80,141,204);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(44, 44, 44);
color:rgb(255, 255, 255);
}
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(80, 141, 204);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
color:rgb(83, 83, 83);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(80, 141, 204);
color:rgb(255, 255, 255);
border-top: 5px solid rgb(44,44,44);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1.6rem 4rem;}
aside section {padding: 1.6rem 4rem;}
footer section {padding: 1.6rem 4rem;}
}
article section:nth-child(odd) {
background-color:rgb(255, 255, 255);
}
article section:nth-child(even) {
background-color:rgb(250, 250, 250);
}
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_29227 {
--block_color_2:#e5b5b5;
--block_color_2_alt:#000;
}
section#block_29228 {
--block_color_2:#e5b5b5;
--block_color_2_alt:#000;
}
section#block_29229 {
--block_color_2:#e5b5b5;
--block_color_2_alt:#000;
}
body#p12651 {}
body#p12652 {}
body#p12653 {}
body#p12654 {}
body#p12655 {}
body#p12656 {}
body#p12657 {}
body#p12662 {}
body#p16553 {}
/* Custom CSS */
.header_heading,
.header_subheading {
background:rgba(255,255,255,.4);
padding:1rem 2rem;
border-radius:1rem;
}
