@baseBackgroundColor: #;
@bodyTextColor: #;
@bodyBackgroundColor: #;
@menuBackgroundColor: #;
@footerBackgroundColor: #;

.tagcloud li a:hover,
.project-nav ul li a,
.fixed-info-container h3 , 
.fixed-info-container h4  , 
.fw-info-container h3 , 
.fw-info-container h4 {
  color: @baseBackgroundColor;
}
.tagcloud li a,
.fixed-info-container .separator, 
.fw-info-container .separator,
.footer-social li a,
.section-columns-text,
nav li a.act-link:before,
.fixed-title:after {
  background: @baseBackgroundColor;
}
body{
  color: @bodyTextColor;
  background: @bodyBackgroundColor;
}
header {
  background-color: @menuBackgroundColor;
}
footer {
  background-color: @footerBackgroundColor;
}