body {
	background: url('../img/bg-pattern.jpg') repeat;
}
.site {
	color: #000;

}
.header {

}
.navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .nav-link:hover {
  background: rgba(255,255,255,0.1);
}
.navbar-toggler {
  color: rgba(255,255,255,.8);
  border-color: rgba(255,255,255,.5);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main-content {
	color: #000000;

}
.footer {

}
.footer .nav-link {
  color: #fff;
  position: relative;
}
.footer .nav-link:before {
  content:"•";
  position: absolute;
  left: 0;
  top: 25%;
  line-height: 1;
}
.footer .nav-link:hover {
  text-decoration: underline;
}
.address {
  font-size: 16px;
}

/* home page */
.carousel-item img {
	max-width: 100%;
  max-height: 380px;
  object-fit: cover;
}

/* contact page */
#map {
	width: 100%; height: 400px;
}
.marker {
  background-image: url('../img/marker.png');
  width: 32px;
  height: 40px;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: left;
}
.Titlecolour {
	color: #096;
}
