/* affixed scrollbar navigation
*/



#web-development,
#mobile-development {
  padding-bottom: 0;
}

section:last-child {
  border-bottom: none;
}

.nav {

}

.nav a {

}

.nav li a:hover,
.nav li a:focus {

}

.nav .active {

}

.nav .nav {
  display: none;
}

.nav .active .nav {
  display: block;
}

.nav .nav a {
  font-weight: normal;
}

.nav .nav li a {
  font-weight: normal;
  background: white;
  color: #4c4c4c;
  padding-left: 1em;
  font-size: 90%;
}

.nav .nav span {
  margin: 0 5px 0 2px;
}

li.active a {
     border: none;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    background: #4c4c4c;
    color: white;

}

.nav .nav .active a,
.nav .nav .active:hover a,
.nav .nav .active:focus a {
    color: #4c4c4c;
    background: #eee;
}

.nav .nav .active li a {
  background: #eee;
}

.nav .nav .active span,
.nav .nav .active:hover span,
.nav .nav .active:focus span {
  display: none;
}

.application {
  border-top: 1px solid #c1e1ec;
}

.affix-top {
  position: relative;
}

.affix {

}

.affix, 
.affix-bottom {

}

.affix-bottom {
  position: absolute;
}

footer {
  border-top: 1px solid #c1e1ec;
  height: 50px;
}

footer p {
  line-height: 50px;
  margin-bottom: 0;
}

@media (min-width:1200px) {
  .affix, 
  .affix-bottom {
  }
}