/* 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: 'Open Sans', sans-serif;
--font2: 'Audiowide', cursive;
--font-size: 18px;
--theme_background_1: #444;
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: #999;
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(255, 255, 255);
--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(255, 255, 255);
color:#000;
}
header {
background-color:rgb(75, 187, 198);
color:rgb(255, 255, 255);
grid-template-areas:'heading heading heading heading heading heading heading heading heading logo logo logo';
min-height:280px;
}
header div#inner {
height:280px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1187/logos/Lockkeys Logo (1).jpg?r=14898&maxwidth=1920&maxheight=600');
}
#header_bar {
}
nav {
background-color:rgb(189, 189, 189);
color:#000;
}
nav a {
color:#000;
}
nav ul ul {
background-color:rgb(189, 189, 189);
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(218, 84, 3);
color:#ffffff;
}
nav ul {justify-content:center;}
article {
color:#000;
}
aside {
background-color:#bbb;
color:#000;
}
footer {
background-color:rgb(0, 138, 151);
color:rgb(255, 255, 255);
}
@media(min-width: 780px) {
article section {padding: 2rem 4rem;}
aside section {padding: 2rem 4rem;}
footer section {padding: 2rem 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:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
body#p5716 {}
body#p5717 {}
body#p5719 {}
body#p5724 {}
body#p6906 {}
body#p7029 {}
body#p7106 {}
body#p10531 {}
/* Custom CSS */
