body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
    line-height: 24px;
    color: #5c5c5c;
}

h1, h2, h3 {
    font-weight: normal;
    color: #226106;
    text-transform: capitalize;
    /*font-family: 'Courgette', cursive;*/
    font-family: "Comic Sans MS", cursive;
}

h1 {
    font-size: 45px;
    line-height: 60px;
}

h2 {
    font-size: 35px;
    line-height: 45px;
}

h3 {
    font-size: 21px;
    line-height: 35px;
}

p {
    margin: 12px 0;
}

.sidebar-right ul{
    list-style-type: none;
    padding: 0;
    margin: 0 0 12px 10px;
}

.sidebar-right {
    padding-left: 20px;
}

.sidebar-right h3 {
    font-size: 28px;
}

blockquote{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

blockquote, blockquote p {
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}

.courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

.site-container {
	max-width: 95%;
	margin: 0 auto;
	padding: 0 15px;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.page-header {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 18px;
    border-bottom: 1px solid #226106;
}

.top-bar {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.top-bar .site-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	flex-wrap: wrap;
}

.logo{
    margin-top: 10px;
    margin-bottom: 15px;
}

.logo img {
	height: 111px;
}

.contact-info {
	text-align: right;
	font-size: 18pt;
	font-weight:600;
}

.contact-email{
    font-weight:300;
}

.main-nav {
	background: rgba(255, 255, 255, 1);
}

.main-nav ul {
	list-style: none;
	padding: 0;
	display: flex;
	width: 75%;
	margin:auto;
	justify-content: center;
}

.main-nav li a {
	display: block;
	padding: 12px 18px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	margin: 10px 1px;
}

.main-nav .site-container li {
    margin: 10px 1px;
}

.main-nav .site-container li.active,
.main-nav .site-container li:hover,
.main-nav .site-container li:hover a {
	background: #2f6f2f;
	color: #fff;
}

.main-nav .site-container li.active a,
.main-nav .site-container li a:hover {
	background: #2f6f2f;
	color: #fff;
}

.hero {
	position: relative;
}

.hero img {
	width: 100%;
	display: block;
}

/*Home Page*/
.content {
	background: #f5f5f5;
	padding: 40px 0;
}

.content h1 {
	color: #2f6f2f;
	margin-bottom: 20px;
}

.content p {
	max-width: 800px;
}

.home-content {
	background: #fff;
	padding: 45px 0;
}

.intro-section {
	margin-bottom: 40px;
}

.intro-image {
	text-align: center;
}

.intro-image img {
	display: inline-block;
}

.home-feature-links {
	padding: 45px 0 25px;
}

.feature-link {
	text-align: center;
	margin-bottom: 30px;
}

.feature-link a {
	color: #333;
	text-decoration: none;
	display: block;
}

.feature-link img {
	margin: 0 auto 15px;
	max-height: 260px;
}

.feature-link span {
	display: block;
	font-size: 13px;
}

/* SERVICES PAGE */
.services-content {
	background: #fff;
	padding: 35px 0 45px;
}

.services-content h1 {
	margin-top: 0;
}

.services-content h2 {
	font-size: 34px;
	line-height: 44px;
	margin-top: 0;
}

.services-content ul {
	padding-left: 18px;
}

/* TREE SURGERY PAGE */
.image-sidebar img {
	margin-bottom: 25px;
}

/* CONTACT US PAGE */

.contact-content {
	background: #fff;
	padding: 35px 0 45px;
}

.contact-content h1 {
	margin-top: 0;
}

.form-note {
	text-transform: uppercase;
	font-size: 11px;
}

.contact-form label {
	display: block;
	font-weight: bold;
	margin-top: 8px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #999;
	padding: 4px;
}

.contact-form textarea {
	height: 210px;
}

.contact-form button {
	margin-top: 10px;
}

/* FOOTER */

.site-footer {
	background: #333;
	color: #fff;
	padding: 35px 0 25px;
}

.site-footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 25px;
	font-weight: normal;
}

.map-wrapper {
	background: #fff;
	padding: 0;
	max-width: 520px;
}

.footer-address {
	font-size: 12px;
	line-height: 22px;
}

.footer-address p {
	max-width: none;
	margin-bottom: 18px;
}

.site-copyright {
	background: #2b2b2b;
	color: #fff;
	font-size: 11px;
	padding: 8px 0;
}

/* MOBILE MENU */

.mobile-menu-toggle,
.mobile-menu-close,
.mobile-menu-overlay,
.mobile-menu-panel {
	display: none;
}


@media (max-width: 730px) {
	.main-nav {
		background: transparent;
		position: absolute;
		right: 20px;
		bottom: 25px;
	}

	.main-nav > .site-container {
		display: none;
	}

	.mobile-menu-toggle {
		display: block;
		background: transparent;
		border: 0;
		padding: 0;
		width: 38px;
		position: absolute;
        top: 20px;
        right: 20px;
	}

	.mobile-menu-toggle span {
		display: block;
		height: 4px;
		background: #fff;
		margin: 6px 0;
	}

	.mobile-menu-panel {
	    display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9999;
		transition: left 0.3s ease;
		padding: 70px 30px 30px;
	}

	body.mobile-menu-open .mobile-menu-panel {
		left: 0;
	}

	.mobile-menu-close {
		display: block;
		position: absolute;
		top: 20px;
		right: 25px;
		background: transparent;
		border: 0;
		font-size: 45px;
		line-height: 1;
		color: #226106;
	}

	.mobile-menu-panel ul {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-menu-panel li a {
		display: block;
		margin: 0;
		padding: 18px 0;
		font-size: 22px;
		color: #226106;
		border-bottom: 1px solid #ddd;
		text-decoration: none;
	}

	.mobile-menu-panel li.active a,
	.mobile-menu-panel li a:hover {
		background: transparent;
		color: #2f6f2f;
	}
	
	.hero {
		position: relative;
	}

	.hero:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1;
	}

	.site-header {
		z-index: 10;
	}
	
	.top-bar {
        background: transparent;
    }
    
    .contact-info {
        text-align: left;
        font-size: 14pt;
    }
    
    .logo img {
        height: 80px;
    }
}

@media (max-width: 767px) {
	.intro-image {
		text-align: center;
		margin-top: 25px;
	}
	
		.feature-link img {
		max-height: none;
	}
}