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

body,
body.overlay {
  color: #3b3b3b;
}
.comment .comment-arrow {
  border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {

}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
body.not-front #header {
    background-attachment: fixed;
    background-image: url("../images/background_header.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    transition-property: all;
    width: 100%;
	min-height: 325px;
}

#header {
    background-attachment: fixed;
    background-image: url("../images/background_header.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    transition-property: all;
    width: 100%;
	min-height: 300px;
}
a {
  color: #333637;
}
a:hover,
a:focus {
  color: #3f4243;
}
a:active {
  color: #23aeff;
}

.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #fffeff;
}
