/* 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: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 20px;
--theme_background_1: rgb(40, 40, 40);
--theme_foreground_1: #fff;
--theme_background_2: rgb(234, 234, 234);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(255, 255, 255);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(40, 40, 40);
--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);
accent-color:#dd0f08;
}
body {
background-color:rgb(255, 255, 255);
color:rgb(40, 40, 40);
}
header {
background-color:rgb(41, 80, 122);
color:rgb(255, 255, 255);
grid-template-areas:'';
min-height:600px;
}
header div#inner {
height:600px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1508/logos/Logo.png?r=37475&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:100px;
background-color:rgb(0, 0, 0);
color:rgb(249, 251, 92);
}
nav {
font-family:var(--font2);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0, 1) 35%, rgba(0,0,0,0) 100%);
color:rgb(255, 255, 255);
font-size:120%;
border-bottom:8px solid rgb(238,238,238);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0, 1) 35%, rgba(0,0,0,0) 100%);
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(238, 238, 238);
color:rgb(40, 40, 40);
}
nav ul {justify-content:center;}
article {
color:rgb(40, 40, 40);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(40, 40, 40);
color:rgb(249, 251, 92);
/*footerw/a 15/25*/
--mask:
radial-gradient(29.15px at 50% 40px,#000 99%,#0000 101%) calc(50% - 30px) 0/60px 100%,
radial-gradient(29.15px at 50% -25px,#0000 99%,#000 101%) 50% 15px/60px 100% repeat-x;
-webkit-mask: var(--mask);
 mask: var(--mask);

}
article ul:not(.timeline), aside ul:not(.timeline), footer ul:not(.timeline) {list-style-image:url('https://api.iconify.design/emojione/flag-scotland.svg?color=rgb(41, 80, 122)');}
@media(min-width: 780px) {
article section {padding: 2.5rem 2.5rem;}
aside section {padding: 2.5rem 2.5rem;}
footer section {padding: 2.5rem 2.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_43775 {
background-color:transparent;
color:rgb(255, 255, 255);
}
section#block_43775::before {background-color:rgb(221, 15, 8);}
/* Custom CSS */
@media only screen and (max-width: 600px) {
  header {min-height:0;}
  header div#inner {height:400px;}
}


@media only screen and (min-width: 800px) {
nav a,
nav li {
border-radius: 1rem 1rem 0 0;
margin:0 1px 0 1px;
}
}

.header_heading {
    background:rgba(0,0,0,.5);
    padding:1em 2em;
    font-size:2rem;
}
@media only screen and (min-width: 800px) {
  .header_heading {
    font-size:3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header_heading {
    font-size:4rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header_heading {
    font-size:5rem;
  }
}

nav {
grid-row: 1;
align-self: end;
}


article section:first-child::before {
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 10px);
}

@media only screen and (max-width: 600px) {
  h1 {font-size:1.7rem;}
  h2 {font-size:1.6rem;}
  h3 {font-size:1.5rem;}
  h4 {font-size:1.3rem;}
  h5 {font-size:1.2rem;}
  h6 {font-size:1.1rem;}
  header a.header_bar_logo {padding:1.5rem;}
  nav {background:#000000;}
}
