/* 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: 'Montserrat', sans-serif;
--font2: 'Inknut Antiqua', serif;
--font-size: 16px;
--theme_background_1: #444;
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: #999;
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(255, 255, 255);
--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, 255, 255);
color:#000;
}
header {
background-color:rgb(0, 0, 0);
color:rgb(248, 52, 52);
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:450px;
}
header div#inner {
height:450px;
}
#header_bar {
}
nav {
background-color:rgb(64, 64, 77);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(64, 64, 77);
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(8, 4, 29);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
color:#000;
}
aside {
background-color:#bbb;
color:#000;
}
footer {
background-color:#bbb;
color:#000;
}
@media(min-width: 780px) {
article section {padding: 4rem 4rem;}
aside section {padding: 4rem 4rem;}
footer section {padding: 4rem 4rem;}
}
article section:nth-child(even) {
background-color:rgb(255, 255, 255);
}
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:start;justify-self:center;}
.header_subheading {align-self:end;justify-self:center;}
}
body#p1634 {}
body#p5026 {}
/* Custom CSS */
/* adjusting header height for various screen widths */
header,
#header_slideshow {
height:550px;
max-height:35vw;
min-height:0 !important;
}
