/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Open Sans', sans-serif;
--font2: 'Libre Baskerville', serif;
--font-size: 20px;
--theme_background_1: rgb(240, 128, 80);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(245, 245, 245);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(246, 176, 157);
--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(246, 176, 157);
color:#000;
}
header {
background-color:rgb(0, 0, 0);
color:rgb(255, 255, 255);
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:360px;
}
header div#inner {
height:360px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1180/logos/Ramblers.png?r=60840&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:60px;
}
nav {
background-color:rgb(155, 200, 169);
color:#000;
}
nav a {
color:#000;
}
nav ul ul {
background-color:rgb(155, 200, 169);
color:#000;
}
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(240, 128, 80);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
background-color:#bbb;
color:#000;
}
footer {
background-color:rgb(0, 0, 0);
color:rgb(255, 255, 255);
}
@media(min-width: 780px) {
article section {padding: 4rem 4rem;}
aside section {padding: 4rem 4rem;}
footer section {padding: 4rem 4rem;}
}
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:start;justify-self:start;}
.header_subheading {align-self:start;justify-self:start;}
}
body#p5454 {}
body#p5461 {}
body#p5462 {}
body#p5463 {}
body#p5466 {}
body#p5471 {}
body#p5612 {}
body#p5871 {}
body#p7549 {}
body#p10105 {}
body#p10352 {}
body#p10794 {}
body#p11223 {}
body#p11521 {}
body#p11777 {}
body#p11894 {}
body#p11963 {}
body#p11968 {}
body#p13621 {}
body#p14596 {}
body#p14965 {}
body#p16134 {}
body#p16575 {}
/* Custom CSS */
