/* Custom page CSS
-------------------------------------------------- */

/* Copied from templates */

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}


/* Just for England */
	  
.navbar {
	--bs-navbar-brand-padding-y:0.5rem
}
.navbar-brand {
	/* --bs-navbar-brand-color:#f00; */
	--bs-navbar-brand-color:rgba(255, 248, 220,1);
}
.bg-body-tertiary {
	/* --bs-tertiary-bg-rgb:248,249,250
	--bs-tertiary-bg-rgb:238,238,238; */
	--bs-tertiary-bg-rgb:255, 248, 220;
}


a {
	--bs-link-color-rgb:227,6,19;
	text-decoration: none;
}

a:hover {
  color:  var(--bs-red); /* or $red-500 */
  text-decoration: underline;
}

a img {margin-right:1em; width:70px; height:70px;}
a img:hover {opacity: 0.75;}	


.floral {background: url(../img/ausbanner_base75.jpg);
background-repeat: repeat-x;
}
  /* Kew Gardens  -16.667%;*/
  @media (min-width: 35.5em) {
	.highlights__text-box {
	margin: 1.875rem 0 0 -10.0%;
	width: 75%;
	}
}


