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

body {
  color: #000000;
  background: #292929;
}

#page,
#main-wrapper,
.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 {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #000000;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #c30000;
}
.nav-item .dropdown-item a.active {
  color: white;
}
.nav-link {
  color: rgb(231, 231, 231);
}
.nav-link:hover,
.nav-link:focus {
  color: rgb(231, 231, 231);
}
a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #000000;
}

.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-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

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

/* ------- Begin custom Buzz code ------ */

.node--unpublished {
	background: #ffeeff;
}

.bg-primary .dropdown-menu {
	background-color: #ffffff
}

.bg-primary .dropdown-menu .dropdown-item:hover {
	background-color: #eeeeee;
}

.menu--main .dropdown-menu a {
	text-decoration: none;
}

.menu--main .dropdown-menu a, .menu--main .nav-item a, .menu--main .nav-item span {
	color: #000000 !important;
	font-weight: 500 !important;
}

.menu--main .dropdown-menu a:hover, .menu--main .nav-item a:hover, .menu--main .nav-item span:hover {
	color: #cc0000 !important;
}

.bg-primary .dropdown-menu .dropdown-item.active, .bg-primary .dropdown-menu .dropdown-item:focus, .bg-primary .dropdown-menu .dropdown-item:hover {
	background-color: #ffffff;
}

.site-name-slogan {
	color: #cc0000;
	text-transform: uppercase;
	font-weight: 500;
}

@media (max-width: 768px) {
	.site-name-slogan {
		font-size: small;	
	}
}

@media (max-width: 485px) {
	.site-name-slogan {
		font-size: x-small;	
	}
}