/* 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: Georgia, serif;
--font-size: 16px;
--theme_background_1: rgb(200, 89, 53);
--theme_foreground_1: #fff;
--theme_background_2: rgb(103, 179, 231);
--theme_foreground_2: rgb(255, 255, 255);
--theme_background_3: rgb(206, 97, 71);
--theme_foreground_3: rgb(255, 255, 255);
--body_foreground: rgb(45, 47, 47);
--body_background: rgb(244, 244, 214);
--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(244, 244, 214);
color:rgb(45, 47, 47);
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(251, 251, 251);
color:rgb(45, 47, 47);
min-height:250px;
}
header div#inner {
height:250px;
}
#header_bar {
min-height:150px;
}
nav {
background-color:rgb(235, 209, 124);
color:rgb(45, 47, 47);
}
nav a {
color:rgb(45, 47, 47);
}
nav ul ul {
background-color:rgb(235, 209, 124);
color:rgb(45, 47, 47);
}
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(103, 179, 231);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(251, 251, 251);
color:rgb(0, 0, 0);
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(103, 179, 231);
color:rgb(255, 255, 255);
}
@media(min-width: 780px) {
article section {padding: 2.5rem 2.5rem;}
aside section {padding: 2.5rem 2.5rem;}
footer section {padding: 2.5rem 2.5rem;}
}
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#p18876 {}
body#p18877 {}
body#p18886 {}
/* Custom CSS */
@media only screen and (min-width: 600px) {
  main {
    box-shadow:0 0 0 4px #fff,
    1px 1px 3px 4px #00000055;
  }
}
