body {
	background-color: #FAF9F6;
	font-family: 'Raleway', Helvetica, 'sans-serif';
	margin:0;
	color: #666666;
	font-size: 17px;
	line-height: 150%;
	padding: 0;
    /*background-image: url('/img/halftone.png');*/
    /*background-image: url('/img/topographic-map-absract-vector.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover; */
}
	 
#post p {
    font-family: Merriweather, Georgia, Garamond, serif;
    font-size: 16px;
    line-height: 2.0;
    margin: 15px 0 30px 0;
}

p {
    margin: 10px 0 15px 0;
}

p.meta {
    font-family: 'Raleway', Helvetica, 'sans-serif' !important;
    font-size: 14px !important;
}

a {
    font-weight: 400;
    -o-transition: color .2s ease-out, background .2s ease-out;
    -ms-transition: color .2s ease-out, background .2s ease-out;
    -moz-transition: color .2s ease-out, background .2s ease-out;
    -webkit-transition: color .2s ease-out, background .2s ease-out;
    transition: color .2s ease-out, background .2s ease-out;
}	
	
a:link, a:visited {
	color: #db465c;
	text-decoration: none;
}

a:hover, a:active {
    color: #db465c;
    text-decoration: underline;
}
	
#header {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
	width: 100%;
    height: 50px;
	margin: 0px;
    background-color: #E5E2DF;
    box-shadow: 0px 1px 5px rgba(20,20,20,0.2);
    -webkit-box-shadow: 0px 1px 5px rgba(20,20,20,0.2);
}	

.home-header {

}

.header-link, .header-link a {
    display: inline-block;
}

.header-link {

}

.header-link a {
    height: 50px;
    padding: 13px 12px;
    /*background-color: #D9D6D4;*/
}

.header-link a:link, .header-link a:visited {
    	color: #666;
    	text-decoration: none;
    }
    
.header-link a:hover, .header-link a:active {
	    color: #333;
        background-color: #C4C1BF;
    	text-decoration: none;
    }

.email-link a {
    margin: 0 30px;
}
    
.email-link a:link, .email-link a:visited {
    background-color: #db465c;
    color: #fff;
}

.email-link a:hover, .email-link a:active {
    background-color: #5B5B5B;
}

.social-link a {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    padding: 4px 8px;
}

.post-list li > a:link, .post-list li > a:visited {
        	color: #666;
        }

.post-list li > a:hover, .post-list li > a:active {
    	    color: #db465c;
        }    

#logo {
    float: left;
    /*background-color: #5B5B5B;*/
}

#logo img {
    margin-top: 5px;
    margin-left: 5px;
    max-height: 38px;
}

.logoimg.all{

}
.logoimg.small {
    display: none;
}

#nav {
    display: inline-block;
    width: 170px;
    margin: 0px 5px;
    position: absolute;
    right: 260px;
}

#social {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 51px;
}


.border {
	border: #cecece solid 1px;
}		
	
.nav-links {
	color: #afafaf;
	font-weight: 300;
	line-height: 170%;
    font-size: 14px;
    text-transform: uppercase;
}

.social-link {
    font-size: 16px;
}

.section {
	margin-bottom:60px;
}

.text {
    background-color: #fff;
    padding: 20px;
}


/* INDEX INTRO */
.announcement .container {
    /*padding: 0px !important;*/
}

.announcement {
    background-color: #777;
    min-height: 60px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-top: 50px;
    padding: 0px !important;
}

