h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter', serif;
}
a,
.primary-color,
.dark .primary-color {
  color: #79c2c9;
}
a:hover {
  color: #57a0a7;
}
.blogitem .blogitem-hoverinfo,
.portfolioitem .portfolioitem-hoverinfo {
  background-color: #79c2c9;
  color: #fff;
}
#resumenav a {
  color: #444444;
}
#resumenav a:hover {
  background-color: #79c2c9;
  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: #57a0a7 !important;
}
#resumenav li.active a,
.nav-pills > .active > a {
  background-color: #79c2c9 !important;
  color: #fff;
}
.icon-btn,
.btn-primary {
  background-color: #79c2c9;
}
.progress .bar {
  background-color: #79c2c9;
  background-image: -moz-linear-gradient(top,#79c2c9,#57a0a7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#79c2c9),to(#57a0a7));
  background-image: -webkit-linear-gradient(top,#79c2c9,#57a0a7);
  background-image: -o-linear-gradient(top,#79c2c9,#57a0a7);
  background-image: linear-gradient(to bottom,#79c2c9,#57a0a7);
}
body {
  background: #fcfcfc url("../images/textures/square_bg.png") fixed repeat !important;
}
#content {
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#sidebar.sbright .sidebar-nav {
  background: #efefef;
  border-left: 5px solid #79c2c9;
  border-right: none;
}
#sidebar.sbleft .sidebar-nav {
  background: #efefef;
  border-right: 5px solid #79c2c9;
  border-left: none;
}
#footer {
  color: #ccc;
}
.section .section-title {
  color: #fff;
  background-color: #79c2c9;
  border-right: 5px solid #57a0a7;
}
.section .section-title .glyphicons i:before {
  color: #fff !important;
}
.timeline-item-trigger span i:before {
  background-color: #79c2c9;
  border: 6px solid #79c2c9;
}
.timeline-item-trigger span:hover i:before {
  background-color: #57a0a7;
  border-color: #57a0a7;
}
@media (max-width: 767px) {
  .section .section-title {
    border-bottom: 5px solid #57a0a7;
    border-top: 5px solid #57a0a7;
  }
}
