/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/
.vspan {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover  {
  background-color:transparent;
  color:#B2D8FF;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color:transparent;
  color:#B2D8FF;
}

.navbar-default {
  background-color: #00264C;
  border-color: #CCE5FF;
}

.myrow {
  font-size: 0;
}
.myrow > * {
  float: none;
  display: inline-block;
  font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
}
.myrow > *:last-child {
  vertical-align: bottom;
}
.myrow p:last-child {
  margin-bottom: 0; /* optional */
}



body {
 padding-top:50px;
}

#masthead { 
 min-height:250px;
 background-color: #4CA5FF;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    margin-top:30px;
    width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

.navbar-brand {
  font-size:30px;
}

.navbar-nav {
  font-size:22px;
}