/* 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: 4px;
--font1: 'Roboto';
--font2: 'Roboto';
--font-size: 22px;
--theme_background_1: rgb(132, 163, 189);
--theme_foreground_1: rgb(0, 0, 0);
--theme_background_2: rgb(255, 255, 255);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgba(132, 163, 189, 0.12);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(76, 76, 76);
--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:rgb(76, 76, 76);
}
header {
background-color:rgb(136, 171, 202);
background-image:url('https://web-cdn.org/s/1242/image/66343807Master.jpg?maxwidth=1000');;
color:rgb(0, 0, 0);
grid-template-areas:'logo logo logo heading heading heading heading heading heading heading heading heading';
min-height:550px;
}
header div#inner {
height:550px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1242/logos/SuBPC no background white letters.png?r=177962&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:20px;
background-color:rgb(153, 177, 137);
color:rgb(255, 255, 255);
}
nav {
background-color:rgb(132, 163, 189);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(132, 163, 189);
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(132, 163, 189);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}
aside {
background-color:rgba(136, 171, 202, 0.12);
color:rgb(0, 0, 0);
-webkit-border-radius:15px;
border-radius:15px;
}
footer {
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
border-top: 4px solid rgb(255,255,255);
}
@media(min-width: 780px) {
article section {padding: 2rem 2rem;}
aside section {padding: 2rem 2rem;}
footer section {padding: 2rem 2rem;}
}
article section:nth-child(odd) {
color:rgb(0, 0, 0);
}
article section:nth-child(even) {
color:rgb(0, 0, 0);
}
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;}
}
/* Individual Sections */
section#block_16119 {
background-color:transparent;
}
section#block_16119::before {background-color:rgb(192, 233, 220);}
section#block_19562 {
background-color:transparent;
color:rgb(0, 0, 0);
}
section#block_19562::before {background-color:rgb(255, 255, 255);}
section#block_32148 {
background-color:transparent;
}
section#block_32148::before {background-color:rgb(255, 255, 255);}
section#block_34313 {
background-color:transparent;
}
section#block_34313::before {background-color:rgb(255, 255, 255);}
section#block_34384 {
background-color:transparent;
color:rgb(0, 0, 0);
}
section#block_34384::before {background-color:rgb(191, 205, 182);}
section#block_37907 {
background-color:transparent;
}
section#block_37907::before {background-color:rgb(255, 255, 255);}
section#block_37913 {
background-color:transparent;
}
section#block_37913::before {background-color:rgb(255, 255, 255);}
section#block_37915 {
background-color:transparent;
}
section#block_37915::before {background-color:rgb(255, 255, 255);}
section#block_37920 {
background-color:transparent;
color:rgb(0, 0, 0);
}
section#block_37920::before {background-color:rgb(255, 255, 255);}
body#p7431 {}
body#p7432 {}
body#p7438 {}
body#p7439 {}
body#p7444 {}
body#p7445 {}
body#p7447 {}
body#p7450 {}
body#p7455 {}
body#p7814 {}
body#p7815 {}
body#p7836 {}
body#p7839 {}
body#p7841 {}
body#p11522 {}
body#p12707 {}
body#p13552 {}
/* Custom CSS */
.header_heading {
visibility:hidden;
padding:1rem 3rem;
background:rgba(0,0,0,.6);
margin:0 1rem;
border-radius:1rem;
}
.header_logo {
margin:1em;
}
#header_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
#header_bar_1387 p {
margin:0.25rem 0;
}

@media only screen and (max-width: 600px) {

#header_bar {
min-height:70px;
}
#header_bar_1226,
#header_bar_1228 {
display:none;
}

}

.block.gallery a {text-decoration:none;}
