/* 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: 'Architects Daughter', cursive;
--font-size: 22px;
--theme_background_1: rgb(63, 0, 15);
--theme_foreground_1: #fff;
--theme_background_2: rgb(234, 234, 234);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(241, 241, 241);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(65, 65, 65);
--body_background: rgb(243, 234, 236);
--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);
accent-color:#3f000f;
}
body {
background-color:rgb(243, 234, 236);
color:rgb(65, 65, 65);
}
header {
background-color:rgb(63, 0, 15);
background-image:url('https://web-cdn.org/s/1589/image/Old-Site/P1030858.jpg?maxwidth=1920');;
color:rgb(255, 255, 255);
min-height:400px;
}
header div#inner {
height:400px;
}
#header_bar {
min-height:40px;
}
nav {
background-color:rgb(63, 0, 15);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(63, 0, 15);
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(211, 136, 71);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
}
aside {
background-color:rgb(163, 195, 218);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(63, 0, 15);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 2rem 4rem;}
aside section {padding: 2rem 4rem;}
footer section {padding: 2rem 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#p23418 {}
/* Custom CSS */
.gallery_holder a {
font-size:.8rem;
text-decoration:none;
}
.gallery_item_details h3 {
font-size:1.6rem;
}
.header_heading {
text-shadow: 0 0 2px #1C1C1C;
}
