/* 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: 'Raleway', sans-serif;
--font2: 'Raleway', sans-serif;
--font-size: 16px;
--theme_background_1: rgb(85, 85, 85);
--theme_foreground_1: #fff;
--theme_background_2: rgb(255, 255, 255);
--theme_foreground_2: rgb(35, 35, 35);
--theme_background_3: rgb(224, 224, 224);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: #000;
--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 {
color:#000;
}
article h1, aside h1, footer h1 {
font-size:60px;

}
article h2, aside h2, footer h2 {
font-size:40px;

}
article h3, aside h3, footer h3 {
font-size:30px;

}
article h4, aside h4, footer h4 {
font-size:25px;

}
header {
background-image:url('https://web-cdn.org/s/1267/image/Banners/Highland-Cow.jpg');;
color:rgb(0, 0, 0);
min-height:800px;
}
header div#inner {
height:800px;
}
#header_bar {
min-height:90px;
}
nav {
background-color:rgb(0, 0, 0);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(0, 0, 0);
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 {
color:rgb(227, 150, 24);
}
nav ul {justify-content:center;}
article {
background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
color:#000;
}
aside {
background-color:#bbb;
color:#000;
}
footer {
background-color:rgb(0, 0, 0);
color:rgb(255, 255, 255);
border-top: 5px solid ;
}
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;}
}
article section:nth-child(odd) {
background-color:rgb(233, 233, 233);
color:rgb(28, 28, 28);
}
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:center;justify-self:center;}
}
body#p9035 {}
body#p9036 {}
body#p9037 {}
body#p9039 {}
body#p9040 {}
body#p9041 {}
body#p9042 {}
body#p9044 {}
body#p10107 {}
body#p19531 {}
body#p9038 {}
/* Custom CSS */
.header_heading {
opacity:0;
}

header, 
header div#inner {
height:56vw !important;
min-height:0;
}



@media only screen and (max-width: 600px) {
h1 {font-size:30px !important;}
h2 {font-size:26px !important;}
}

.inner .icon-list li::before {
--icon-background:#e39618;
}
