/* Only main color changes between the three websites */

/* $red-light (#ff3333) is used for the texts */
/* $red-light: lighten(red, 10) */

a:hover,
a:active,
a:focus {
  color: #ff3333;
}

.is-highlighted {
  color: #ff6666;
}

.intro {
  background: red;
}

.progress-bar {
  background: #ff3333;
}

.portfolio .list-unstyled li a:hover,
.portfolio .list-unstyled li a:active,
.portfolio .list-unstyled li a:focus {
  color: #ff3333;
}
