/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Helvetica', 'Arial', sans-serif;
--font2: 'Helvetica', 'Arial', sans-serif;
--font-size: 16px;
--theme_background_1: rgb(216, 147, 18);
--theme_foreground_1: #fff;
--theme_background_2: rgb(234, 234, 234);
--theme_foreground_2: #000;
--theme_background_3: rgb(241, 241, 241);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(244, 233, 205);
--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, 233, 205);
color:#000;
}
header {
background-color:rgb(216, 147, 18);
color:rgb(255, 255, 255);
grid-template-areas:'logo logo logo heading heading heading heading heading heading heading heading heading';
min-height:230px;
}
header div#inner {
height:230px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1439/logos/FF LOGO.jpg?r=9453&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:80px;
}
nav {
background-color:rgb(216, 147, 18);
color:rgb(255, 255, 255);
border-top:6px solid rgb(216,147,18);
border-bottom:6px solid rgb(177,218,156);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(216, 147, 18);
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(177, 218, 156);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
background-color:rgb(235, 234, 234);
color:#000;
border:6px solid rgb(177,218,156);
}
footer {
background-color:rgb(216, 147, 18);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(177,218,156);
}
@media(min-width: 780px) {
article section {padding: 2rem 2rem;}
aside section {padding: 2rem 2rem;}
footer section {padding: 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:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_33733 {
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}
section#block_33734 {
background-color:rgb(255, 255, 255);
}
section#block_33735 {
background-color:rgb(244, 233, 205);
}
section#block_33758 {
background-color:rgb(244, 233, 205);
}
section#block_36544 {
background-color:rgb(244, 233, 205);
}
section#block_36553 {
background-color:rgb(244, 233, 205);
}
section#block_36661 {
background-color:rgb(244, 233, 205);
}
section#block_36662 {
background-color:rgb(244, 233, 205);
background-color:rgb(244, 233, 205);
background-image:url('https://web-cdn.org/s/1439/image/Old-Site/2018/sheep.jpg?maxwidth=1000');
}
section#block_36672 {
background-color:rgb(244, 233, 205);
}
section#block_36673 {
background-color:rgb(244, 233, 205);
}
section#block_36674 {
background-color:rgb(244, 233, 205);
}
section#block_36699 {
background-color:rgb(255, 255, 255);
}
section#block_37509 {
background-color:rgb(244, 233, 205);
}
section#block_37510 {
background-color:rgb(244, 233, 205);
}
section#block_38066 {
background-color:rgb(244, 233, 205);
}
section#block_38067 {
background-color:rgb(244, 233, 205);
}
body#p14135 {}
body#p14137 {}
body#p14138 {}
body#p14141 {}
body#p14147 {}
body#p14152 {}
body#p14159 {}
body#p14160 {}
body#p14161 {}
body#p14164 {}
body#p15343 {}
body#p15345 {}
body#p15351 {}
/* Custom CSS */
.header_heading {
font-size:50px;
}

main {
-webkit-box-shadow: 0 0 0 6px rgb(177, 218, 156),0 0 3px 4px rgba(0,0,0,.6);
box-shadow: 0 0 0 6px rgb(177, 218, 156),0 0 3px 4px rgba(0,0,0,.6);
}

nav>ul>li>a, 
nav>ul>li:hover
{border-radius:.5rem .5rem 0 0;}

aside section:not(:first-child)  {
margin-top:1rem;
}

nav.desktop_nav_2 > ul > li {
  margin: 0 2px;
}

figcaption {opacity:.95;}

@media only screen and (max-width: 600px) {
body.margin_1 {
padding:0;
}
h1 {
font-size:30px;
}
h2 {
font-size: 26px;
}
.header_heading {
font-size:30px;
}
.header_logo {
margin-top:2rem;
}
}
