@font-face {
font-family: "Playfair Display";
src: url("../fonts/PlayfairDisplay-Regular.ttf");
}

html {
	background-color: #f6fff6;
	-webkit-tap-highlight-color:transparent;
}

body {
	margin: 0 auto;
	font-family: 'Playfair Display', 'Times New Roman', serif;
	background-color: #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	max-width: 1200px; 
	box-shadow: 0px 10px 10px #bbccbb;
}

.container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.banner {
	width: 100%;
	max-width: 600px;
}

.main-menu {
	background-color: #eeffee;
	color: #00a651;
	padding: 2px 0 4px 0;
	/*
	box-shadow: 0 5px 5px #00a651;
	*/
}

.main-menu ul {
	margin: 0;
	padding-left: 0;
}

.main-menu li {
	list-style-type: none;
	border-bottom: 1px solid white;
}

.main-menu li:first-of-type {
	border-top: 1px solid white;
}

.main-menu li:last-of-type {
	border-bottom: none;
}

.main-menu a, .open-nest {
	padding-left: 10px;
}

.main-menu a:active {
	background-color: #00a651;
	color: white;
}

.menu-toggle {
	width: 100%;
	padding: 2px 0 2px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

.menu-items {
	display: none;
}

.hidden {
	display: none;
}

.nested {
	margin-left: 20px;
}

.active {
	display: block;
}

video {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}

.header-image {
	margin: 0;
	width: 100%;
	display: block;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	margin: 0;
}

h2 {
	background-color: white;
	color: #00a651;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding: 0 0 2px 10px;
}

h3 {
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 0 0 2px 10px;
}

ul {
	margin: 0;
}

p {
	margin: 10px;
}

.main-menu a {
	text-decoration: none;
	color: #00a651;
	width: 100%;
	display: inline-block;
}

.main-menu a:hover {
	color: #eeffee;
}

.alert {	
	color: #990000;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #00a651;
}

a:hover {
	text-decoration: underline;
}

.trading-as {
	font-size: 0.6em;
}

footer {
	margin-top: 10px;
	background-color: #eeffee;
	color: #00a651;
	padding: 2px 0 2px 10px;
}

.contact {
	display: block;
}

.divider {
	display: none;
}

footer a {
	color: #00a651;
}

.feeds {
	display: flex;
	flex-wrap: wrap;
}

.header-text {
	text-align: center;
	font-size: 1.5em;
}

.social-media {
	margin: 10px auto;
	text-align: center;
	flex: 1;
	font-size: 1.5em;
	min-width: 280px;
}

.fb-page {
	margin-left: 25px;
}

.social {
	margin: 0 auto 10px auto;
	max-width: 250px;
	display: block;
}

@media screen and (min-width: 801px) {

	.menu-toggle {
		display: none;
	}
	.menu-items {
		display: flex;
		position: relative;
	}
	.main-menu li {
		flex: 1;
		text-align: center;
		border-bottom: 0px;
		padding: 2px 0;
		font-size: 1.2rem;
	}
	.main-menu {
		padding: 5px 0;
	}
	.main-menu a {
		display: inline;
	}
	.main-menu li:first-of-type {
		border-top: 0px;
	}
	.main-menu li:hover {
		background-color: #eeffee;
		color: #00a651;
	}
	.main-menu a:hover {
		background-color: #00a651;
		color: white;
		font-weight: bold;
		padding: 4px 20px;
		box-shadow: 0px 0px 5px 2px #ddeedd inset;
	}
	.main-menu a:active {
		background-color: #eeffee;
		box-shadow: 0px 0px 10px 5px #ddeedd inset;
	}
	.contact, .divider {
		display: inline;
	}
	main {
		margin: 20px;
	}
	#toggle-icon {
		display: none;
	}
	.main-menu a, .open-nest {
		padding-left: 0;
	}
	.nested {
		margin-left: 0;
		color: #00a651;
		background-color: #eeffee;
	}
	.nest-menu {
		position: absolute;
		top: 100%;
		left: 20%;
		width: 20%;
		z-index: 1;
	}
	.nest-menu li {	
		padding: 7px 0;
	}
	
}
