/* 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: 'Montserrat', sans-serif;
--font2: 'Montserrat', sans-serif;
--font-size: 14px;
--theme_background_1: rgb(0, 128, 128);
--theme_foreground_1: rgb(255, 251, 251);
--theme_background_2: rgb(230, 230, 230);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(237, 237, 237);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(255, 255, 255);
--body_background: rgb(255, 254, 251);
--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, 254, 251);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(255, 254, 251);
color:rgb(0, 0, 0);
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:250px;
}
header div#inner {
height:250px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1536/logos/MOTH BANNER.jpg?r=1662440&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:140px;
background-color:rgb(60, 154, 80);
color:rgb(255, 255, 255);
}
nav {
background-color:rgb(216, 216, 216);
color:rgb(0, 0, 0);
border-top:5px solid rgb(216,216,216);
border-bottom:5px solid rgb(184,184,184);
}
nav a {
color:rgb(0, 0, 0);
}
nav ul ul {
background-color:rgb(216, 216, 216);
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(184, 184, 184);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
color:rgb(83, 83, 83);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(216, 216, 216);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(216, 216, 216);
color:rgb(0, 0, 0);
border-top: 5px solid rgb(184,184,184);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1.6rem 4rem;}
aside section {padding: 1.6rem 4rem;}
footer section {padding: 1.6rem 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:end;justify-self:center;}
}
/* Individual Sections */
section#block_44750 {
background-color:transparent;
color:rgb(85, 85, 85);
}
section#block_44750::before {background-color:rgb(255, 254, 251);}
body#p19068 {}
body#p19240 {}
body#p19242 {}
body#p19243 {}
body#p19288 {}
/* Custom CSS */
.header_heading {
font-size:60px;
}
@media only screen and (max-width: 600px) {
  .header_heading {
    font-size:40px;
    margin: 0 1rem;
  }
}


