@charset "utf-8";
/*
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;
 text-align: justify;
}

#masthead { 
 min-height: 250px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top: 20px;
}

#masthead .well {
 margin-top: 8%;
}

p {   
    font-family: arial;
	font-size: 14px;
	text-align: justify;
	color:#666;
	
}

small { 
    font-size: smaller;
}

cite { 
    font-style: italic;
	text-align: justify;
	font-size: x-small;
}

footer { 
    display: block;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}



.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;
}
