* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0; }


.homebg {
	background-image: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.65)),url(http://kiosk.darwenheritagecentre.org.uk/assets/images/bg-scaled.jpg);
  background-size: auto,cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
  background-position: 50% 50%;
  position:relative;
  overflow:scroll;
}

.logo_head {
	width:100%;
	padding:20px;
	margin: 0 auto;
	box-sizing:border-box;
}
.ct-image {
	max-height:140px;
}
.boxarea {
	width:100%;
	max-width:800px;
	padding:0px;
	margin: 150px auto;
	box-sizing:border-box;
}
.boxfloat {
	float:left;
	width:50%;
	padding:40px;
	text-align:center;
	box-sizing:border-box;
}
.boxfloat a {
	text-decoration:none;
	cursor:pointer;
}

.textbg  {
	float:left;
	text-align:center;
	color: #ffffff;
	border-radius: 0.15em;
	transition-duration: 0.4s;
	padding: 40px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom-color: #46062b;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	gap: 8px;
	overflow: hidden;
	min-height: 100px;
	width: 49%;
	box-sizing:border-box;
	box-shadow: inset -2px 1px 0px -3px #000000;
}
.footer-copyright {
	position:absolute;
	bottom:10px;
	text-align:center;
	color:#fff;
	left:0;
	right:0;
	font-size:12px;
}