/* 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: 'Raleway', sans-serif;
--font2: 'Cinzel', serif;
--font-size: 19px;
--theme_background_1: rgb(48, 106, 48);
--theme_foreground_1: #fff;
--theme_background_2: rgb(255, 255, 255);
--theme_foreground_2: rgb(35, 35, 35);
--theme_background_3: rgb(238, 238, 238);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: #000;
--body_background: ;
--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 {
color:#000;
}
article h1, aside h1, footer h1 {
font-size:60px;
color:rgb(48, 106, 48);

}
article h2, aside h2, footer h2 {
font-size:40px;
color:rgb(48, 106, 48);

}
article h3, aside h3, footer h3 {
font-size:30px;
color:rgb(48, 106, 48);

}
article h4, aside h4, footer h4 {
font-size:25px;
color:rgb(48, 106, 48);

}
header {
background-color:rgb(48, 106, 48);
color:rgb(255, 255, 255);
min-height:500px;
}
header div#inner {
height:500px;
}
#header_bar {
}
nav {
background-color:rgb(48, 106, 48);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(48, 106, 48);
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(71, 154, 71);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
color:#000;
}
aside {
background-color:#bbb;
color:#000;
}
footer {
background-color:rgb(48, 106, 48);
background-image:url('https://web-cdn.org/s/1291/image/Banners/Footer.jpg');
background-position:top center;
background-repeat:no-repeat;
background-size:contain;
padding-top:13vw;
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 4rem 4rem;}
aside section {padding: 4rem 4rem;}
footer section {padding: 4rem 4rem;}
}
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#p10112 {}
body#p10117 {}
body#p10119 {}
body#p10127 {}
body#p15308 {}
body#p17646 {}
/* Custom CSS */
.header_heading {
text-shadow:1px 1px 4px rgba(0,0,0,1);
font-weight:bold;
}

figcaption {
background-color:rgba(0,0,0,.7);
color:#fff;
text-align:center;
}
.figcaption {
text-align:center;
}
