@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,900);

* { margin: 0; padding: 0; border: 0; box-sizing: border-box; }

html {
  color: #222;
  font-size: 10px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio, canvas,
iframe, img,
svg, video {
  vertical-align: middle;
}
img {
	width: 100%;
	height: auto;
}
.hidden, [hidden] {
  display: none !important;
}
.text-center {
    text-align: center !important;
}


body {
    font:700 1.6rem/1.45 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


header {
	padding: 2.8rem 0;
	text-align: center;
}
.logo {
	display: inline-block;
	width: 150px;
}
.banner {
	padding: 7.3% 0;
	background: url(../img/banner-SussexWoodlands2018.jpg) center center/cover;
}
.embed-frame {
	max-width: 1462px;
	margin: 0 auto;
}
.pub {
	display: none;
	position:relative;
	padding-top:max(60%,326px);
	height:0;
	width:100%
}
.pub.active {
	display: block;
}
.pub iframe {
	position: absolute;
	border: none;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.container {
	max-width: 1696px;
	padding: 0 2rem;
	margin: 0 auto;
}
.container h2 {
	color: #635F5E;
	font-size: 3.6rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 5.2% 0;
}

.block-link {
	position: relative;
	display: block;
	overflow: hidden;
}
.block-link .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 50%;
	max-width: 34rem;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 2rem 0;
	border-radius: 6px;
	background-color: rgba(0,148,96,1);
	z-index: 3;
	transition: all .25s;
}
.block-link img {
	position: relative;
	z-index: 1;
	transition: all .25s;
}
.block-link:hover .btn {
	background-color: rgba(0,148,96,.7);
}
.block-link:hover img {
	transform: scale(1.07);
	transform-origin: center;
}

.block {
	padding: 6.15% 0;
}

footer {
	color: #fff;
	margin: 4.25% 0 0;
}
footer a {
	color: #fff;
	text-decoration: none;
	transition: opacity .25s;
}
footer a:hover {
	opacity: .75;
}
.cover_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 5.4rem 0;
	background-color: #009a66;
}
.cover_text-wrap {
    position: relative;
    z-index: 5;
}
.footer-logo {
	display: inline-block;
	width: 15rem;
	padding-bottom: 3rem;
}
.f-body p {
	display: block;
    max-width: 55rem;
    margin-bottom: 1.6rem;
	font-size: 2rem;
}
.socialicons {
    margin: 3.6rem 0 1.4rem;
}
.socialicons a {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin: .5rem;
}


@media (min-width: 768px){
	
	body { font-size: 2.4rem; }
	header { padding: 4.8rem 0; }
	.embed-frame { padding: 0 3rem; }
	.container { padding: 0 3rem; }
	.container h2 { font-size: 4.8rem; }
	.flex-container {
		display: flex;
		justify-content: space-between;
	}
	.block-link { width: 49.5%; }
	.f-body p { font-size: 2.7rem; }
	
}


@media (min-width: 992px){

	.container h2 { font-size: 6rem; }
	.block-link .btn { font-size: 2.8rem; padding: 2.5rem 0; }

}


@media (min-width: 1200px){

	.embed-frame { padding: 0 5rem; }
	.block-link .btn { font-size: 3.6rem; padding: 4.5rem 0; }

}

@media (max-width: 767px){
	
	.block-link { margin-bottom: 20px; }
	.cover_text-wrap { padding: 0 15px; }
	
}