:root {
 /*  --primary-accent: #38a7bb; */
  --primary-accent: #72aed9;
  --navbar-border-top: #20616d;
  --button-border: #2a7d8c;
  --link-focus: #267280;
  --form-shadow: rgba(56, 167, 187, 0.6);
  --pagination-bg: #a7dbe5;
  --link-hover-bg: #2c8494;
  --navbar-focus: #80cbd9;
}

.home-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

div.feature-automation {
  background: url('../img/icon-automation.png') center center repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  border-radius: 0px;
}
div.feature-consulting {
  background: url('../img/icon-consulting.png') center center repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  border-radius: 0px;
}
div.feature-osprogramming {
  background: url('../img/feature-opensource-programming.png') center center repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  border-radius: 0px;
}

.img-header img {
  float: left;
}

.navbar-brand img {
  max-height: unset;
}