/* 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: 'Open Sans', sans-serif;
--font2: 'Playfair Display', serif;
--font-size: 18px;
--theme_background_1: rgb(175, 196, 152);
--theme_foreground_1: #fff;
--theme_background_2: rgb(234, 186, 104);
--theme_foreground_2: rgb(255, 255, 255);
--theme_background_3: rgb(247, 211, 150);
--theme_foreground_3: rgb(255, 255, 255);
--body_foreground: rgb(131, 131, 131);
--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(131, 131, 131);
}
header {
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:450px;
}
header div#inner {
height:450px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1499/logos/pendraglogo.png?r=77847&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:150px;
}
nav {
color:rgb(154, 154, 154);
font-size:120%;
}
nav a {
color:rgb(154, 154, 154);
}
nav ul ul {
color:rgb(154, 154, 154);
}
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(255, 255, 255);
color:rgb(85, 85, 85);
}
nav ul {justify-content:center;}
article {
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
}
footer #site_essentials {
text-align:center;
}
article ul:not(.timeline), aside ul:not(.timeline), footer ul:not(.timeline) {list-style-image:url('https://api.iconify.design/mdi/cross-celtic.svg?color=rgb(174, 158, 95)');}
@media(min-width: 780px) {
article section {padding: 2.5rem 2.5rem;}
aside section {padding: 2.5rem 2.5rem;}
footer section {padding: 2.5rem 2.5rem;}
}
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;}
}
/* Individual Sections */
section#block_41569 {
--block_color_1:#ffffff;
--block_color_1_alt:#000;
}
section#block_41569 .iconify::before {background-color:#ffffff;}
section#block_41571 {
background-color:transparent;
color:rgb(85, 85, 85);
}
section#block_41571::before {background-color:rgb(255, 255, 255);}
section#block_41221::before {
background-image: url(https://web-cdn.org/s/1499/image/Logos/Pentragon.png?maxwidth=1920);
}
section#block_41221>div>div.inner {
background-color:;
}
section#block_41221 {
min-height:450px;
}
/* Custom CSS */
@media only screen and (max-width: 600px) {
    nav {background-color:white;}

    footer .contact-details {
      text-align:center;
    }

}

figcaption {
text-align:center;
color:#666;
font-size:20px;
background:white;
}
