/* logo */

.brand__img {
	max-width: 150%;
	width: 150%;
	padding: 6px;
}

/* banner image */

.hero {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* header */
.top-nav-link.active {
	color: #b9bf15;
	box-shadow: inset 0px -0.375rem 0px 0px #b9bf15;
}

.top-nav-link:hover, .top-nav-link:focus {
	color: #b9bf15;
	box-shadow: inset 0px -0.375rem 0px 0px #b9bf15;
}

.top-nav-link {
	padding: 1.85rem 0;
}

/* button colours */
.btn-primary, .discoverysearch .SearchButton, :first-child.AdvancedSearchToolButton, :first-child.AdvancedSearchButton, .PagerBarControl ul li a {
	background-color: #b9bf15 !important;
	border-color: #b9bf15 !important;
	color: #ffffff;
}

/* footer */

/*.footer {
	background-color: #ffffff;
}

.footer__links a {
	color: #ffffff;
}

.footer__social-links a {
	color: #ffffff;
}

.footer__social-links a:hover, .footer__social-links a:focus {
	color: #ffffff;
}

.row.text-muted {
	color: #ffffff !important;
	position: relative;
} */

div.footercontact3 {
	float: left; 
}


/* carousel captions */
.carousel-caption {
	background: rgba(0,0,0,0.5);
}

/* hide youtube text from homepage */
.content-section.social-content {
	display: none;
}

#ctl00_main_browseCollectionButton {
	display: none;
}

#ctl00_main_address {
	display: none;
}
