/* Site CSS */
:root {
--grid-gap: 10px;
--font1: 'Open Sans', sans-serif;
--font2: 'Open Sans', sans-serif;
--font-size: 18px;
--theme_background_1: #444;
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: #999;
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(135, 138, 143);
--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(135, 138, 143);
color:#000;
}
header {
background-image:url('https://web-cdn.org/s/1194/image/Slides/Dunes.jpg?r=1');;
color:rgb(255, 255, 255);
grid-template-areas:'';
min-height:360px;
}
header div#inner {
height:360px;
}
#header_bar {
}
nav {
background-color:rgb(239, 239, 239);
color:#000;
}
nav a {
color:#000;
}
nav ul ul {
background-color:rgb(239, 239, 239);
color:#000;
}
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(253, 175, 23);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
color:#000;
}
footer {
background-color:rgb(253, 175, 23);
color:#000;
}
@media(min-width: 780px) {
article section {padding: 1rem 2rem;}
aside section {padding: 1rem 2rem;}
footer section {padding: 1rem 2rem;}
}
article section:nth-child(even) {
background-color:rgb(239, 239, 239);
}
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_12487 {
background-color:rgb(253, 253, 251);
}
section#block_13654 {
background-color:rgb(251, 251, 248);
color:rgb(194, 232, 34);
}
section#block_13896 {
color:rgb(244, 174, 6);
}
section#block_14110 {
color:rgb(243, 164, 19);
}
section#block_14112 {
color:rgb(249, 250, 244);
}
section#block_14381 {
background-color:rgb(168, 165, 165);
}
section#block_14382 {
background-color:rgb(168, 165, 165);
color:rgb(168, 165, 165);
}
section#block_14544 {
background-color:rgb(168, 165, 165);
}
body#p5793 {}
body#p5794 {}
body#p5796 {}
body#p5801 {}
body#p5802 {}
body#p5803 {}
body#p5817 {}
body#p5821 {}
body#p5824 {}
body#p5825 {}
body#p5827 {}
body#p5828 {}
body#p5829 {}
body#p5830 {}
body#p5831 {}
body#p5832 {}
body#p5833 {}
body#p5834 {}
body#p5835 {}
body#p5836 {}
body#p5837 {}
body#p5838 {}
body#p5839 {}
body#p5842 {}
body#p5843 {}
body#p5846 {}
body#p5847 {}
body#p5851 {}
body#p5852 {}
body#p5853 {}
body#p5854 {}
body#p5874 {}
body#p5875 {}
body#p5893 {}
body#p5896 {}
body#p5897 {}
body#p5939 {}
body#p6551 {}
body#p6829 {}
body#p6908 {}
body#p7083 {}
body#p7103 {}
body#p7104 {}
body#p7242 {}
body#p7663 {}
body#p12238 {}
body#p13614 {}
body#p17395 {}
body#p17615 {}
/* Custom CSS */
@media only screen and (max-width: 600px) {
header {
min-height:0;
}
header div#inner {
height:140px;
}
}
