/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Fira Sans', Verdana, sans-serif;
--font2: Georgia, serif;
--font-size: 16px;
--theme_background_1: rgb(85, 102, 72);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(236, 236, 236);
--theme_foreground_3: #000;
--body_foreground: rgb(35, 35, 35);
--body_background: rgb(244, 231, 203);
--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(244, 231, 203);
color:rgb(35, 35, 35);
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(85, 102, 72);
background-image:url('https://web-cdn.org/s/1295/image/Banners/Temp-Poppies.jpg');;
color:rgb(255, 255, 255);
min-height:340px;
}
header div#inner {
height:340px;
}
#header_bar {
}
nav {
background-color:rgb(85, 102, 72);
color:rgb(255, 255, 255);
border-top:8px solid rgb(85,102,72);
border-bottom:10px solid rgb(190,8,5);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(85, 102, 72);
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(190, 8, 5);
color:#ffffff;
}
nav ul {justify-content:center;}
article {
}
aside {
background-color:rgb(214, 214, 214);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(85, 102, 72);
color:rgb(255, 255, 255);
border-top: 10px solid rgb(190,8,5);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1rem 2rem;}
aside section {padding: 1rem 2rem;}
footer section {padding: 1rem 2rem;}
}
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:end;justify-self:center;}
.header_subheading {align-self:start;justify-self:center;}
}
body#p10297 {}
body#p10298 {}
body#p10299 {}
body#p10300 {}
body#p10301 {}
body#p10302 {}
body#p10303 {}
body#p10304 {}
body#p10305 {}
body#p11398 {}
body#p11402 {}
body#p11403 {}
body#p11449 {}
body#p11947 {}
body#p13622 {}
/* Custom CSS */
.header_heading,
.header_subheading {
font-size:50px;
text-shadow: 1px 1px 2px #3B3B3B;
font-weight:900;
}
@media only screen and (max-width: 600px) {
.header_heading,
.header_subheading {
font-size:30px;
}
}


main {
background:#eee;
}

article section:not(:last-child) {
border-bottom:1px dashed #ccc;
}

*:lang(cy) {

}
