@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);

body {
  background: #dadada;
  position: relative;
  font-family: "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
  color: #444444;
  font-size: 16px;
  line-height: 1.5em;
}
.row {
      background: #f1f1f1;
}
h1, h2 {
  font-weight: 700;
}

h3 span {
  color: #c12e2a;
}

.jumbotron {
    border-radius: 0px;
    background: #c12e2a;
    margin-bottom: 0;
    color: #fff;
}

.jumbotron button {
  margin-top: 10px;
}

section {
  padding: 30px 0;
  border-bottom: 1px solid #c12e2a;
}

#web-development,
#mobile-development {
  padding-bottom: 0;
}

section:last-child {
  border-bottom: none;
}

.nav {
  background: #ffffff;
}

.nav a {
  color: black;
  /*font-style: italic;*/
}

.nav li a:hover,
.nav li a:focus {
    background: #c12e2a;
    color: #fff;
}

.nav .active {
  font-weight: bold;
  background: #d47272;
}

.nav .nav {
  /*display: none;*/
}

.nav .active .nav {
  display: block;
}

.nav .nav a {
  font-weight: normal;
  font-size: .85em;
}

.nav .nav span {
  margin: 0 5px 0 2px;
}

.nav .nav .active a,
.nav .nav .active:hover a,
.nav .nav .active:focus a {
  font-weight: bold;
  padding-left: 30px;
  border-left: 5px solid #7d0000;
}

.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 {
  top: 20px;
}

.affix, 
.affix-bottom {
    width: 213px;
}

.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 {
    width: 263px;
  }
}