.header_image {
    width: 100px;
}

/*
vv css taken from angular implementation vv
*/
.top-spacer{
	height:100px;
}

.active-tab {
	background-color: #fffad4 !important;
}

.bottom{
	bottom: 0;
}
/*
^^ css taken from angular implementation ^^
*/
.nav-tabs > li > a{
	background-color:#f8f5e1;
	border: medium none;
	margin-right:5px;
}


nav {
	padding-bottom: 0;
}

.mooner-font-nav {
	font-family: "Mooner";
    font-size: 1.5em;
}

.home-link-img{
	margin-left: 15px;
}

.mid-spacer{
    margin-top: -15px;
	height:10px;
}