/* 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(238, 238, 238);
--theme_foreground_2: #000;
--theme_background_3: rgb(227, 227, 227);
--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(255, 255, 255);
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;
border-top: 6px solid rgb(64,64,77);
}
@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(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:end;justify-self:center;}
.header_subheading {align-self:start;justify-self:center;}
}
/* Individual Sections */
section#block_54826 {
--block_color_1:#40404d;
--block_color_1_alt:#fff;
}
body#p24318 {}
body#p23738 {}
body#p24049 {}
body#p23806 {}
body#p23786 {}
/* Custom CSS */
/* adjusting header height for various screen widths */
header,
#header_slideshow,
header #inner {
  height:600px;
  max-height:38vw;
  min-height:0 !important;
}

.header_heading,
.header_subheading {
  font-size:45px;
  paint-order: stroke fill;
  text-shadow: 0 0 4px rgba(0,0,0,.5);
  -webkit-text-stroke: 0.1em #40404D;
}

@media (min-width: 600px) {
  .header_heading,
  .header_subheading {
    font-size:80px;
  }
}
