/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Open Sans', sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 16px;
--theme_background_1: rgb(49, 76, 85);
--theme_foreground_1: #fff;
--theme_background_2: rgb(243, 243, 243);
--theme_foreground_2: #000;
--theme_background_3: rgb(236, 236, 236);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(242, 243, 223);
--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(242, 243, 223);
color:#000;
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(49, 76, 85);
color:rgb(255, 255, 255);
min-height:280px;
}
header div#inner {
height:280px;
}
#header_bar {
}
nav {
background-color:rgb(49, 76, 85);
color:rgb(255, 255, 255);
border-top:6px solid rgb(49,76,85);
border-bottom:6px solid rgb(239,45,45);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(49, 76, 85);
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(239, 45, 45);
color:#ffffff;
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
background-color:rgb(200, 200, 200);
color:#000;
}
footer {
background-color:rgb(49, 76, 85);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(239,45,45);
}
@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:start;justify-self:start;}
}
/* Custom CSS */
@media only screen and (min-width: 1025px) {

main {
    grid-template-columns: repeat(5, 1fr) 15vw;
-webkit-box-shadow: 0px 0px 4px 0 rgba(0,0,0,.5);
box-shadow: 0px 0px 4px 0 rgba(0,0,0,.5);
}
aside {
border-left:1px dashed #999;
}
}

