/* Site CSS */
:root {
--grid-gap: 10px;
--font1: 'Open Sans', sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 16px;
--theme_background_1: rgb(73, 118, 124);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(236, 236, 236);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(73, 118, 124);
--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(73, 118, 124);
color:#000;
}
header {
background-color:rgb(73, 118, 124);
color:rgb(255, 255, 255);
min-height:500px;
}
header div#inner {
height:500px;
}
#header_bar {
}
nav {
background-color:rgb(241, 241, 241);
color:rgb(0, 0, 0);
font-size:90%;
border-top:4px solid rgb(241,241,241);
}
nav a {
color:rgb(0, 0, 0);
}
nav ul ul {
background-color:rgb(241, 241, 241);
color:rgb(0, 0, 0);
}
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(73, 118, 124);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
-webkit-border-radius:3px;
border-radius:3px;
}
aside {
background-color:rgb(241, 241, 241);
color:rgb(0, 0, 0);
-webkit-border-radius:3px;
border-radius:3px;
}
footer {
background-color:rgb(73, 118, 124);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1rem 2rem;}
aside section {padding: 1rem 2rem;}
footer section {padding: 1rem 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;}
}
body#p11324 {}
body#p11326 {}
body#p11332 {}
body#p11333 {}
body#p11334 {}
body#p11351 {}
body#p11392 {}
body#p11541 {}
body#p11592 {}
body#p12758 {}
body#p12935 {}
body#p17927 {}
/* Custom CSS */
.header_heading,
.header_subheading {
font-size:50px;
text-shadow: 1px 1px 2px #3B3B3B;
font-weight:900;
background:rgba(73,118,124,0.7);
padding:1rem 3rem;
}
@media only screen and (max-width: 600px) {
.header_heading,
.header_subheading {
font-size:26px;
margin:0 1rem;
}
}

@media only screen and (min-width: 601px) {
nav>ul>li>a.on,
nav>ul>li>a:hover,
nav>ul>li:hover {
border-radius:5px 5px 0 0;
}
nav>ul ul {
box-shadow:0 4px 3px 0 rgba(0,0,0,.5);
}
}
