@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
	background:#1f1f1f;
}

h1, h2, h3, h4{
	font-family:"Open Sans", arial, sans-serif;
	font-weight:bold;
}

.nav-ul{
	margin-top:20px;
	float:right;
}

#name-row{
	/* background:#f2f2f2; */
	background:#ffffff;
}

#news-row{
	margin-top:30px;
}

#row-1, #row-2, #row-3{
	/*background:#b2b2b2;*/
	/* background:#f2f2f2; */
	
	background:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
}

#row-2{
	background:#1f1f1f;
	color:#ffffff;
}

#row-3{
	background:#888888;
	color:#ffffff;
}

#row-3 a{
	color:#D0EAFF;
}
#row-3 a:hover{
	color:#C5E4FF;
}

#footer-row{
	color:#ffffff;
	padding-top:20px;
}

.background-eee{
	background:#eee;
	
}

.tile{
	display:block;
	margin-bottom:20px;
	padding:5px;
	text-align:center;
}

.tile p{
	margin-top:5%;
	font-size:0.8em;
}



.glyphicon-lg{
	
	font-size:1.5em;
	margin-bottom:10%;

}


a.tile, a.tile:hover, a.tile:visited, a.tile:active, a.tile:focus{
	text-decoration:none;
	color:inherit;
}

.tile:hover{
	box-shadow: 0px 0px 3px 3px #aaa;
	color:#e9e9e9;
}

#row-1 .tile{
	background:#003262;
	color:#ffffff;
}
#row-2 .tile{
	background:#b31b1b;
}

#action-button-row{
	margin-top:30px;
	text-align:center;
}

.section-title{
	color:#fff;
	padding-bottom:15px;
}

.modal{
	color:#000000;
}

.modal-img{
	width:80%;
	max-width:200px;
	height:auto;
}

.open-sans{
	font-family: "Open Sans", sans-serif;
}

#cv{
	min-height:375px;
}

.news p {
	margin-bottom:15px;
}

#splash-row{
	color:#333333;
	margin-bottom:15px;
}

#headshot-div{
	text-align:center;	
}

#modal-publications p{
	margin-bottom:20px;
}

#modal-publications span.label.label-info::after , #html-pub-div span.label.label-info::after{
    content: "\A";
    white-space: pre;
}

#modal-publications span.paper-links a.btn {
    margin-bottom: 5px;
}

p.pub-filters{
	line-height:1.2em;
	color:#333333;
}

.paper-title{
	font-size:1.2em;
}
p.pub{
	color:#333333;
	margin-bottom:25px;
}

p.external-links a{
	color:#D0EAFF;
}

.pub-heading{
	color:#FFFFFF;
	background:#003262;
	border-color:#dddddd;
}

.pub-div .pub{
	padding-left:35px;
}

.panel-project .panel-heading{
	background:#dddddd;
}
.panel-project{
	border-color:#dddddd;
}

.project-pubs{
	font-size:0.85em;
}

.show-html-only{
	display:none;
}

.port-div-img{
	margin-top:10px;
}




/* Small devices (tablets, 768px and up) */
@media (min-width: 400px) { 
	.tile p{
		margin-top:25%;
		font-size:0.9em;
	}
	.glyphicon-lg{
	
		font-size:2em;
		margin-bottom:10%;

	}
}