/* 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: 'Open Sans', sans-serif;
--font2: Verdana, sans-serif;
--font-size: 18px;
--theme_background_1: rgb(100, 102, 95);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(240, 240, 240);
--theme_foreground_3: ;
--body_foreground: rgb(0, 0, 0);
--body_background: rgb(227, 227, 227);
--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(227, 227, 227);
color:rgb(0, 0, 0);
}
article h1, aside h1, footer h1 {
color:#64665F;

}
article h2, aside h2, footer h2 {
color:#B2BAA2;

}
article h3, aside h3, footer h3 {
color:#64665F;

}
article h4, aside h4, footer h4 {
color:#B2BAA2;

}
article h5, aside h5, footer h5 {
color:#64665F;

}
article h6, aside h6, footer h6 {
color:#B2BAA2;

}
header {
background-color:rgb(80, 115, 191);
color:rgba(0, 0, 0, 0.88);
min-height:400px;
}
header div#inner {
height:400px;
}
#header_bar {
min-height:160px;
background-color:rgba(255, 255, 255, 0.81);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(100, 102, 95);
color:rgb(255, 255, 255);
border-bottom:15px double rgb(255,255,255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(100, 102, 95);
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(0, 0, 0);
color:rgb(255, 255, 255);
}
nav ul {justify-content:space-evenly;}
article {
background-color:rgb(255, 255, 255);
}
aside {
}
footer {
background-color:rgb(178, 186, 162);
color:rgb(0, 0, 0);
border-top: 15px double rgb(255,255,255);
}
@media(min-width: 780px) {
article section {padding: 2rem 4rem;}
aside section {padding: 2rem 4rem;}
footer section {padding: 2rem 4rem;}
}
article section:nth-child(even) {
background-color:rgb(227, 227, 227);
}
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;}
}
body#p12287 {}
body#p12302 {}
body#p12304 {}
body#p12915 {}
/* Custom CSS */
.header_heading {
font-size:35px;
text-shadow:1px 1px 3px #fff;
background:rgba(255,255,255,.4);
padding:.5rem;
}


@media only screen and (min-width: 600px) {
main {
box-shadow:0 0 0 2px #fff,0 0 2px 2px rgba(0,0,0,.5);
}
.header_heading {
font-size:60px;
}
}

