/* 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: Georgia, serif;
--font-size: 19px;
--theme_background_1: rgb(35, 81, 114);
--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;
}
header {
color:rgb(0, 0, 0);
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:350px;
}
header div#inner {
height:350px;
}
#header_bar {
background-color:rgb(255, 255, 255);
color:rgb(35, 81, 114);
}
nav {
background-color:rgb(35, 81, 114);
color:rgb(255, 255, 255);
border-bottom:3px solid rgb(220,140,32);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(35, 81, 114);
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(220, 140, 32);
color:rgb(255, 255, 255);
}
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(35, 81, 114);
color:rgb(255, 255, 255);
/*footerw/a 15/30*/
--mask:
radial-gradient(33.54px at 50% 45px,#000 99%,#0000 101%) calc(50% - 30px) 0/60px 100%,
radial-gradient(33.54px at 50% -30px,#0000 99%,#000 101%) 50% 15px/60px 100% repeat-x;
-webkit-mask: var(--mask);
 mask: var(--mask);

}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1.5rem 1.5rem;}
aside section {padding: 1.5rem 1.5rem;}
footer section {padding: 1.5rem 1.5rem;}
}
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_15979 {
background-color:transparent;
}
section#block_15979::before {background-color:rgb(244, 223, 212);}
section#block_15982 {
background-color:transparent;
}
section#block_15982::before {background-color:rgb(244, 223, 212);}
section#block_18961 {
background-color:transparent;
}
section#block_18961::before {background-color:rgb(249, 223, 208);}
section#block_34586 {
background-color:transparent;
}
section#block_34586::before {background-color:rgb(246, 232, 249);}
body#p7403 {}
body#p7404 {}
body#p7406 {}
body#p7407 {}
body#p7409 {}
body#p7410 {}
body#p7411 {}
body#p7412 {}
body#p7413 {}
body#p7414 {}
body#p7415 {}
body#p7416 {}
body#p7417 {}
body#p7418 {}
body#p7419 {}
body#p7421 {}
body#p7428 {}
body#p7460 {}
body#p7512 {}
body#p7513 {}
body#p7514 {}
body#p7515 {}
body#p7516 {}
body#p7542 {}
body#p7543 {}
body#p7544 {}
body#p7545 {}
body#p7546 {}
body#p7547 {}
body#p7548 {}
body#p7568 {}
body#p7569 {}
body#p7570 {}
body#p7750 {}
body#p9169 {}
body#p11949 {}
/* Custom CSS */
#header_bar_197 {
font-family:var(--font2);
font-size:60px;
}
@media only screen and (max-width: 600px) {
#header_bar_197 {
font-size:35px;
}
}

h1, h2, h3, h4, h5, h6 {
color:rgb(35,81,114);
}
article section:first-child:not(.shopping_cart) {
text-align:center;
}
.cart_form table {
margin:0 auto;
}






