/**
 * Navbar styles for thin header styles.
 */

/* Logo needs to be real small to not stretch our thin navbar/header. */
img.custom-logo{
	max-height: 50px;
}
/* If there is no logo, the dealership name text needs to be smaller, too. */
nav.navbar-thin	.navbar-brand span.fs-1{
	font-size: 1.85rem !important;
	white-space: wrap;
}
/* Allow wordwrap in the dealership name. */


/* We are fading the navbar background on scroll. */
body.bsds_thin_transparent nav.navbar{
	transition: all .5s linear 10ms;
}
