/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Raleway', sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 19px;
--theme_background_1: rgb(115, 179, 157);
--theme_foreground_1: #fff;
--theme_background_2: rgb(255, 255, 255);
--theme_foreground_2: rgb(35, 35, 35);
--theme_background_3: rgb(224, 224, 224);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(255, 255, 255);
--body_background: rgba(115, 179, 157, 0.81);
--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:rgba(115, 179, 157, 0.81);
color:rgb(255, 255, 255);
}
article h1, aside h1, footer h1 {
font-size:50px;
color:rgb(115, 179, 157);

}
article h2, aside h2, footer h2 {
font-size:36px;
color:rgb(115, 179, 157);

}
article h3, aside h3, footer h3 {
font-size:24px;
color:rgb(115, 179, 157);

}
article h4, aside h4, footer h4 {
font-size:20px;
color:rgb(115, 179, 157);

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(115, 179, 157);
color:rgb(255, 255, 255);
min-height:480px;
}
header div#inner {
height:480px;
}
#header_bar {
}
nav {
background-color:rgb(255, 255, 255);
color:rgb(61, 115, 96);
border-top:5px solid rgb(255,255,255);
border-bottom:5px solid rgb(115,179,157);
}
nav a {
color:rgb(61, 115, 96);
}
nav ul ul {
background-color:rgb(255, 255, 255);
color:rgb(61, 115, 96);
}
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(115, 179, 157);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:rgb(69, 69, 69);
}
aside {
background-color:rgb(255, 255, 255);
color:rgb(69, 69, 69);
}
footer {
background-color:rgb(255, 210, 63);
color:rgb(69, 69, 69);
border-top: 5px solid rgb(115,179,157);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 2rem 2rem;}
aside section {padding: 2rem 2rem;}
footer section {padding: 2rem 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:end;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_31586 {
background-color:rgb(130, 152, 169);
}
section#block_31588 {
background-color:rgb(130, 152, 169);
}
body#p13371 {}
/* Custom CSS */
.header_heading {
background:rgba(0,0,0,.35);
width:100%;
}

nav li,
nav a,
nav span {
border-radius:.5rem .5rem 0 0;
margin:0 1px;
}
