/* 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: Georgia, serif;
--font2: 'Alegreya', serif;
--font-size: 22px;
--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(255, 255, 255);
--body_background: ;
--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-image:url('https://web-cdn.org/s/124/image/20180504-IMGP9176-Art-InstallationAndrew-BurtonThe-Avenue-Ma.jpg?maxwidth=1000');;
color:rgb(255, 255, 255);
}
header {
background-image:url('https://web-cdn.org/s/124/image/Banner/Digi-fin-Gibside-Val-Copyright-Edtion.jpg');;
color:rgb(255, 255, 255);
min-height:900px;
}
header div#inner {
height:900px;
}
#header_bar {
background-color:rgba(255, 255, 255, 0.79);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(82, 121, 111);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(82, 121, 111);
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(82, 121, 111);
color:rgb(254, 255, 105);
}
nav ul {justify-content:space-evenly;}
article {
color:rgb(0, 0, 0);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
}
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 4rem;}
aside section {padding: 3rem 4rem;}
footer section {padding: 3rem 4rem;}
}
article section:nth-child(odd) {
background-color:rgb(237, 231, 216);
}
article section:nth-child(even) {
background-color:rgb(219, 207, 176);
}
section.breadcrumb, section.breadcrumb:nth-child(odd) {
}
section.breadcrumb a {
}
@media(min-width: 1000px) {
.header_heading {align-self:center;justify-self:start;}
.header_subheading {align-self:end;justify-self:start;}
}
section#block_31525::before {
background-image: url(https://web-cdn.org/s/124/image/Book-Covers/Wheel-of-Time/Intro.png?maxwidth=1920);
}
section#block_31525>div>div.inner {
background-color:;
}
section#block_31525 {
min-height:0px;
}
body#p3139 {}
body#p3144 {}
body#p3160 {}
body#p3161 {}
body#p3173 {}
body#p3181 {}
body#p7035 {}
body#p11886 {}
/* Custom CSS */
header, header #inner {
max-height:50vw;
min-height:300px;
}
.header_heading {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
text-transform:uppercase;
padding:1rem;
justify-self: start;
}

@media(min-width: 1025px) {
main.desktop_layout8 {
grid-template-columns:250px 1fr 1fr 1fr 1fr 1fr;
}
.desktop_layout8 nav.desktop_nav_2 .sub_menu {
width:auto;
min-width:15ch;
}
}

