@charset "UTF-8";
/* CSS Document */


body {
		margin:0;
		font-size: 16px;
		font-family: franklin-gothic-urw, sans-serif!important;
	}
	
	h1 {
		font-size: 2.8em;
		line-height: 0.95em;
		letter-spacing: -0.05em;
	}
	
	h2 {
		font-size: 2.2em;
		line-height: 0.95em;
		letter-spacing: -0.02em;
	}
	
	h3 {
		font-size: 1.8em;
		line-height: 0.95em;
		letter-spacing: -0.01em;
		margin-bottom:0.2em;
	}
	
	h1,
	h2,
	h3 {
		text-transform: uppercase;
		font-weight: 700;
		color:#000;
	}
	
	p {
		font-size: 18px;
		line-height: 1.3em;
	}
	
	ul {
		font-size: 18px;
		line-height: 1.3em;
	}
	
	li {
		padding-bottom:0.3em;
	}
	
	.button {
	  background-color: #1b8d39!important;
	  border: none!important;
	  color: #fff!important;
	  padding: 15px 32px!important;
	  text-align: center!important;
	  text-decoration: none!important;
	  display: inline-block!important;
	  font-size: 16px!important;
	  margin: 8px 0px!important;
	  cursor: pointer!important;
		width:100%!important;
		text-transform: uppercase!important;
		font-weight: bold!important;
		transition: 0.25s!important;
		border-radius: 0!important;
		height:auto!important;
	}
	
	.white-button {
		background-color: #fff!important;
		color: #000!important;
	}

	.purple-button {
		background-color: #55146a!important;
		color: #fff!important;
	}
	
	.button:hover {
		background-color: #146a2b!important;
	}
	
	.white-button:hover {
		background-color: #146a2b!important;
		color: #fff!important;
	}
	
	.purple-button:hover {
		background-color: #8e22b0!important;
		color: #fff!important;
	}
	
	.nav-bar {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin:0 auto;	
		width:100%;
		position: fixed;
		top:0;
		left:0;
		right:0;
		transition: 0.25s;
		background-color: #0e461c;
		color: #FFF;
		z-index: 9998;
	}
	
	
	#b-menu {
		width:25%;
		order:3;
		transition: 0.25s;
		min-height:80px;
		background-color: #0e461c;
		display: flex;
  align-items: center;
  justify-content: center;
		
	}
	

	

	
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #1b8d39;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
	z-index: 9999;
}

.sidenav a {
  padding: 4px;
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  display: block;
  transition: 0.3s;
	text-align: center;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 10%;
  font-size: 36px;
  margin-left: 50px;
}

@media (min-width: 680px) {
	.sidenav .closebtn {
	  right: 6%;
	}
}
	
@media (min-width: 1024px) {
	.sidenav .closebtn {
	  right: 44px;
	}
}
	
