/* 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: 'Unbounded', cursive;
--font-size: 18px;
--theme_background_1: rgb(77, 128, 157);
--theme_foreground_1: rgb(255, 251, 251);
--theme_background_2: rgb(234, 234, 234);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(219, 219, 219);
--theme_foreground_3: rgb(0, 0, 0);
--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:600px;
}
header div#inner {
height:600px;
}
#header_bar {
min-height:200px;
background-color:rgb(77, 128, 157);
color:rgb(255, 255, 255);
}
nav {
background-color:rgb(0, 0, 4);
color:rgb(255, 255, 255);
font-size:110%;
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(0, 0, 4);
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(0, 0, 0);
color:rgb(249, 116, 0);
}
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(77, 128, 157);
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;}
}
body#p7659 {}
body#p7662 {}
body#p7864 {}
body#p7865 {}
body#p7866 {}
body#p7867 {}
body#p7868 {}
body#p7869 {}
body#p7870 {}
body#p7871 {}
body#p7872 {}
body#p7873 {}
/* Custom CSS */
#header_bar_205 {
font-family: var(--font2);
font-size:40px;
}
#header_slideshow {
border-top:200px solid rgb(77, 128, 157);
}

@media only screen and (max-width: 600px) {
header {
min-height:0;
}
#header_bar {
min-height:0;
}
#header_slideshow {
border-top: 70px solid transparent;
}
#header_slideshow>div,
header div#inner {
height:31vw;
}
#header_bar_205 {
font-size:30px;
}

article h1 {
font-size:1.6rem;
}
article h2 {
font-size:1.4rem;
}
article h3 {
font-size:1.2rem;
}
}
