
a:focus, a:hover{
	color: #c8d0d0;
	text-decoration: none;
}
.container .jumbotron, .container-fluid .jumbotron{
	border-radius: 0;
}
body{
	background: #333333;
}

#j_content{
  color: #b3d6ff;
  text-transform: capitalize;
}
.projects {
	text-transform: uppercase;
	color: #d8d8d8;
	margin-bottom: 25px;

}
p{
	color: #e9e9e9;
}

.info{
	color: #b1cceb;
	font-size: 16px;
	margin-left: 15px;
}
.square {
	width: 200px;
	height: 200px;
}
.navbar-inverse .navbar-brand{
	color: white;
}
.headshot{
	width: 150px;
	border: 2px solid;
	}
.active_link {
	text-decoration: underline;
	color: white;
}
