/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Raleway', sans-serif;
--font2: 'Gayathri', sans-serif;
--font-size: 16px;
--theme_background_1: rgb(0, 92, 115);
--theme_foreground_1: #fff;
--theme_background_2: rgb(171, 240, 251);
--theme_foreground_2: #000;
--theme_background_3: rgb(86, 224, 246);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(86, 224, 246);
--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(86, 224, 246);
color:#000;
}
header {
background-color:rgb(0, 192, 255);
background-image:url('https://web-cdn.org/s/37/image/slides/field.jpg?maxwidth=1000');;
color:rgb(255, 255, 255);
grid-template-areas:'logo logo logo heading heading heading heading heading heading heading heading heading';
min-height:320px;
}
header div#inner {
height:320px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/40/logos/Elwick_Tree.png?r=168168&maxwidth=600&maxheight=600');
}
#header_bar {
}
nav {
background-color:rgb(0, 92, 115);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(0, 92, 115);
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(243, 53, 0);
color:#ffffff;
}
nav ul {justify-content:space-evenly;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
background-color:rgb(239, 239, 239);
color:#000;
}
footer {
background-color:rgb(0, 92, 115);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1.2rem 2rem;}
aside section {padding: 1.2rem 2rem;}
footer section {padding: 1.2rem 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:start;}
}
section#block_37890::before {
background-image: url(https://web-cdn.org/s/40/image/Elwick-Parish-Map-JPEG.jpg?maxwidth=1920);
}
section#block_37890>div>div.inner {
background-color:;
}
section#block_37890 {
min-height:0px;
}
section#block_37891::before {
background-image: url(https://web-cdn.org/s/40/image/Elwick-Parish-Map-JPEG.jpg?maxwidth=1920);
}
section#block_37891>div>div.inner {
background-color:;
}
section#block_37891 {
min-height:0px;
}
body#p644 {}
body#p16162 {}
body#p16714 {}
body#p677 {}
/* Custom CSS */
a[href*="Draft"] {
font-style:italic;
}
article section a {
font-weight:bold;
color:green;
}
article section .data a {
font-weight:normal;
color:initial;
}

aside {
border-top:1px dashed #999;
}



@media only screen and (min-width: 1025px) {

aside {
border-top:0;
border-left:1px dashed #999;
}

.header_heading {
font-size:4em;
font-weight:700;
letter-spacing:1px;
}

}

