/* 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: 'Gayathri', sans-serif;
--font-size: 22px;
--theme_background_1: rgb(106, 174, 172);
--theme_foreground_1: #fff;
--theme_background_2: rgb(209, 241, 243);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(216, 245, 247);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(65, 65, 65);
--body_background: rgb(182, 218, 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(182, 218, 255);
color:rgb(65, 65, 65);
}
header {
background-color:rgb(125, 152, 188);
background-image:url('https://web-cdn.org/s/111/image/Banners/Seascape.jpg?maxwidth=1000');;
color:rgb(255, 255, 255);
min-height:280px;
}
header div#inner {
height:280px;
}
#header_bar {
}
nav {
background-color:rgb(141, 171, 211);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(141, 171, 211);
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(0, 104, 100);
color:#ffffff;
}
nav ul {justify-content:space-evenly;}
article {
}
aside {
background-color:rgb(163, 195, 218);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(130, 161, 203);
color:rgb(255, 255, 255);
}
@media(min-width: 780px) {
article section {padding: 2rem 4rem;}
aside section {padding: 2rem 4rem;}
footer section {padding: 2rem 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:center;justify-self:center;}
}
body#p2727 {}
body#p2728 {}
body#p2733 {}
body#p2738 {}
body#p3051 {}
body#p10155 {background-image:url('https://web-cdn.org/s/111/image/Harris-23/In-solitude-.jpg?maxwidth=1000');}
body#p14732 {}
body#p19529 {}
body#p6836 {}
/* Custom CSS */
.gallery_holder a {
font-size:.8rem;
text-decoration:none;
}
.gallery_item_details h3 {
font-size:1.6rem;
}
.header_heading {
text-shadow: 0 0 2px #1C1C1C;
}
