/* 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: 0px;
--font1: 'Quicksand', sans-serif;
--font2: 'Quicksand', sans-serif;
--font-size: 18px;
--theme_background_1: rgb(104, 120, 100);
--theme_foreground_1: #fff;
--theme_background_2: rgb(49, 112, 142);
--theme_foreground_2: rgb(255, 255, 255);
--theme_background_3: rgb(191, 200, 173);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(255, 255, 255);
--body_background: rgb(247, 249, 251);
--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(247, 249, 251);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(11, 110, 79);
background-image:url('https://web-cdn.org/s/103/image/home.jpg');;
color:rgb(255, 255, 255);
min-height:300px;
}
header div#inner {
height:300px;
}
#header_bar {
}
nav {
background-color:rgb(93, 106, 89);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(93, 106, 89);
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:#ffffff;
}
nav ul {justify-content:space-evenly;}
article {
color:rgb(0, 0, 0);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(93, 106, 89);
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:start;justify-self:start;}
}
/* Individual Sections */
section#block_8789 {
background-color:transparent;
}
section#block_8789::before {
background-image:url('https://web-cdn.org/s/103/image/HG.jpg?maxwidth=1000');
}
section#block_36785 {
background-color:transparent;
}
section#block_36785::before {
background-image:url('https://web-cdn.org/s/103/image/pexels-inspiredimages-133624.jpg?maxwidth=1000');
}
section#block_36790 {
background-color:transparent;
}
section#block_36790::before {
background-image:url('https://web-cdn.org/s/103/image/pexels-ann-h-45017-1887992.jpg?maxwidth=1000');
}
body#p3106 {}
body#p3107 {}
body#p3111 {}
body#p3112 {}
body#p3114 {}
body#p3115 {}
body#p3116 {}
body#p3122 {}
body#p6686 {}
body#p6897 {}
body#p6902 {}
/* Custom CSS */
section.news_story>img {
		float:right;
		margin:0 0 1rem 1rem;
	}
	
	.item {
		grid-template-columns: 0fr 3fr;
		/* 
		spacing doesn't work well for all types of use - try without it
		grid-template-rows:1fr 1fr 2fr; */
	}

footer a {opacity:1;}
