/* 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: 'Rammetto One', cursive;
--font-size: 22px;
--theme_background_1: rgb(41, 50, 65);
--theme_foreground_1: #fff;
--theme_background_2: rgb(152, 193, 217);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(224, 251, 252);
--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:#52796f;
}
body {
background-color:rgb(41, 50, 65);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(2, 2, 3);
color:rgb(255, 255, 255);
min-height:300px;
}
header div#inner {
height:300px;
}
#header_bar {
background-color:rgba(255, 255, 255, 0.79);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(61, 90, 128);
color:rgb(255, 255, 255);
font-size:90%;
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(61, 90, 128);
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(61, 90, 128);
color:rgb(238, 108, 77);
}
nav ul {justify-content:center;}
article {
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
}
footer {
background-color:rgb(5, 5, 5);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 3rem 4rem;}
aside section {padding: 3rem 4rem;}
footer section {padding: 3rem 4rem;}
}
article section:nth-child(odd), aside section:nth-child(odd) {
background-color:rgb(41, 50, 65);
}
article section:nth-child(even), aside section:nth-child(even) {
background-color:rgb(13, 70, 103);
}
section.breadcrumb, section.breadcrumb:nth-child(odd) {
}
section.breadcrumb a {
}
@media(min-width: 1000px) {
.header_heading {align-self:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Custom CSS */
@media(min-width: 1025px) {
main.desktop_layout8 {
grid-template-columns:250px 1fr 1fr 1fr 1fr 1fr;
}
.desktop_layout8 nav.desktop_nav_2 .sub_menu {
width:auto;
min-width:15ch;
}
}
