<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: Verdana, sans-serif;
--font2: Georgia, serif;
--font-size: 20px;
--theme_background_1: rgb(82, 121, 111);
--theme_foreground_1: #fff;
--theme_background_2: rgb(219, 207, 176);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(191, 200, 173);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(12, 1, 1);
--body_background: rgb(220, 234, 220);
--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(220, 234, 220);
color:rgb(12, 1, 1);
}
header {
background-color:rgb(234, 243, 232);
background-image:url('https://web-cdn.org/s/47/image/Banners-Logos/Blossom-1-narrow.jpg?maxwidth=1000');;
color:rgb(0, 2, 7);
min-height:200px;
}
header div#inner {
height:200px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/47/logos/PC Logo.png?r=176592&amp;maxwidth=1920&amp;maxheight=600');
}
#header_bar {
}
nav {
background-color:rgb(151, 227, 209);
color:rgb(20, 19, 19);
}
nav a {
color:rgb(20, 19, 19);
}
nav ul ul {
background-color:rgb(151, 227, 209);
color:rgb(20, 19, 19);
}
nav li:hover, nav li:active, nav li:hover&gt;a, nav li:active&gt;a, nav a.on, nav li.on, #menu_opener:hover::before, nav ul ul li:hover, nav ul ul li:hover&gt;a {
background-color:rgb(163, 185, 233);
color:rgb(15, 15, 15);
}
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(82, 121, 111);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@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:end;justify-self:start;}
}
/* Individual Sections */
section#block_1574 {
background-color:transparent;
color:rgb(13, 13, 13);
}
section#block_1574::before {background-color:rgb(234, 243, 232);}
section#block_1731 {
background-color:transparent;
}
section#block_1731::before {background-color:rgb(243, 248, 239);}
section#block_2029 {
background-color:transparent;
color:rgb(0, 0, 0);
}
section#block_2029::before {background-color:rgb(255, 219, 63);}
section#block_2082 {
background-color:transparent;
color:rgb(12, 11, 11);
}
section#block_2082::before {background-color:rgb(151, 230, 243);}
section#block_6692 {
background-color:transparent;
}
section#block_6692::before {background-color:rgb(13, 11, 11);}
body#p767 {}
body#p3040 {}
body#p3481 {}
body#p3708 {}
/* Custom CSS */
.header_heading {
background:rgba(255,255,255,.7);
padding:1rem 2rem;
}
#site_essentials a {
font-weight:bold;
font-size:16px;
color:white;
}
#site_essentials a:hover {
color:yellow;
}
</pre></body></html>