h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Sans', sans-serif;
}
a,
.primary-color,
.dark .primary-color {
  color: #1204cf;
}
a:hover {
  color: #101ead;
}
.blogitem .blogitem-hoverinfo,
.portfolioitem .portfolioitem-hoverinfo {
  background-color: #1204cf;
  color: #fff;
}
#resumenav a {
  color: #fff;
}
#resumenav a:hover {
  background-color: #1204cf;
  color: #fff;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.icon-btn:hover,
.btn-primary:hover,
.blogitem .blogitem-actions a:hover,
.portfolioitem .portfolioitem-actions a:hover {
  background-color: #09056b !important;
}
#resumenav li.active a,
.nav-pills > .active > a {
  background-color: #1204cf !important;
  color: #fff;
}
.icon-btn,
.btn-primary {
  background-color: #1204cf;
}
.progress .bar {
  background-color: #1204cf;
  background-image: -moz-linear-gradient(top,#1204cf,#101ead);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#1204cf),to(#101ead));
  background-image: -webkit-linear-gradient(top,#1204cf,#101ead);
  background-image: -o-linear-gradient(top,#1204cf,#101ead);
  background-image: linear-gradient(to bottom,#1204cf,#101ead);
}
body {
  background: #ececec url("../images/textures/white_texture.png") fixed repeat !important;
}
#content {
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#sidebar.sbright .sidebar-nav {
  background: #09056b;
  border-left: 5px solid #1204cf;
  border-right: none;
}
#sidebar.sbleft .sidebar-nav {
  background: #09056b;
  border-right: 5px solid #1204cf;
  border-left: none;
}
#footer {
  color: #ccc;
}
.section .section-title {
  color: #fff;
  background-color: #1204cf;
  border-right: 5px solid #101ead;
}
.section .section-title .glyphicons i:before {
  color: #fff !important;
}
.timeline-item-trigger span i:before {
  background-color: #1204cf;
  border: 6px solid #1204cf;
}
.timeline-item-trigger span:hover i:before {
  background-color: #101ead;
  border-color: #101ead;
}
@media (max-width: 767px) {
  .section .section-title {
    border-bottom: 5px solid #101ead;
    border-top: 5px solid #101ead;
  }
}
