
@import url(css);
@import url(css-1);
/* @import 'https://fonts.googleapis.com/css?family=Abril+Fatface'; */
/* @import 'https://fonts.googleapis.com/css?family=Cinzel'; */

* {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */ /* creates horizontal menu problems */
}

body, html {
	margin: 0px;
	padding: 0px;
	font: 1em 'Open Sans', Arial, helvetica, sans-serif; /* 62.5% 1.4em = 1.4pt? */
	/* background-color: #F4F4F4; */
}



/* ###NEW### */
#page {
	max-width: 1280px;
	margin: 0px auto;
	/* flex-grow: 0; */
}
#fill {
	height: 800px;
}
@media (min-width: 900px) { 
	#fill {
		height: 1200px;
	}
}
@media (min-width: 1200px) { 
	#fill {
		height: 1600px;
	}
}



.home-box {
	background: #F4F4F4;
}

.page-box-home {
	background: #F4F4F4;
}

.home-box-img-left {
	border: 1px solid #003366;
}

.home-box-img-right {
	border: 1px solid #003366;
}

.read-more {
	font: 1em 'Open Sans', Arial, helvetica, sans-serif; /* 62.5% 1.4em = 1.4pt? */
	font-weight: 700;
	color: #003366;	
}

/*
.read-more a, a:link, a:visited {
	text-decoration: none;
	color: #003366;	
}
*/

#content a {
	text-decoration: none;
	border-bottom: 2px solid #4477CC; /* #f8a4b4 */
	box-shadow: inset 0 -4px 0 #4477CC; /* #f8a4b4 */
	color: inherit;
	/* -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
	transition: background .15s cubic-bezier(.33,.66,.66,1); */
}

#content a:hover, #content a:focus, #content a:active {
	border-top: 1px solid #4477CC; /* f8a4b4 */
	background: #4477CC; /* 225599 */
}

#content {
	/* position: relative; */

	margin: 0;
	padding: 30px;
	margin-top: 96px;
	border: 0px solid red;

}

#content p {
	margin: 0;
	margin-bottom: 15px;
	border: 0px solid red;
}

.initial {
	margin-top: 30px;

}

.initial:first-letter {
	font-family: Georgia, Times, serif;
	font-size: 2.5em;
	/* line-height: 0em; */
	font-weight: bold;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	padding: 4px 8px;
	border: 3px double #EEEEEE;
	border-radius: 4px;
	color: #EEEEEE;
	background-color: #000000;
}

.initial:first-line {
	font-weight: bold;
	/* line-height: 1em; */
}

#content h2 {
/*
	font: 2.5em 'Abril Fatface', Oswald, Arial, helvetica, sans-serif;
	font-weight: 400;
*/
	/* text-transform: uppercase; */

/*
	font: 2.5em 'Cinzel', Oswald, Arial, helvetica, sans-serif;
	font-weight: 600;
	font-variant: small-caps;
*/


	font: 1.5em Oswald, Arial, helvetica, sans-serif;
	font-weight: 600;

	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px solid brown;
}

#footer {
	clear: both;
	width: 100%;
	font-size: .75em;
	/* font-family: 'Arial Black', Helvetica, sans-serif; */
	/* font-weight: bold; */
	font: 1em 'Open Sans', Arial, helvetica, sans-serif; /* 62.5% 1.4em = 1.4pt? */
	font-weight: 700;
	color: #F4F4F4;
	text-align: center;
	border: 0px solid green;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#map {
	width: 90%;
	height: 400px;
}

#nav {

	position: fixed;
	top: 0px;
	
	/* overflow: auto; */ /* needed to extend parent height to bottom of child for background color */

	width: 100%;
	max-width: 1280px; /* ###NEW### */

	/* text-align: left; */
	margin: 0;
	padding: 0;
	background-color: #003366; /* 333333 */

	box-shadow: 0px 0px 4px 2px #225599; /* 888888 */

}

