/* 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: 'Manrope', sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 18px;
--theme_background_1: rgb(7, 7, 74);
--theme_foreground_1: rgb(255, 251, 251);
--theme_background_2: rgb(243, 243, 243);
--theme_foreground_2: rgb(26, 26, 26);
--theme_background_3: rgb(230, 230, 230);
--theme_foreground_3: rgb(26, 26, 26);
--body_foreground: rgb(255, 255, 255);
--body_background: rgb(255, 254, 251);
--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, 254, 251);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
grid-template-areas:'';
min-height:450px;
}
header div#inner {
height:450px;
}
#header_bar {
min-height:30px;
background-color:rgba(255, 255, 255, 0.81);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(7, 7, 74);
color:rgb(255, 255, 255);
font-size:90%;
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(7, 7, 74);
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(7, 7, 74);
color:rgb(64, 193, 231);
}
nav ul {justify-content:center;}
article {
color:rgb(0, 0, 0);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(7, 7, 74);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1.6rem 4rem;}
aside section {padding: 1.6rem 4rem;}
footer section {padding: 1.6rem 4rem;}
}
article section:nth-child(odd) {
background-color:rgb(255, 255, 255);
}
article section:nth-child(even) {
background-color:rgb(250, 250, 250);
}
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:end;justify-self:center;}
}
/* Individual Sections */
section#block_26264 {
--block_color_1:#99ec11;
--block_color_1_alt:#000;
--block_color_2:#e84c0d;
--block_color_2_alt:#fff;
}
body#p11472 {}
body#p11479 {}
body#p11491 {}
body#p11493 {}
body#p11494 {}
body#p11500 {}
body#p11501 {}
/* Custom CSS */
article a:hover {
text-decoration-style:double;
text-decoration-color:green;
}
@media (max-width: 600px) {

.header_bar_logo {
min-height:100px;
margin-top:10px;
}

}
