/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}

#page, #main-wrapper {background: #dcdcdc;}

.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  border-bottom-color: #fff;
  background-color: #fff;
}
#header {
    /* background-image: url(/sites/all/files/Banner-Top.jpeg); */
    /* background-position: center; */
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    /* -webkit-background-attachment: fixed; */
    /* -moz-background-attachment: fixed; */
    /* -o-background-attachment: fixed; */
    /* background-size: 100% 214px; */
    /* background-position: top; */
    /* min-height: 214px; */
    /* position: relative; */
    /* z-index: 1; */
}

.path-frontpage #header {
    /* background-image: url(/sites/all/files/Banner.webp); */
    /* background-position: center; */
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    /* -webkit-background-attachment: fixed; */
    /* -moz-background-attachment: fixed; */
    /* -o-background-attachment: fixed; */
    /* background-size: 100% 100vh; */
    /* background-position: top; */
    /* height: 100vh; */
    /* position: relative; */
    /* z-index: 1; */
}

.header .section {
 /*   background: #060b40b3;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
}

.region-primary-menu .clearfix.menu {
    /* background: #6b1e186b; */
    /* backdrop-filter: blur(4px); */
    -webkit-backdrop-filter: blur(4px);
}

.region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
    /* background: #fbfbfb; */
    color: #4daec9;
    text-shadow: none;
    /* border-radius: 40px; */
    /* padding-right: 20px; */
    /* padding-left: 20px; */
    border-bottom: 2px solid #4daec9;
}

.region-primary-menu .menu a {
    text-shadow: none;
    background: none;
    color: #061c46;
    border-radius: 0px;
    margin-top: 0px;
}

.region-primary-menu .menu a:hover, .region-primary-menu .menu a:focus {
    /* background: #84291f; */
    color: #4daec9;
}

a,
.link {
  color: #0071b3;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #055a8e;
}
a:active,
.link:active {
  color: #23aeff;
}
.sidebar .block {
  border-color: #f9f9f9;
  background-color: #f6f6f2;
}
.site-footer {
  background: #292929;
  position: relative;
  z-index: 2;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

