/* Site CSS */
:root {
--grid-gap: 0px;
--font1: Verdana, sans-serif;
--font2: 'Quicksand', sans-serif;
--font-size: 17px;
--theme_background_1: rgb(82, 121, 111);
--theme_foreground_1: #fff;
--theme_background_2: rgb(203, 221, 167);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(191, 200, 173);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(255, 255, 255);
--body_background: rgb(219, 207, 176);
--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(219, 207, 176);
background-image:url('https://web-cdn.org/s/51/image/Website/body_background.jpg?maxwidth=1000');
background-size:auto;
background-repeat:repeat;;
color:rgb(255, 255, 255);
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(11, 110, 79);
color:rgb(255, 255, 255);
min-height:300px;
}
header div#inner {
height:300px;
}
#header_bar {
}
nav {
background-color:rgb(163, 113, 142);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(163, 113, 142);
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(163, 113, 142);
color:#ffffff;
}
nav ul {justify-content:space-evenly;}
article {
background-color:rgb(219, 207, 176);
color:rgb(38, 38, 38);
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(82, 121, 111);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 3rem 3rem;}
aside section {padding: 3rem 3rem;}
footer section {padding: 3rem 3rem;}
}
article section:nth-child(odd) {
background-color:rgb(237, 231, 216);
}
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:start;justify-self:start;}
}
/* Individual Sections */
section#block_1863 {
background-color:rgb(202, 235, 98);
}
body#p903 {}
body#p905 {}
body#p913 {}
body#p930 {}
/* Custom CSS */
