/* Site CSS */
:root {
--grid-gap: 0px;
--font1: Tahoma;
--font2: Georgia, serif;
--font-size: 17px;
--theme_background_1: rgb(86, 56, 27);
--theme_foreground_1: #fff;
--theme_background_2: rgb(201, 201, 201);
--theme_foreground_2: #000;
--theme_background_3: rgba(86, 56, 27, 0.13);
--theme_foreground_3: #000;
--body_foreground: rgb(33, 33, 33);
--body_background: rgb(207, 162, 119);
--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(207, 162, 119);
color:rgb(33, 33, 33);
}
article h1, aside h1, footer h1 {
color:rgb(86, 56, 27);

}
article h2, aside h2, footer h2 {
color:rgb(86, 56, 27);

}
article h3, aside h3, footer h3 {
color:rgb(86, 56, 27);

}
article h4, aside h4, footer h4 {
color:rgb(86, 56, 27);

}
article h5, aside h5, footer h5 {
color:rgb(86, 56, 27);

}
article h6, aside h6, footer h6 {
color:rgb(86, 56, 27);

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(0, 0, 0);
color:rgb(255, 255, 255);
min-height:330px;
}
header div#inner {
height:330px;
}
#header_bar {
}
nav {
background-color:rgba(86, 56, 27, 0.36);
color:rgb(255, 255, 255);
font-size:110%;
border-top:6px solid rgba(255,255,255,0.01);
border-bottom:6px solid rgb(86,56,27);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgba(86, 56, 27, 0.36);
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 {
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:rgb(33, 33, 33);
}
aside {
background-color:rgb(235, 234, 234);
color:#000;
border:6px solid rgb(109,109,109);
}
footer {
background-color:rgb(218, 196, 174);
color:rgb(0, 0, 0);
border-top: 6px solid rgb(86,56,27);
}
@media(min-width: 780px) {
article section {padding: 1.5rem 2rem;}
aside section {padding: 1.5rem 2rem;}
footer section {padding: 1.5rem 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:start;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_3919 {
background-color:rgb(85, 85, 85);
color:rgb(255, 255, 255);
}
section#block_3920 {
background-color:rgb(85, 85, 85);
color:rgb(255, 255, 255);
}
body#p1968 {}
/* Custom CSS */
main {
box-shadow: 0 0 0 4px #fff,
4px 4px 6px 0 rgba(109,109,109,.7);
}
.header_heading {
text-shadow: 1px 1px 4px #242424;
}
nav {
grid-row: 1;
align-self: end;
}
nav a {
border-radius:1rem 1rem 0 0;
margin:0 .5rem;
text-shadow: 1px 1px 4px #242424;
}
nav a.on,
nav a:hover {
background:rgba(255,255,255,.5);
text-shadow: none;
}
figcaption {
color:#fff;
background-color:rgba(0, 0, 0, 0.22);
text-shadow: 1px 1px 4px #242424;
text-align:center;
}
@media only screen and (max-width: 600px) {
nav a {
border-radius:0;
}
}
