body {
	margin:0;
	background-color:#fff;
	font-family: 'EB Garamond', serif;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background-color: #FF0000;
}

h1 {
	font-size: 2.7em;
	font-weight: normal;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.7em;
	font-weight: normal;
	color:#FF0000;
}

p {
	font-size: 1.3em;
}

li {
	font-size: 1.3em;
}


/************************************************************************************
wider than 1000
*************************************************************************************/

#header {
 	width: 100%;
	background-color: #fff;
	overflow: hidden;
 }	

#logo {
	width: 17%;
	float:left;
	background-color: #fff;
}

#navigation {
	width: 68%;
	margin: 20px 0 0 0;
	float: left;
	background-color: #fff;
	text-align: center;
}

#telephone {
	width: 15%;
	float: left;
	padding: 10px 20px 0 0;
	background-color: #fff;
	color: #FF0000;
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	line-height: 40px;
}


#top-container {
	position: relative;
	width:100%;
	height: 460px;
	margin: 0 auto;
	background-color: #333333;
	overflow: auto;
}

#top-photo {
	position: absolute;
	top: 0;
    right: 2%;
	z-index: 1;	
}

#top-photo img{
	width: auto;
	height: 100%;	
}

#aspen-welcome-text {
	position: absolute;
	top: 0;
    left: 8%;
	margin: 55px 0 0;
	padding: 20px;
	text-align: left;
	color: #fff;
	z-index: 2;
}

#top-bar {
	position: absolute;
	top: 0;
    width:100%;
	height: 20px;
	background-color:#fff;
  	opacity: 0.1;
  	filter: alpha(opacity=10);
	z-index: 3;
}

#bottom-bar {
	position: absolute;
	bottom: 0;
    width:100%;
	height: 20px;
	background-color:#fff;
  	opacity: 0.1;
  	filter: alpha(opacity=10);
	z-index: 3;
}

#welcome {
	width: 100%;
	text-align: center;
	padding: 40px 28%;
}

#mid-container {
	position: relative;
	width:100%;
	height: 460px;
	margin: 0 auto;
	background-color: #333333;
	overflow: hidden;
}

#mid-photo {
	position: absolute;
	top: 0;
	z-index: 1;	
}

#mid-photo img{
	height: 100%;
}

#core-values-text {
	position: absolute;
	right: 12%;
	bottom: 5%;
	padding: 55px 0 0;
	text-align: right;
	width: 30%;
	color: #595959;
	z-index: 2;
	font-size1: 1.2em;
}

#dark-grey-bar {
	width: 100%;
	height: 20px;
	background-color: #5C5C5C;
}

#energy-efficiency {
	width: 100%;
	text-align: center;
	padding: 40px 28%;
	color: #fff;
	background-color: #333;
}

#what-we-do {
	width: 100%;
	text-align: center;
	padding: 40px 18%;
	color: #333;
	background-color: #fff;
	overflow: auto;
}

#footer {
	width: 100%;
	text-align: center;
	padding: 40px 18%;
	color: #fff;
	background-color: #333;
	overflow: auto;
}

#footer a{
	color: #fff;
}

#footer img {
	margin: 12px 10px 12px 0;
}

#footer-address {
	width: 33.3%;
	text-align: left;
	padding: 0 0 0 40px;
	float: left;
}

#footer-links {
	width: 33.3%;
	text-align: left;
	padding: 22px 40px 0 40px;
	float: left;
}

#footer-disclaimer {
	width: 33.3%;
	text-align: left;
	padding: 22px 0 0 40px;
	float: left;
}

.small-text {
	font-size: 0.8em;
}

#aspen-photo {
	width: 100%;
	height: auto;
	overflow: auto;
}

#aspen-photo img {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #666;
}

.current-projects-photo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #666;
}

#general-content {
	width: 100%;
	text-align: center;
	padding: 40px 28%;
}

#general-content a{
	color: #000000;
	text-decoration: underline;
}

#disclaimer {
	width: 100%;
	text-align: left;
	padding: 40px 15%;
}

/************************************************************************************
between 521 and 1000
*************************************************************************************/

@media screen and (max-width: 1000px) {

#logo {
	width: 100%;
	clear: both;
	text-align: center;
}

#navigation {
	width: 100%;
	margin: 0;
	background-color: #fff;
	clear: both;
}

#telephone {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 20px;
	display: none;
}

#top-container {
	height: 400px;
	overflow: hidden;
}

#top-photo {
	width: 100%;
}

#top-photo img{
	width: 100%;
	height: auto;
}

#aspen-welcome-text {
	display: none;
}

#top-bar {
	position: absolute;
	top: 0;
    width:100%;
	height: 20px;
	background-color:#fff;
  	opacity: 0.1;
  	filter: alpha(opacity=10);
	z-index: 3;
}

#bottom-bar {
	position: absolute;
	bottom: 0;
    width:100%;
	height: 20px;
	background-color:#fff;
  	opacity: 0.1;
  	filter: alpha(opacity=10);
	z-index: 3;
}

#welcome {
	padding: 0 10%;
}

#core-values-text {
	display: none;
}

#energy-efficiency {
	padding: 0 10%;
	overflow: auto;
}

#what-we-do {
	padding: 0 5% 20px;
}

#footer {
	padding: 40px 5%;
}

#general-content {
	padding: 0 10%;
}

}


/************************************************************************************
smaller than 720
*************************************************************************************/

@media screen and (max-width:720px) {

#top-container {
	height: 200px;
	overflow: hidden;
}

#services {
	width: 100%;
	text-align: left;
	padding: 0 5%;
	float: none;
	display: block;
	clear: both;
}

#what-we-do {
	width: 100%;
	text-align: center;
	padding: 0 5%;
	float: none;
	display: block;
	clear: both;
}

#footer-address {
	width: 100%;
	text-align: center;
	padding: 0;
	display: block;
	clear: both;
}

#footer-links {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	display: block;
	clear: both;
}

#footer-disclaimer {
	width: 100%;
	text-align: center;
	padding: 0;
	display: block;
	clear: both;
}

}

/************************************************************************************
smaller than 480
*************************************************************************************/

@media screen and (max-width:480px) {

.current-projects-photo img {
	width: 100%;
	height: auto;
}
	
}
