  /* Padding top will account for the fixed header */
body {
  padding-top: 50px;
   position: relative; 
   font-size:16px;
}
/* If you choose to include a footer */
footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Give uniform settings to pictures on progress page */
.progress-img{
	max-height:220px;
}

/* Customize color in nav bar */
.navbar .container .navbar-brand {
    
    font-size: 35px;
	margin-left:20px;
}

/* Change colors on navigation system */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #31708f;
    background-color: #d9edf7;
}

.navbar-default .navbar-nav>li>a {
    color: #31708f;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #1e3b84;
}
	
	.nav-collapse .li{
	list-style-type: none;
	}
	
	/* Make words not break */
	span.nobr { white-space: nowrap; }


	/* remove bottom margin from jumbotron on team page */
	.no-bottom-margin{
		margin-bottom:0;
	}
	
	/* publications page */
	.verticalLine {
  border-left: thick solid #083c84 /* #2d4288 */;
  padding-left:1em;
}
/* will style the "abstract" button nice on mobile */
.no-show-btn{
	background-color:transparent;
	border:none;
}

/* Team Page */
.panel-title{
	
  font-weight: bold;/* 
text-transform: uppercase; */
}

.panel-header-logo{
    margin: 10px;
    height: 40px;
}

/* this is for the ind headshots */
.team-pic{
	max-height:200px;
}

/* Give variables italics */
var.var{
	font-style:italic;
	display: inline 
}

/* sidebar stylings: make everything uniform width */
.sidebar{
    max-width: 224px;
}

.sidebar-text{
    min-width: 224px;
}

.sidebar-logo, .sidebar-image {
    max-width: 224px;
}

/* Navigation features */
/* EDM3 definition on header styling */
.header-text{
	position: relative;
    display: block;
	margin: 15px;
	font-size:14px;
	color: #31708f;
	line-height: 20px;
	float:left;
}

/* cube which appears on nav on mobile */
.header-logo{
	width:42px;
	margin-top:-12px;
	margin-right:5px;
}


.main-blue{
	color:#083c84 !important;
}

/* Make navbar larger on mobile */

@media (max-width: 768px) {
.navbar-fixed-top {
    min-height: 80px;
}  
.navbar-nav > li > a {
    line-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;}
	
body {
  padding-top: 80px;
}
.navbar-toggle{
	margin-top:20px;
    padding: 15px 15px;}
.navbar-brand{
	padding: 30px 15px;}
.header-logo {
    width: 72px;
    margin-top: -28px;
    margin-right: 5px;
}
}

@media (max-width: 425px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}
	.navbar-nav > ul{
	margin-top:80px}
}