@media (min-width: 1300px) {
	.sidenav .closebtn {
	  right: calc(50% - 610px);
	}
}

	

	
	#logo {
		width:50%;
		min-height:60px;
		order:2;
		background-image: url("../../images/debden-house-logo.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;	
		transition: 0.25s;
		padding:15px;
		box-sizing: border-box;
		background-origin: content-box;
	}
	
	.phone {
		width:25%;
		order:1;
		background-image:url("../../images/call-w.svg");
		background-size: 50px 50px;
		background-repeat: no-repeat;
		background-position: center;

	}
	
	#visit-campsite {
		width:25%;
		order:4;
		background-color:#1b8d39;
	}
	
	#room-venue-hire {
		width:25%;
		order:5;
		background-color:#721b8d;
	}
	
	#special-events {
		width:25%;
		order:6;
		background-color:#391b8d;
	}
	
	#find-and-contact {
		width:25%;
		order:7;
		background-color:#1b6f8d;
	}
	
	#visit-campsite,
	#room-venue-hire,
	#special-events,
	#find-and-contact {
		text-align: center;
		cursor: pointer;
		padding:10px 0;
		transition: 0.25s;
		line-height: 1em;
	}
	
	#visit-campsite img,
	#room-venue-hire img,
	#special-events img,
	#find-and-contact img,
	.tablink img {
		width:40px;
		display: block;
		margin:0 auto;
		margin-bottom: 6px;
	}
	
	#visit-campsite:hover {
		background-color: #146a2b;
	}
	
	#room-venue-hire:hover {
		background-color:#55146a;
	}
	
	#special-events:hover {
		background-color:#2b146a;
	}
	
	#find-and-contact:hover {
		background-color:#14536a;
	}
	
	.content-container {
		width:100%;
		margin-top:178px;
	}
	
	.text-container {
		width:100%;
		box-sizing: border-box;
		padding: 0;
	}
	
	
	
	.one-column {
		padding: 0 20px;
	}
	
	.two-column {
		padding: 20px;
	}
	
	@media (min-width: 480px) {
		
		#visit-campsite img,
		#room-venue-hire img,
		#special-events img,
		#find-and-contact img,
		.tablink img {
			width:50px;
		}
		
		.content-container {
			margin-top:188px;
		}
		
			.one-column {
				padding: 0 25px;
			}

			.two-column {
				padding: 25px;
			}
	}
	
	@media (min-width: 680px) {
		
		#b-menu {
			width:15%;
			order:6;
		}

		#logo {
			width:25%;
			order:1;
			background-position: left center;	
			padding:25px;
		}
		

		.phone {
			display:none;
		}
		
		#visit-campsite,
		#room-venue-hire,
		#special-events,
		#find-and-contact {
			width:15%;
			padding: 10px 0;
		}

		#visit-campsite {
			order:2;
		}

		#room-venue-hire {
			order:3;
		}

		#special-events {
			order:4;
		}

		#find-and-contact {
			order:5;
		}
		
		.content-container {
			margin-top:108px;
		}
		
		.flex-column {
			display: flex;
			justify-content: space-between;
		}
		

		.two-column {
			width: 50%;
		}
		
	}
	
	@media (min-width: 1024px) {
		
		#logo {
			width: calc(100% - 650px);
			
			padding:25px 0px 25px 50px;
			box-sizing: border-box;
		}
		
		#visit-campsite,
		#room-venue-hire,
		#special-events,
		#find-and-contact {
			padding:20px 0;
		}
		
		#b-menu,
		#visit-campsite,
		#room-venue-hire,
		#special-events,
		#find-and-contact {
			width:130px;
		}
		
		.content-container {
			margin-top:128px;
		}
		
		.text-container {
			padding: 0 48px;
		}
		
	}
	
	@media (min-width: 1280px) {
		
		.nav-bar {
			padding:0 calc(50% - 650px);
			box-sizing: border-box;
		}
	}
	
	@media (min-width: 1300px) {
		
		.text-container {
			padding: 0 calc(50% - 600px);
		}
	}
	
	
	.full-page-image {
		width: 100%;
		height: 0;
		padding-bottom:100vw;
		background-size: cover;
		background-position: center;
	}
	
	@media (min-width: 480px) {
		.full-page-image {
			padding-bottom:80vw;
		}
	}
	
	@media (min-width: 640px) {
		.full-page-image {
			padding-bottom:60vw;
		}
	}
	
	@media (min-width: 800px) {
		.full-page-image {
			padding-bottom:50vw;
		}
	}
	
	@media (min-width: 1024px) {
		.full-page-image {
			padding-bottom:40vw;
		}
	}
	

	
	.map-container {
		width: 100%;
		height: 100vw;
	}
	
	@media (min-width: 480px) {
		.map-container {
			height: 80vw;
		}
	}
	
	@media (min-width: 640px) {
		.map-container {
			height: 60vw;
		}
	}
	
	@media (min-width: 800px) {
		.map-container {
			height: 50vw;
		}
	}
	
	@media (min-width: 1024px) {
		.map-container {
			height: 40vw;
		}
	}
	
	
	
	.footer-two {
	width:100%;
	padding:30px 0
}


