/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Fira Sans', Verdana, sans-serif;
--font2: 'Fira Sans', Verdana, sans-serif;
--font-size: 16px;
--theme_background_1: rgb(94, 109, 50);
--theme_foreground_1: #fff;
--theme_background_2: rgb(235, 235, 235);
--theme_foreground_2: #000;
--theme_background_3: rgb(233, 233, 233);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(244, 233, 205);
--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(244, 233, 205);
color:#000;
}
article h1, aside h1, footer h1 {
color:#5E6D32;

}
article h2, aside h2, footer h2 {
color:#5E6D32;

}
article h3, aside h3, footer h3 {
color:#5E6D32;

}
article h4, aside h4, footer h4 {
color:#5E6D32;

}
article h5, aside h5, footer h5 {
color:#5E6D32;

}
article h6, aside h6, footer h6 {
color:#5E6D32;

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(0, 0, 0);
background-image:url('https://web-cdn.org/s/1401/image/Banners/01.jpg?maxwidth=1000');;
color:rgb(255, 255, 255);
grid-template-areas:'logo logo logo heading heading heading heading heading heading heading heading heading';
min-height:300px;
}
header div#inner {
height:300px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1401/logos/Logo.png?r=277226&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:160px;
background-color:rgba(255, 255, 255, 0.8);
color:rgb(16, 8, 141);
}
nav {
background-color:rgb(94, 109, 50);
color:rgb(255, 255, 255);
border-top:6px solid rgb(94,109,50);
border-bottom:6px solid rgb(150,162,94);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(94, 109, 50);
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(150, 162, 94);
color:#ffffff;
}
nav ul {justify-content:center;}
article {
background-color:rgb(150, 162, 94);
color:#000;
}
aside {
background-color:rgba(150, 162, 94, 0.13);
color:#000;
border:6px solid rgb(150,162,94);
}
footer {
background-color:rgb(94, 109, 50);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(150,162,94);
}
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;}
}
article section:nth-child(odd) {
background-color:rgb(255, 255, 255);
}
article section:nth-child(even) {
background-color:rgb(255, 255, 255);
}
section.breadcrumb, section.breadcrumb:nth-child(odd) {
background-color:rgb(3, 153, 255);
color:rgb(255, 255, 255);
}
section.breadcrumb a {
color:rgb(255, 255, 255);
}
#breadcrumbhomeicon {fill:rgb(255, 255, 255);}
@media(min-width: 1000px) {
.header_heading {align-self:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
body#p12936 {}
body#p12937 {}
body#p12940 {}
body#p12941 {}
body#p12945 {}
body#p12946 {}
body#p12947 {}
body#p12957 {}
body#p12959 {}
body#p12975 {}
body#p12976 {}
/* Custom CSS */
#header_bar_1232 {
font-size:36px;
}
.header_logo {
margin:1rem;
margin-top:5rem;
}

main {
-webkit-box-shadow: 0 0 0 6px #96A25E,0 0 3px 4px #96A25E;
box-shadow: 0 0 0 6px #96A25E,0 0 3px 4px #96A25E;
}

article section:not(:first-child),
aside section:not(:first-child)  {
margin-top:7px;
}

nav.desktop_nav_2 > ul > li {
  margin: 0 2px;
}

@media only screen and (max-width: 600px) {
body.margin_1 {
padding:0;
}
h1 {
font-size:30px;
}
h2 {
font-size: 26px;
}
.header_heading {
font-size:30px;
}
.header_logo {
margin-top:2rem;
}
}

section.calendar table.data td a::after,
section.upcoming-events span.datetext::after {
content: ' (home)'
}
section.calendar table.data td a.italic::after,
section.upcoming-events span.datetext.italic::after {
content: ' (away)'
}