#logo {
	display: block;
	float: left;

	margin-right: 0px; /* 20px */

/*
	font: 1.5em 'Arial Black', Gadget, sans-serif;
	color: #FFFFFF;
	line-height: 72px;
*/

/*
	height: 96px;
	width: 200px;
	
	background-image: url("gfx/Web-Logo-Render-3c.png");
	background-size: auto 80px;
*/
}

#logo-image {

}

.menu-nav {
	/*display: none;*/
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0;
	/* float: right; */
	list-style-type: none; /* gets rid of disks, etc */
	text-align: center;
}

/*
.menu-nav li {
	margin: 0;
	padding: 0;
	font: 1.5em 'Arial Black', Gadget, sans-serif;
	width: 100%;

}
*/

.menu-nav li:first-child {
	margin-top: 20px;
}
.menu-nav li:last-child {
	margin-bottom: 20px;
}

.menu-nav li a {
  display: inline-block;
  text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	/* font: 1.5em 'Arial Black', Gadget, sans-serif; */

	font: 1.5em Oswald, Arial, helvetica, sans-serif;
	font-weight: 600;

	text-decoration: none;
	/* font-variant: small-caps; */

	color: #FFFFFF;
	width: 100%;

}

.menu-nav li a:hover {
	/* color: #003366; */
	background-color: #225599;
	transition: background-color 0.2s ease-in-out; 
}


#menu {
	display: block;
	width: 100%;
	/* float: left; */
}

#menu-result {
	display: none;
	margin: 0px auto;
	padding: 20px;
	width: 200px;
	height: 60px;
	background-color: #FFCCCC;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
	font: 2em 'Arial Black', Gadget, sans-serif;

}


/* clickable icon */

.menu-checkbox {
	display: none; /*Hide input element*/
} 

.menu-label { 
	display: block;
	float: right;
	
	margin: 32px 20px; /* positioning */
	padding: 0;

	width: 32px; /* size */
	height: 32px;
	
	background: url('gfx/menu-128.png') no-repeat;
	background-color: #003366;
	background-size: contain;
	
	cursor: pointer;
	
	/* color: #FFCCCC; */

}


/* *** Mobile Width *** */
@media (max-width: 769px) {

	body {
		background-color: #F4F4F4;
	}
	
	.home-box-img-left {
		float: left;
		margin-right: 12px;
		margin-bottom: 8px;
		border: 1px solid #003366;
	}

	.home-box-img-right {
		float: right;
		margin-left: 12px;
		margin-bottom: 8px;
		border: 1px solid #003366;
	}

	.page-img-left {
		/* float: left; */
		/* margin-right: 18px; */
		display:block; /* to center for mobile */
		margin: 0px auto;
		margin-bottom: 12px;
		border: 1px solid #003366;
	}

	.page-img-right {
		/* float: left; */
		/* margin-right: 18px; */
		display:block; /* to center for mobile */
		margin: 0px auto;
		margin-bottom: 12px;
		border: 1px solid #003366;
	}

	#footer {
		color: #000000;
	}

	.menu-nav {
		clear: both; /* position below menu button */

		border-top: 1px solid #225599; /* 888888 */

		overflow: hidden;
		max-height: 0px;
		transition: max-height 0.6s ease-in-out; /* grow/shrink menu ul */

	}

	/* click actions on siblings */

	/* Not Checked */
	.menu-checkbox:not(checked) ~ .menu-label {
		background: url('gfx/menu-128.png') no-repeat;
		background-color: #003366;
		background-size: contain;
	}
	.menu-checkbox:not(checked) ~ .menu-nav {
		/*display: none;*/
		max-height: 0px;
		/* margin-bottom: 0px; */

		/*transform: scaleY(0.5);*/

	}

	/* Checked */
	.menu-checkbox:checked ~ .menu-label {       
		background: url('gfx/x-mark-128.png') no-repeat;
		background-color: #003366;
		background-size: contain;
	}
	.menu-checkbox:checked ~ .menu-nav {
		/*display: inline-block;*/
		max-height: 400px;
		/* margin-bottom: 20px; */
		/*transform: scaleY(1.5);*/
	}

}

