/* 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: 'Montserrat', sans-serif;
--font-size: 18px;
--theme_background_1: rgb(4, 36, 95);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: #999;
--theme_foreground_3: ;
--body_foreground: rgb(0, 0, 0);
--body_background: rgb(23, 144, 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);
accent-color:#04245f;
}
body {
background-color:rgb(23, 144, 251);
color:rgb(0, 0, 0);
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(4, 36, 95);
color:rgb(255, 255, 255);
min-height:350px;
}
header div#inner {
height:350px;
}
#header_bar {
}
nav {
background-color:rgb(4, 36, 95);
color:rgb(255, 255, 255);
border-top:4px solid rgb(4,36,95);
border-bottom:4px solid rgb(23,144,251);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(4, 36, 95);
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(23, 144, 251);
color:rgb(255, 255, 255);
}
nav ul {justify-content:space-evenly;}
article {
background-color:rgb(255, 255, 255);
}
aside {
}
footer {
background-color:rgb(4, 36, 95);
color:rgb(255, 255, 255);
border-top: 4px solid rgb(23,144,251);
}
footer #site_essentials {
text-align:right;
}
@media(min-width: 780px) {
article section {padding: 0.3rem 2rem;}
aside section {padding: 0.3rem 2rem;}
footer section {padding: 0.3rem 2rem;}
}
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 */
.header_heading {
  font-weight:bold;
  text-shadow:1px 1px 3px rgba(0,0,0,.4);
}
@media (min-width: 600px) {
  .header_heading {
    font-size: clamp(30px, 18vw, 60px);
  }
}


main {
box-shadow: 
0 0 0 5px #fff,
0 0 5px 5px rgba(0,0,0,.4)
;
}
