/* banner image */

.hero {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand__img {
	max-width: 150%;
	width: 150%;
}

.top-nav-link {
	padding: 2.25rem 0;
}

.hero__search {
	background-color: rgba(255,255,255,0.80) !important;
}