/*LOGO Adjustments*/

#navbar > div > div.navbar-header > a > img
{
padding-bottom: 15px;
padding-left: 5px;
height:75px
}




/*Active items color*/

.navbar-default .navbar-nav>.active>a

{
color:#ffffff;
background:#ffcc00;
}

/*Hover over text change color*/
.navbar-default .navbar-nav>.active>a:hover

{
color:#ffffff;
}

/*NAV bar height and loaction */
#navbar > div > div.navbar-header
{
height: 75px;
}


/*Items in menu styling*/

#navbar-collapse > nav > ul > li.first.leaf > a,
#navbar-collapse > nav > ul > li:nth-child(2) > a,
#navbar-collapse > nav > ul > li:nth-child(3) > a,
#navbar-collapse > nav > ul > li:nth-child(4) > a,
#navbar-collapse > nav > ul > li:nth-child(5) > a,
#navbar-collapse > nav > ul > li:nth-child(6) > a,
#navbar-collapse > nav > ul > li.last.leaf > a
{
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
font-family: Interstate,sans-serif;
font-weight: 700;
letter-spacing: 2px;
list-style-position: outside;
list-style-type: none;
font-size: inherit;
box-sizing: inherit;
outline: 0;
background-color: transparent;
text-decoration: none;
cursor: pointer;
margin-bottom: 0;
display: block;
}