/* *** Desktop Width *** */
@media (min-width: 770px) { /* 48em */

/*
	.nav {
		overflow: hidden;
		overflow-y: hidden;
	}
*/

	body {
		margin: 0px;
		padding: 0px;
		background-image: url(gfx/windmills_comp.jpg); /* windmills2.jpg */
		/* background-size: cover; */
		background-size: 100% 100%;
		background-repeat: no-repeat;
    background-attachment: fixed;
	}

	.aboutthefirm {
		background-image: url(gfx/pylon_comp.jpg); /* pylon.jpg */
	}

	.whoweare {
		background-image: url(gfx/oldschool_comp.jpg); /* oldschool.jpg */
	}

	.contactus {
		background-image: url(gfx/solar_comp.jpg); /* solars2.jpg */
	}

	#content {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		max-width: 1200px;
	}



	#home-wrap {
		width: 80%;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		/* border: 1px solid yellow; */
		height: 800px;

	}

	.home-box {
		float: left;
		margin: 20px;
		padding: 20px;
		width: 35%;
		text-align: center;
		/* height: 400px; */
		background: rgba(255,255,255,0.85);
		border-radius: 12px;

		display: inline-block;
    height: 100%;
	}

	.page-box-home {
		margin: 10px auto 20px auto;
		padding: 20px;
		width: 80%;
		text-align: left;
		background: rgba(255,255,255,0.85);
		border-radius: 12px;
    overflow: hidden;
	}

	.page-box {
		margin: 10px auto;
		padding: 20px;
		width: 80%;
		text-align: left;
		background: rgba(255,255,255,0.85);
		border-radius: 12px;
    overflow: hidden;
	}

	.page-img-left {
		float: left;
		/* clear: both; */
		/* float: clear; */
		margin-right: 18px;
		margin-bottom: 6px;
		border: 1px solid #003366;
	}

	.page-img-right {
		float: right;
		/* clear: both; */
		/* float: clear; */
		margin-left: 18px;
		margin-bottom: 6px;
		border: 1px solid #003366;
	}

	.home-box-img-left {
		/*float: left;*/
		/* clear: both; */
		/* float: clear; */
		/* margin-right: 12px;
		margin-bottom: 8px; */
		border: 1px solid #003366;
	}

	.home-box-img-right {
		/*float: left;*/
		/* clear: both; */
		/* float: clear; */
		/* margin-right: 12px;
		margin-bottom: 8px; */
		border: 1px solid #003366;
	}

	.menu-label {
		display: none;
	}
	
	#logo {
		float: left;
		margin-left: 0px; /* 20px */
		height: 96px;

		border: 0px solid blue;
	}

	.menu-nav {
		display: block;
		height: 96px;

		max-height: 200px;
		float: right;
		border-top: 0px;
		/* width: auto; */
		text-align: right;
		
		width: 488px;
		
		margin-right: 0px;

		border: 0px solid green;

	}

	.menu-nav li {
		float: left;
		text-align: center;
		padding: 0px 0px; /* 0px 20px */
		
		width: 120px;

		border: 0px solid red;
	}

	.menu-nav li:last-child {
		padding-right: 0px; /* 40px */
	}

	.menu-nav li a {
		display: block;
		padding: 0px 0px; /* 0px 20px */
		border-left: 1px solid #225599; /* 888888 */
		text-align: center;

		/* font: 0.85em 'Arial Black', Gadget, sans-serif; */

		/* font: 1.5em Oswald, Arial, helvetica, sans-serif; */
		font: 1.2em Oswald, Arial, helvetica, sans-serif;
		font-weight: 600;

		line-height: 96px;

	}

	.menu-nav li:first-child {
		margin-top: 0px;
	}
	.menu-nav li:last-child {
		margin-bottom: 0px;
	}

}