.announce-wrapper {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.announce-msg {
    display: inline-block;
    width: 71%;
    font-size: 14px;
    margin: 0px 10px 10px 0px;
}

.announce-btn-a {
    float: right;
    width: 24%;
    min-width: 108px;
    text-align: center;
    font-weight: 700;
    height: 60px;
    color: #fff !important;
    vertical-align: top;
}

.announce-btn {
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 20px;
    padding: 20px 15px;
}

a.announce-btn-a:active, a.announce-btn-a:hover{
    text-decoration: none;
}

#announce-background-btn {
    background-image: url('/img/announce-background-energy.png');
    background-repeat: no-repeat;
    background-position: 50% 35%; 
    background-size: cover;
    opacity: 0.8;
    box-shadow: 0px 0px 5px rgba(20,20,20,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(20,20,20,0.5);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#announce-background-btn:hover {
    opacity: 1.0;
}

.about {
    margin-bottom: 50px;
}

.about-logo {
    padding: 60px 0;
}

.about-logo img {
    width: 160px;
}

.about-halftone {
    /*background-color: #fff;
    padding: 50px 75px;*/
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4em;
}

.about-halftone p {
    margin: 0;
}
 
.about-email {
    text-align: center;
    background-color: #db465c;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.about-email a {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-email i {
    font-size: 72px;
    line-height: 82px;
}

.about-email:hover {
    background-color: #5B5B5B;
}

.email-prompt {
    font-family: 'brandon-grotesque';
    font-size: 36px;
    font-weight: 400;
     color: #fff;
}

/*.lead-type {
    font-size: 36px;
    font-weight: 400;
}*/

.email-prompt img {
    margin-bottom: 10px;
}

/* PROJECT STYLING */

.projects {
    display: inline;
}

.project-goal-block {
    color: #fff;
    margin: 0px 0px 30px 0px;
}

.project-goal-block a {
    color: #fff;
}

.goal-bg {
    height: 235px;
    width: 270px;
    padding: 0px;
    margin: 0px 10px 10px 0px;
    display: inline-block;

}

.goal-1 .goal-bg {
    background-color: rgba(130, 125, 161,1.0);
}

.goal-1 .project-info {
    background-color: rgba(130, 125, 161,0.65);
}

.goal-2 .goal-bg {
    background-color: rgba(105, 143, 141,1.0);
}

.goal-2 .project-info {
    background-color: rgba(105, 143, 141,0.65);
}

.goal-3 .goal-bg {
    background-color: rgba(208, 139, 92,1.0);
}

.goal-3 .project-info {
    background-color: rgba(208, 139, 92,0.65);
}

.goal-4 .goal-bg {
    background-color: rgba(86, 126, 163,1.0);
}

.goal-4 .project-info {
    background-color: rgba(86, 126, 163,0.65);
}

.goal-5 .goal-bg {
    background-color: rgba(190, 105, 130,1.0);
}

.goal-5 .project-info {
    background-color: rgba(190, 105, 130,0.65);
}



.project {
    width: 175px;
    height: 235px;
    display: inline-block;
    margin-right: 5px;
    padding: 15px;
    vertical-align: top;    
    margin-bottom: 10px;
}

.goal-title {
    font-size: 36px;
    line-height: 1.4;
    padding: 20px;
    width: 270px;
    font-weight: 700;
    overflow: hidden;
}

.project-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-desc {
    position: absolute;
    bottom: 10px;
}

.goal-desc, .project-desc {
    font-size: 14px;
}

.goal-desc, .goal-title {
    display: inline-block;
    height: 235px;
}

.goal-desc {
    display: none;
    width: 120px;
    background-color: rgba(0,0,0,0.10);
    vertical-align: top;
    padding: 10px;
}

.project-info {
    position: absolute;
    height: 235px;
    width: 175px;
    margin: -15px;
    padding: 15px;
    -o-transition: opacity .2s ease-out, background .2s ease-out;
    -ms-transition: opacity .2s ease-out, background .2s ease-out;
    -moz-transition: opacity .2s ease-out, background .2s ease-out;
    -webkit-transition: opacity .2s ease-out, background .2s ease-out;
    transition: opacity .2s ease-out, background 1s ease-out;
}

.project-image {
    position: absolute;
    opacity: 1.0;
    height: 235px;
    width: 175px;
    margin: -15px;
}

.project-info:hover {
    opacity: 0.2;
}


.example {
	width:100%;
	margin-bottom: 40px;
    font-weight: 300;
}

.preview {
	width:100%;
	background-position: center; 
	background-repeat: no-repeat;
	background-color: #cecece;
    margin-bottom: 20px;
}

.preview img {
    width: 100%;
}

.project-field {
    display: inline-block;
    border-left: 6px solid #E5E2DF;
    padding: 5px 0px 5px 15px;
    font-weight: 500;
    margin: 0px 20px 0px 0px;
}

.project-field-desc {
    font-size: 12px;
}

h1, h2, h3, h4 {
    font-size: 20px;
    font-family: "brandon-grotesque", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #db475d;
    letter-spacing: -1px;
    text-shadow: 1px 2px 5px rgba(143, 143, 143, 0.3);
}

h2 {
    font-size: 45px;
    background-color: #DC465C;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
}

h3 {
    font-size: 22px;
}

.title {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 17px;
	font-weight: 600;
}

.description {
	color: #8F8F8F;
	font-weight: 300;
	margin-left: 10px;
}

.detail-text {
    color: #8F8F8F;
    font-size: 12px;
	font-weight: 300;
	font-style: italic;
}

.bold-text {
    font-weight: 600;
}

#about-us .title {
    clear: both;
}

