/* Site CSS */
:root {
--grid-gap: 0px;
--font1: Verdana, sans-serif;
--font2: Verdana, sans-serif;
--font-size: 16px;
--theme_background_1: rgba(52, 66, 141, 0.08);
--theme_foreground_1: rgb(0, 0, 0);
--theme_background_2: rgba(52, 66, 141, 0.08);
--theme_foreground_2: #000;
--theme_background_3: rgba(52, 66, 141, 0.03);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(149, 149, 149);
--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(149, 149, 149);
color:#000;
}
article h1, aside h1, footer h1 {
color:rgb(95, 95, 95)

}
article h2, aside h2, footer h2 {
color:rgb(52, 66, 141)

}
article h3, aside h3, footer h3 {
color:rgb(52, 66, 141)

}
article h4, aside h4, footer h4 {
color:rgb(52, 66, 141)

}
article h5, aside h5, footer h5 {
color:rgb(52, 66, 141)

}
article h6, aside h6, footer h6 {
color:rgb(52, 66, 141)

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(3, 3, 3);
color:rgb(0, 0, 0);
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:230px;
}
header div#inner {
height:230px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1298/logos/IG logo AJ final version white text.png?r=21657&maxwidth=1920&maxheight=600');
}
#header_bar {
}
nav {
background-color:rgb(255, 60, 0);
color:rgb(0, 0, 0);
font-size:110%;
border-top:6px solid rgba(255,255,255,0.01);
border-bottom:6px solid rgb(255,60,0);
}
nav a {
color:rgb(0, 0, 0);
}
nav ul ul {
background-color:rgb(255, 60, 0);
color:rgb(0, 0, 0);
}
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(255, 60, 0);
color:rgb(255, 255, 255);
}
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(109,109,109);
}
footer {
background-color:rgb(185, 185, 185);
color:rgb(0, 0, 0);
border-top: 6px solid rgb(185,185,185);
}
@media(min-width: 780px) {
article section {padding: 1.5rem 2rem;}
aside section {padding: 1.5rem 2rem;}
footer section {padding: 1.5rem 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:start;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_23398 {
color:rgb(9, 8, 8);
}
section#block_23415 {
color:rgb(0, 0, 0);
}
section#block_23421 {
background-color:rgb(255, 255, 255);
}
section#block_23423 {
color:rgb(2, 2, 2);
}
body#p10359 {}
body#p10364 {}
body#p10360 {}
body#p10362 {}
body#p10365 {}
body#p10369 {}
body#p10465 {}
body#p10368 {}
/* Custom CSS */
main {
-webkit-box-shadow: 0 0 6px 0 rgba(109,109,109,.7);
box-shadow: 0 0 6px 0 rgba(109,109,109,.7);
}
.header_heading {
text-shadow: 1px 1px 4px #242424;
}
