/* Site Effects CSS */
article section::before {
content:'';
position:absolute;
top:0;
bottom:0;
left:calc(-50vw + 50%);
right:calc(-50vw + 50%);
background:inherit;
z-index:-1;
}

/* Site CSS */
:root {
--grid-gap: 4px;
--font1: 'Alegreya', serif;
--font2: 'Alegreya', serif;
--font-size: 22px;
--theme_background_1: rgb(65, 132, 73);
--theme_foreground_1: #fff;
--theme_background_2: rgba(65, 132, 73, 0.16);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(255, 255, 255);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(76, 76, 76);
--body_background: rgb(255, 255, 255);
--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(255, 255, 255);
color:rgb(76, 76, 76);
}
header {
background-color:rgb(254, 254, 254);
background-image:url('https://web-cdn.org/s/109/image/gfdsa.jpg?maxwidth=1000');;
color:rgb(255, 255, 255);
min-height:400px;
}
header div#inner {
height:400px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/109/logos/logo3-LAPTOP-E61JSD5E.png?r=31203&maxwidth=1920&maxheight=600');
}
#header_bar {
background-color:rgb(65, 132, 73);
color:rgb(255, 255, 255);
}
nav {
background-color:rgb(65, 132, 73);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(65, 132, 73);
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(65, 132, 73);
color:#ffffff;
}
nav ul {justify-content:space-evenly;}
article {
}
aside {
background-color:rgba(65, 132, 73, 0.38);
-webkit-border-radius:15px;
border-radius:15px;
}
footer {
background-color:rgb(65, 132, 73);
color:rgb(255, 255, 255);
}
@media(min-width: 780px) {
article section {padding: 4rem 4rem;}
aside section {padding: 4rem 4rem;}
footer section {padding: 4rem 4rem;}
}
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#p2694 {}
body#p2695 {}
body#p3055 {}
body#p3056 {}
body#p3061 {}
body#p3063 {}
body#p3067 {}
/* Custom CSS */
