/* --------------------------------------
COLOR 1: #141414 
COLOR 2: #2b2b71  
----------------------------------------- */
/*lightpink*/
.text-theme-color-1 {
  color: #141414;
}
.bg-theme-color-1, .subtitle-divider:before {
  background: #141414;
}
.border-theme-color-1 {
  border-color: #141414;
}
.big-triangle {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #141414;
}
.hero {
  background: hsla(240, 45%, 31%, .8);
}
/*lightblue*/
.text-theme-color-2, .big-icon i.fa, .fa-check-square-o {
  color: #7392cb;
}
.bg-theme-color-2, .subtitle-divider:after, .panel-group .panel-title a.active:after {
  background: #2b2b71;
}
.border-theme-color-2, .img-circle {
  border-color: #2b2b71;
}
/*sectioncolor*/
.bg-light {
  background-color: #eaeaea !important;
}
.panel-group .panel-title a::after {
  background: #eaeaea;
}
.bg-dark {
  background-color: #0E0E0E !important;
}
.hero-text {
  color: #fff;
}