@media (min-width: 1200px) {
	.container {
		width: 1400px;
	}
}
a:hover { text-decoration: none !important; }

.scroll {
	margin: 7px 0px 7px 0px;
}
marquee {
	font-size: 1.2em;
	color: #fff;
}
.btn-danger {
	background-color: #2d758c;
	border: 1px solid  #2d758c;
	color: #ffffff;
	text-transform: uppercase;
}
.headbanner  {
	max-height: 60px;
	text-align: right;
	background-color: #53163d;
	padding: 10px 0px 10px 0px;
}
.headbanner a { color: #fff;}




#footer-outer {
	padding-top: 8vh;
	padding-bottom: 8vh;
}

.spacer {
	padding-top: 5vh;
	padding-bottom: 5vh;
}




.home-heading h1 {
	text-align: center;
}
.nopadding {
	border: 5px solid white;
	margin-top: 50px;
}
.google-map {
	margin-right: -15px;
	margin-bottom: -5px;
}
.contact-details{
	background-color: #7aa438;
	color: #fff;
	height: 950%;
	padding: 10px 10px;
	margin-top: 20px;
}
.contact-details a {
	color: fff;
}
.overlay {
	background:transparent;
	position:relative;
	width:100%; /* your iframe width */
	height:480px; /* your iframe height */
	top:480px; /* your iframe height */
	margin-top:-480px; /* your iframe height */
}

/* Header CSS */


.sl-searchbox {
	margin-top: 5px;
	width: 100%;
}
.login-button {
	width: 100%;
}


/* General CSS */
body {
	background-color: #fff;
	margin-top: 120px;
	font-family: 'Open Sans';
	font-size: 16px;
}
h1, h2, h3, h4 {
	font-family: 'Poppins';
}


.nopadding {
	padding: 0px;
}



.mainbody {
	background-color: #fff;
}
.skip-to-main-content-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #005EB8;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.3s;
}
.skip-to-main-content-link:focus {
  top: 10px;
  outline: 3px solid #fff;
}
