/*
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
*/

body {
 padding-top:50px;
}

#masthead { 
 min-height:250px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #2498E1;
	color: white;
}


#masthead .well {
 margin-top:8%;
}
.pad-left-10 {
	left: 10px;
}
.leading {
	line-height: 47px;
}



@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;
	/*background-color: white;*/
  }
}

#sidebar li.active {
  border:0 chartreuse solid;
  border-right-width:5px;
}
