html {
  position: relative;
  min-height: 100%;
}
* {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.footer-spacer {
  height: 40px;
}
.footer {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  /* Set the fixed height of the footer here */

  height: 40px;
  background-color: #f5f5f5;
}
.container .text-muted {
  line-height: 40px;
  text-align: center;
}
.container {
  max-width: 800px;
}
.navbar-brand {
  font-size: 1.6em;
  cursor: default;
  color: white !important;
  letter-spacing: 1px;
  font-weight: 200;
}
.navbar-inverse {
  background-color: #123656;
  border-color: #123656;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #123656;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-right li {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav {
  font-size: 1.3em;
}
.collapsing-todo {
  -webkit-transition: none;
  transition: none;
}
.jumbotron {
  margin-top: 70px;
  background-color: white !important;
  padding: 0;
}
.jumbotron p {
  font-size: 1.3em;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item {
  padding: 0 10px;
}
.item h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}
.item p {
  text-align: left;
}
.item p.center {
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
.item a {
  font-size: 1.3em;
  text-decoration: none;
  line-height: 32px;
}
.item img {
  display: inline-block;
  float: left;
  padding-right: 5px;
}
.item ul {
  margin-left: 10px;
  padding-left: 10px;
  list-style-type: square;
  margin-bottom: 0;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0;
}
.item li {
  font-size: 1.2em;
  font-weight: 200;
}
.item ul li>span {
  margin-left: -0.5em;
}
.item .icon32 {
  width: 32px !important;
  height: 32px !important;
}
.item span[class*="icon-"] {
  position: relative;
  top: 1px;
  display: block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  margin: 0px auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100px;
  color: white;
}
.icon-about {
  background-color: #3A8CF6;
}
.icon-about:before {
  content: "\e008";
}
.icon-services {
  background-color: #B4CD00;
}
.icon-services:before {
  content: "\e144";
}
.icon-contacts {
  background-color: #F2C159;
}
.icon-contacts:before {
  content: "\e171";
  padding-right: 5px;
}
.icon-tech {
  background-color: #FB7733;
}
.icon-tech:before {
  content: "\e031";
}
.strong {
  font-weight: bold;
}
@media (max-width: 500px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand {
    padding-left: 30px;
  }
  .item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav i {
    display: inline-block;
    float: left;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 10px;
  }
  .menu-about {
    color: #3A8CF6 !important;
  }
  .navbar-nav .menu-about i:before {
    content: "\e008";
  }
  .menu-services {
    color: #B4CD00 !important;
  }
  .navbar-nav .menu-services i:before {
    content: "\e144";
  }
  .menu-contacts {
    color: #F2C159 !important;
  }
  .navbar-nav .menu-contacts i:before {
    content: "\e171";
  }
  .menu-tech {
    color: #FB7733 !important;
  }
  .navbar-nav .menu-tech i:before {
    content: "\e031";
  }
  .menu-about:active, .menu-about:hover, .menu-services:active, .menu-services:hover, .menu-contacts:active, .menu-contacts:hover, .menu-tech:active, .menu-tech:hover {
    color: white !important;
  }
}
