@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
.technologies {
  background: #1C2C52; }

#site-header .navbar-wrapper a {
  color: #fff; }

#site-footer {
  background: #162341; }

::-moz-selection {
  background: #02B4E5;
  color: #FFFFFF; }

::selection {
  background: #02B4E5;
  color: #FFFFFF; }

.jumbotron {
  background-color: #1C2C52; }
  .jumbotron .btn-outline-inverse {
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .jumbotron .btn-outline-inverse:hover, .jumbotron .btn-outline-inverse:focus {
      background: #FFFFFF;
      color: #1C2C52; }

pre {
  background: rgba(244, 243, 244, 0.6); }
  pre code {
    color: inherit;
    background-color: transparent; }
  pre .hljs {
    background: none; }

body.docs {
  background: #F4F3F4; }

#content code {
  color: #837F84;
  background-color: #F4F3F4; }

#sidebar-wrapper {
  background: #1C2C52; }

#page-content-wrapper .nav a {
  color: #837F84; }
  #page-content-wrapper .nav a:hover {
    color: #453E46; }
  #page-content-wrapper .nav a i {
    font-size: 18px; }

.sidebar-nav > li a:hover {
  background: #162341; }
.sidebar-nav > li a.active {
  border-left: 3px solid #02B4E5;
  color: #fff; }
.sidebar-nav > .sidebar-brand a {
  background: #162341; }
  .sidebar-nav > .sidebar-brand a:hover {
    background: #162341; }