.people-heart {
	width:80%;
	max-width:190px;
	height:auto;
	margin:0 auto;
}

.newham-london-foot {
	width:60%;
	max-width:190px;
	height:auto;
	margin:0 auto;	
	padding-top:30px;
}

.people-heart img,
.newham-london-foot img {
	width:100%;
	height:auto;
}


@media (min-width: 480px) {
	.footer-two {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items:center;
	}

	.people-heart {
		width:40%;
		max-width:170px;
		height:auto;
		margin: 0;
	}

	.newham-london-foot {
		width:170px;
		height:auto;
		margin: 0;
		padding-top:0;
	}
}

/* Style tab links */

.tabbuttons {
		margin-top:-5px; 
		position: relative; 
		z-index: 3
	}


.tablink {
  background-color: #0e461c;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  font-size: 12px;
  width: 25%;
	transition: 0.3s;
}

.tablink:hover {
  background-color: #146a2b;
}

/* Style the tab content */


.tabcontent {
  	display: none;
	color:#fff;
  	padding: 20px;
	position: relative;
	z-index: 2;
}

#Camping,
#DayVisit,
#Caravan,
#Youth {
	background-color: #1b8d39;
}

@media (min-width: 480px) {
	.tablink {
	  font-size: 15px;
	}
	
	.tabcontent {
	  padding: 25px;
	}
}

@media (min-width: 1024px) {
	#Camping,
	#DayVisit,
	#Caravan,
	#Youth {background-color: rgba(0, 0, 0, 0);}

	.tabbuttons {
		margin:auto 50px;
		margin-top:-200px; 
	}

	.tablink {
	  	max-width:140px;
		font-size: 16px;
	}
	
	.tabcontainer {
		padding:20px;
	}
	
	.tabcontent {
		margin:0 auto;
		padding:50px;
	}
}

@media (min-width: 1300px) {
	.tabcontainer {
		padding:30px;
	}
	
	.tabbuttons {
		max-width:1200px;
		margin:0 auto;
		margin-top:-200px; 
	}
	
	.tabcontent {
		padding:50px calc(50% - 600px);
	}
}


.intro-overlay {
	padding:20px;
}



@media (min-width: 1024px) {
	
	.intro-overlay {
		margin-top:-100px; 
		background-color: #fff; 
		padding:25px; 
		position:relative; 
		z-index: 99;		
	}
	
}

@media (min-width: 1300px) {
	.intro-overlay {
		padding:30px;
	}
}

table, th, td {
  border: 1px solid #1b8d39;
  border-collapse: collapse;
	padding:5px;
}

.dark-table table, .dark-table th, .dark-table td {
  border: 1px solid #fff;
}

th {
	background-color:#1b8d39; 
	color:#fff;
	font-size: 0.9em;
	line-height:1.1em;
	font-weight: bold;
	letter-spacing: -0.01em;
	vertical-align: middle;
}

td {
	vertical-align: middle;
}

.dark-table th {
	background-color:#146a2b; 
	color:#fff;
}

.dark-table tr:nth-child(even) {
  background-color: #1b8d39;
}

.dark-table tr:nth-child(odd) {
  background-color: #1b8d39;
}

td, th {
	text-align: center;
}

td:nth-child(1), th:nth-child(1) {
	text-align: left;
}

tr:nth-child(even) {
  background-color: #d3efda;
}


table{
    width:100%;
}

.table-text {
	font-size: 1em;
}

@media (min-width: 540px) {
	
	th {
		font-size: 1em;
		line-height:1.2em;
	}
	
}


@media (min-width: 640px) {
	
	th, td {
		font-size: 18px;
		line-height:1.3em;
	}
	
}