/* @import "reset.css"; */
@import "bootstrap.css";
@import "bootshape.css";

.navbar {
  background-color: #1E6296;
	background-image:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #00BDCA;
  color: #FFFFFF;
}
.container h3{
	font-family: 'IM Fell English', 'serif';
}
.navbar-brand{
	background:url(../img/css/wally-tripp-signature-small.png) top left no-repeat;
	width:203px;
	height:70px;
	text-indent:-900em;
}
.glyphicon {
  font-size: 2.2em;
}
.site_theme_credit{
	font-size: .9em;
}