#footer {
	width:100%;
	height: 100px;
	border-bottom: solid 8px #666;
}

.portrait {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
/*    border: 10px solid #db475e;*/
    margin-bottom: 5px;
}

.clearfix {
    clear: both;
}

.quote {
    font-size: 36px;
    margin: 30px 0px 30px 0px;
    line-height: 36px;
}

#content {
    margin: 80px auto 0 auto;
    max-width: 840px;
}

.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-list li {
    background-color: #fff;
    margin-bottom: 8px;
    padding: 3px 5px 3px 5px;
    -o-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.post-list-date {
    color: #bbb;
    font-style: italic;
}

#post {
    max-width: 700px;
    margin: 0 auto 0 auto;
}

.twitter-tweet {
    margin: 10px auto !important;
}




/* PROJECT PAGES */

.preview {
    position: relative;
}

.launch-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(229,226,223,0.15); 
}

.launch-btn {
    color: #fff;
    width: 150px;
    height: 80px;
    margin: 15% auto;
    background-color: rgba(0,0,0,0.8);
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -o-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -ms-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.launch-container:hover .launch-btn {
    opacity: 0.8;
}

.launch-btn i {
    font-size: 40px;
}

.project-assets img {
    max-width: 185px;
    max-height: 200px;
    margin: 0px 10px 10px 0px;
    box-shadow: 0px 1px 3px rgba(20,20,20,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(20,20,20,0.2);
}

.modal-dialog {
    margin: 60px auto !important;
}


/* RESPONSIVE */

@media (max-width: 360px) { 
    .nav-link:nth-child(1){
        display: none;
    }    
    .nav-link:nth-child(2){
        float: right;
    }    
}

@media (max-width: 430px) { 
    .project {
        margin-right: 0px;
    }
    .project, .project-image, .project-info {
        width: 270px;
        height: 160px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) { 
    body {
        font-size: 14px;
    }
    
    .title {
        font-size: 14px;
    }

    .email-link {
        display:none;
    }
    #nav {
        right: 112px;
    }
    #social {
        top: 9px;
    }
    #post p {
        font-size: 14px;
    }

    .introtext {
    	font-size: 12px;
    }

    .about-logo {
        text-align: center;
    }
    .logoimg.all {
        display: none;
    }
    .logoimg.small {
        display: inline;
    }
    h2 {
        font-size: 30px;
    }
    
    .container {
        margin: 0px 10px 0px 10px;
    }

    .about-halftone {
        font-size: 24px;
    }
    .announce-msg {
        width: 100%
    }
    .announce-btn-a {
        float: none;
    }

}
 

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
    .email-link {
        display:none;
    }

    #nav {
        right: 112px;
    }
    #social {
        top: 9px;
    }

    #post p {
        font-size: 14px;
    }

    .introtext {
    	font-size: 14px;
    }

    .about-logo {
        text-align: center;
    }
    
    h2 {
        font-size: 30px;
    }
    
    .container {
        margin: 0px 10px 0px 10px;
    }

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {     
    .introtext {
    	font-size: 14px;
    }
    .about-logo {
        text-align: center;
    }
}


/*Desktop */
@media (min-width: 980px) and (max-width: 1214px) {  

}

/* Very Large desktop */
@media (min-width: 1215px) {  

}
