
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

  html {
  scroll-behavior: smooth;
}

body {
  background: lightblue;
  position: relative;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h3 span {
  color: #286090;
}

.jumbotron {
  border-radius: 0px;
  background: #5fb3ce;
  margin-bottom: 0;
}

.jumbotron button {
  margin-top: 10px;
}

section {
  padding: 0px 0;

}

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

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



.nav li a:hover,
.nav li a:focus {
  color: #157b52;
}

.nav .active {
  font-weight: 800;
  color: #157b52;
}

.nav .nav {
  display: none;
}

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

.nav .nav a {
  font-weight: 600;
  font-size: 16px;
}

.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 black;
}

.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: 190px;
}

.affix, 
.affix-bottom {
    width: 213px;
}

.affix-bottom {
  position: absolute;
}


@media (min-width:1200px) {
  .affix, 
  .affix-bottom {
    width: 263px;
  }
}
.f-none {
	float:none !important;
	width:100% !important;
}
