/* 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: 'Kaushan Script', cursive;
--font-size: 18px;
--theme_background_1: rgb(87, 87, 87);
--theme_foreground_1: rgb(255, 255, 255);
--theme_background_2: rgb(241, 241, 241);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(255, 255, 255);
--theme_foreground_3: rgb(0, 0, 0);
--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:#98a8a1;
}
body {
background-color:rgb(87, 87, 87);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(152, 168, 161);
min-height:300px;
}
header div#inner {
height:300px;
}
#header_bar {
}
nav {
background-color:rgb(152, 168, 161);
color:rgb(255, 255, 255);
border-bottom:5px solid rgb(87,87,87);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(152, 168, 161);
color:rgb(255, 255, 255);
}
nav li:hover, nav li:hover>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(87, 87, 87);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
}
aside {
}
footer {
background-color:rgb(152, 168, 161);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1.5rem 4rem;}
aside section {padding: 1.5rem 4rem;}
footer section {padding: 1.5rem 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;}
}
/* Custom CSS */
