@font-face {
font-family: 'GeosansLight';
src: url('../font/GeosansLight.ttf') format('truetype'),
	 url('../font/GeosansLight.woff') format('woff');
font-style: normal;
font-weight: normal;
}

body {
	font-size:1em;
	font-family: 'GeosansLight', sans-serif;
	background-color: white;
}


.container {
    max-width: 1366px !important;
}

header {
	padding-left: 100px;
	padding-right: 95px;
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: black;
}

nav {
	float: right;
}

.menu {
	margin-bottom: 0;
	margin-top: 75px;
	padding: 0;
}

.menu li {
	list-style-type: none;
	display: inline;
}

.menu li a {
	color: white;
	text-decoration: none;
	margin: 25px;
	text-transform: uppercase;
	font-size: 1.500em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
}

.menu li a:hover {
	color: #5b794e;
}

.menu li a.active, .active {
	color: #5b794e;
}

.banner-home {
	min-height: 918px;
	background-image: url(../images/Homepage-Image.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-about {
	min-height: 674px;
	background-image: url(../images/About-Us-Header-Image.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-services {
	min-height: 674px;
	background-image: url(../images/Services-Header-Image.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-about-sub {
	min-height: 525px;
	background-image: url(../images/About-Us-Footer-Image.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-contact {
	min-height: 674px;
	background-image: url(../images/Contact-Header-Image.png);
	background-repeat: no-repeat;
	background-size: cover;
}



.ghost-holder {
	margin: auto;
	height: auto;
	width: 85%;
}

.ghost-holder h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(53, 55, 51, 0.5);
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
	letter-spacing: -2px;
	color: white;
	font-size: 3.750em;
}

.ghost-holder h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(53, 55, 51, 0.5);
	font-family: 'GeosansLight', sans-serif;
	letter-spacing: -2px;
	font-weight: 300;
	color: white;
	font-size: 2.750em;
}

.ghost-content {
	background-color: rgba(53, 55, 51, 0.5);
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
	color: white;
	padding: 50px;
}

.ghost-content p {

	font-size: 1.500em;
}

.read-more {
	text-transform: uppercase;
	font-size: 1.875em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 400;
	display: block;
	cursor:pointer;
	margin: 20px 0;
}

.read-more-services {
	text-transform: uppercase;
	font-size: 1.500em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 400;
	display: block;
	cursor:pointer;
	margin: 20px 0;
}

.main-content {
	margin: 100px auto;
	height: auto;
	width: 85%;
}

.main-content hr.black {
	height: 1px;
	background-color: black;
}

.main-content hr.green {
	height: 1px;
	background-color: rgba(91, 121, 78, 0.5);
}

.staff-names {
	text-transform: uppercase;
	font-size: 1.875em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
}

.staff-bio {
	font-size: 1.375em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
}

.bio-icons {
	margin: 15px 5px 5px 0;
}

.prop-names {
	text-transform: uppercase;
	font-size: 1.500em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
}

.more-content {
	display: none;
}

.center {
	text-align: center;
}

.padding-left {
	padding-left: 50px;
}

.margin-bottom {
	margin-bottom: 75px;
}

.margin-top {
	margin-top: 75px;
}

#contact-form input, #contact-form textarea {
	width: 75%;
	background-color: #e1e1e1;
	border: none;
	font-size: 1.75em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
	padding: 10px;

}

#contact-form textarea {
	height: 400px;
}

#contact-form input.blk-btn {
	background-color: black;
	color: white;
	width: auto;
	display: block;
	margin-top: 30px;
	padding: 5px 20px;
	cursor: pointer;
}

#contact-form label {
	display: block;
	text-transform: uppercase;
	font-size: 3em;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
	margin-top: 20px;
}

.green-btn {
	background-color: rgba(91, 121, 78, 0.5);
	padding: 10px;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 400;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin:10px 0;
	text-transform: uppercase;
}

.green-btn:hover {
	text-decoration: none;
	color: #e1e1e1;
	}

h2 {
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
	color: black;
	font-size: 3.000em;
}


footer {
	background-color: black;
	height: 125px;

}

footer p.footer-text {
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: 'GeosansLight', sans-serif;
	font-weight: 300;
	font-size: 1.500em;
}

footer p.footer-text a {
	color: white;
}

footer p.footer-text a:hover {
	color: #e1e1e1;;
}

footer p.footer-text a.active {
	color:#5b794e;
}

@media only screen and (max-width: 990px) {
    nav {
        float: none;
    }

    header {
    	padding-left: 0;
    	padding-right: 0;
    	margin-left: auto;
    	margin-right: auto;
    }

    .menu {
    	margin-top: 20px;
    }

}

@media only screen and (max-width: 550px) {
	.ghost-holder h1, .ghost-holder h3 {
    	font-size: 2em;
    	font-family: 'GeosansLight', sans-serif;
    	padding: 10px;
    	
    }

    .ghost-holder {
    	width: 95%;
    }

    .ghost-content {
    	padding: 5px;
    }

    .menu {
    	text-align: center;
    }

    .menu li {
		list-style-type: none;
		display: block;
	}

    .logo {
    	margin: 0 auto;
    	text-align: center;
    	display: block;
    	height: auto;
    	max-width: 100%;

    }

    .main-content h2 {
    	font-size: 1.75em;
    	margin-bottom: 25px;
    }

    .staff-names {
    	font-size: 1.5em;
    }

    #contact-form label {
    	font-size: 1.5em;
    }

    #contact-form input {
    	font-size: 1.25em;
    }

    #contact-form input, #contact-form textarea {
		width: 100%;
	}

	footer {
		height: auto;
	}

	.banner-services, .banner-about, .banner-about-sub, .banner-contact {
		min-height: auto;
		padding-top: 10px;
	}

	.banner-home {
		min-height: 400px;
		padding-top: 10px;
	}

	.main-content {
		margin: 25px auto;
		height: auto;
		width: 95%;
	}

	.bio-icons {
		width: 32px;
		margin-top: 5px;
	}

	.read-more, .read-more-services {
		font-size: 1.25em;
		margin: 5px 0;
	}

	.margin-top {
		margin-top: 25px;
	}

	.margin-bottom {
    	margin-bottom: 25px;
	}

}