body, html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color : rgb(255, 255, 255);
}

#page_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

#navigation {
        margin-top: 2em;
        width: auto;
        text-align: center;
        cursor: default;
}

.navigation_item {
        margin: .6em;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        font-size: 1.5em;
        font-weight: 300;
        color: rgb(0, 116, 217);
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
}

.navigation_item:hover {
        color: rgb(80, 80, 80);
}

/******************************
	"Intro" section
*******************************/

#intro_content {
	position: relative;
	width: 54em;
	height: 24em;
	margin-left: auto;
	margin-right: auto;
}

#profile_pic {
	position: absolute;
	top: 7em;
	left: 0em;
	width: 7em;
	height: 7em;
	background-color: rgb(255, 255, 255);
	background: url("images/profilePhoto.JPEG");
	background-size: 100%;
	border: 2px solid rgb(0, 116, 217);
	border-radius: 100px;
}

#intro_text_wrapper {
	position: absolute;
	top: 6.5em !important;
	right: 0em;
	width: 41em;
}

#intro_text {
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
	color: rgb(80, 80, 80);
}

/******************************
	"Projects" section
*******************************/

.projects_content {
	position: relative;
	width: 100%;
	margin-bottom: 4em;
}

#projects_top,
#projects_top_2 {
	display: flex;
	width: 100%;
}

#projects_bottom,
#projects_bottom_2 {
	display: flex;
	width: 100%;
	padding-top: 5em;
	margin-top: -.3em;
	opacity: 0;
	transition: all 0.8s ease;
}

#projects_bottom_2 {
	margin-top: -.4em;
}

.fade_into_place_projects_bottom,
.fade_into_place_projects_bottom_2,
.fade_into_place_projects_bottom_3 {
	padding-top: 0em !important;
	opacity: 1 !important;
}

.project_overlay_header {
	position: absolute;
	top: 1.5em;
	left: .5em;
	transition: all 0.5s ease;
	font-family: 'Lato', sans-serif;
        font-size: 1.1em;
	font-weight: 300;
	letter-spacing: .1em;
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: rgb(0, 116, 217);
	white-space: nowrap;
	padding: .5em;
	opacity: 0;
}

.project:hover .project_overlay_header,
.mobile .project_overlay_header {
	top: .5em;
	opacity: 1;
}

.project:hover .project_overlay_sub_header,
.mobile .project_overlay_sub_header {
	top: 3em;
	opacity: 1;
}

.project:hover .project_overlay_footer ,
.mobile .project_overlay_footer {
	bottom: 0.75em;
	opacity: 1;
}

.project_overlay_sub_header {
	position: absolute;
	top: 4em;
	left: .5em;
	transition: all 0.5s ease;
	font-family: 'Lato', sans-serif;
        font-size: 1.1em;
	font-weight: 300;
	letter-spacing: .1em;
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: rgb(0, 116, 217);
	white-space: nowrap;
	padding: .5em;
	opacity: 0;
}

.project_overlay_footer {
	position: absolute;
	bottom: 1.75em;
	left: .5em;
	right: .5em;
	transition: all 0.5s ease;
	font-family: 'Lato', sans-serif;
        font-size: 1.1em;
	font-weight: 300;
	letter-spacing: .1em;
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: rgb(0, 116, 217);
	white-space: nowrap;
	padding: .5em;
	opacity: 0;
}

.project_img {
	width: 100%;
}

.project_estimation {
	position: relative;
	display: inline-block;
	width: 65%;
	width: 64.8%;
	width: 64.7%;
	cursor: pointer;
}

.project_estimation_2 {
	position: relative;
	display: inline-block;
	width: 69.5%;
	cursor: pointer;
}

.projects_upper_right {
	display: inline-block;
	width: 35%;
	width: 35.2%;
	width: 35.3%;
}

.projects_upper_right_2 {
	display: inline-block;
	width: 30.6%;
}

.project_clientell {
	position: relative;
	width: 100%;
	cursor: pointer;
	margin-bottom: -.3em;
}

.project_donor_impact {
	position: relative;
	width: 100%;
	cursor: pointer;
	border-top: 1px solid rgb(245, 245, 245);
}

.projects_lower_left {
	display: inline-block;
	width: 35%;

	width: 30.6%;
}

.projects_lower_left_2 {
	display: inline-block;
	width: 50%;
	width: 47.86%;
	width: 47.85%;
}

.project_hvac {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.project_secret {
	position: relative;
	width: 100%;
	cursor: default;
	cursor: pointer;
	margin-top: -.12em;
	margin-top: -.3em;
}

.project_mevron {
	position: relative;
	width: 50%;
	width: 52.14%;
	width: 52.15%;
	cursor: pointer;
	cursor: default;
}

.project_jobs {
	position: relative;
	width: 65%;
	cursor: pointer;
	cursor: default;

	width: 69.5%;
}
.project_jobs .project_img {
/*	border-bottom: 1px solid rgb(245, 245, 245); */
}
.project_secret .project_img {
/*	border-bottom: 1px solid rgb(245, 245, 245); */
}
.project_estimation .project_img,
.project_hvac:not(.project_s) .project_img,
.project_mevron .project_img {
	border-bottom: 1px solid rgb(245, 245, 245);
}

.bottom_comp {
	margin-bottom: .3em;
}

.donor_comp {
	bottom: -.6em;
}

/******************************
	"IN DEPTH" section
*******************************/

#skills_content {
	position: relative;
	width: 54em;
	height: 104em;
	margin-left: auto;
	margin-right: auto;
}

#skills_header_wrapper {
	position: absolute;
	top: 5em;
	left: 0em;
}

#skills_header {
	font-family: 'Montserrat', sans-serif;
        font-size: 1.9em;
	font-weight: 300;
	color: rgb(0, 116, 217);
}

#skills_text_wrapper {
	position: absolute;
	top: 5em;
	right: 0em;
	width: 40em;
}

.bottom_text {
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
	color: rgb(80, 80, 80);
}

.bottom_text_sub_header {
	margin-top: 2em;
	margin-bottom: .4em;
	font-family: 'Montserrat', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	color: rgb(0, 116, 217);
}

.bold_color {
	color: rgb(0, 116, 217);
	text-decoration: none;
}

/******************************
	"HIRE ME" section
*******************************/

#hire_content {
	position: relative;
	width: 54em;
	height: 15em;
	margin-left: auto;
	margin-right: auto;
}

#hire_header_wrapper {
	position: absolute;
	top: 5em;
	left: 0em;
}

#hire_header {
	font-family: 'Montserrat', sans-serif;
        font-size: 1.9em;
	font-weight: 300;
	color: rgb(0, 116, 217);
}

#hire_text_wrapper {
	position: absolute;
	top: 5em;
	right: 0em;
	width: 40em;
}

/******************************
	"CONTACT" section
*******************************/

#contact_content {
	position: relative;
	width: 54em;
	height: 34em;
	margin-left: auto;
	margin-right: auto;
}

#contact_header_wrapper {
	position: absolute;
	top: 5em;
	left: 0em;
}

#contact_header {
	font-family: 'Montserrat', sans-serif;
        font-size: 1.9em;
	font-weight: 300;
	color: rgb(0, 116, 217);
}

#contact_text_wrapper {
	position: absolute;
	top: 5em;
	right: 0em;
	width: 40em;
}

.contact_info {
	margin-top: 2em;
}

.contact_link {
	text-decoration: none;
	margin-bottom: .4em;
	cursor: pointer;
	display: block;
	color: rgb(80, 80, 80);
	font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
	font-weight: 300;
	transition: all 0.2s ease;
	word-break: break-all;
}

.contact_link:hover {
	color: rgb(0, 116, 217);
}

/******************************
	footer section
*******************************/

#footer_content {
	position: relative;
	width: 54em;
	height: 20em;
	margin-left: auto;
	margin-right: auto;
}

#line_break {
	height: 0em;
	width: 100%;
	border-bottom: 1px solid rgb(80, 80, 80);
}

#footer_header_wrapper {
	position: absolute;
	top: 5em;
	left: 0em;
}

.footer_header {
	margin-bottom: .4em;
}

#footer_text_wrapper {
	position: absolute;
	top: 5em;
	right: 0em;
	width: 40em;
}

.footer_text {
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
        line-height: 1.4em;
	font-weight: 300;
	color: rgb(80, 80, 80);
}

.footer_link {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 300;
	color: rgb(0, 116, 217);
	cursor: pointer;
	transition: all 0.2s ease;
}

.footer_link:hover {
	color: rgb(80, 80, 80);
}

@media (max-width: 56em) {

	/******************************
		"Intro" section
	*******************************/
	#intro_content {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
	}

	#profile_pic {
		position: relative;
		top: 0 !important;
		margin-top: 3em;
		margin-left: auto;
		margin-right: auto;
	}

	#intro_text_wrapper {
		position: relative;
		top: 0 !important;
		width: auto;
		margin: 2em;
		margin-top: 3em;
		margin-bottom: 2em;
	}

	/******************************
		"Projects" section
	*******************************/

	#projects_top,
	#projects_top_2 {
		display: block;
		margin-top: 0em !important;
	}

	#projects_bottom,
	#projects_bottom_2 {
		display: block;
		opacity: 1 !important;
		padding-top: 0em !important;
/*		margin-top: 0em !important; */
	}

	.project_bottom_2 {
		margin-top: -.4em;
	}

	.project_estimation,
	.project_estimation_2 {
		width: 100%;
	}

	.projects_upper_right,
	.projects_upper_right_2 {
		width: 100%;
	}

	.projects_upper_right {
		margin-top: -.4em;
	}

	.project_clientell {
		margin-top: -.4em;
		margin-bottom: -.4em;
	}

	.projects_lower_left,
	.projects_lower_left_2 {
		width: 100%;
	}

	.project_secret {
                margin-top: -.4em;
        }

	.project_c {
		margin-top: -.1em;
	}

	.project_jobs,
	.project_mevron {
		width: 100%;
	}

	.project_jobs {
                margin-top: -.45em;
        }

	/******************************
		"IN DEPTH" section
	*******************************/

	#skills_content {
		width: 100%;
		height: auto;
		margin-bottom: 4em;
	}

	#skills_header_wrapper {
		position: relative;
		margin-left: 2em;
		top: 0em !important;
		padding-top: 0em !important;
	}

	#skills_text_wrapper {
		position: relative;
		width: auto;
		margin-left: 2em;
		margin-right: 2em;
		top: 0em !important;
		padding-top: 2em !important;
	}

	/******************************
		"HIRE ME" section
	*******************************/

	#hire_content {
		width: 100%;
		height: auto;
		margin-bottom: 4em;
	}

	#hire_header_wrapper {
		position: relative;
		margin-left: 2em;
		top: 0em !important;
		padding-top: 0em !important;
	}

	#hire_text_wrapper {
		position: relative;
		width: auto;
		margin-left: 2em;
		margin-right: 2em;
		top: 0em !important;
		padding-top: 2em !important;
	}

	/******************************
		"CONTACT" section
	*******************************/

	#contact_content {
		width: 100%;
		height: auto;
	}

	#contact_header_wrapper {
		position: relative;
		margin-left: 2em;
		top: 0em !important;
		padding-top: 0em !important;
	}

	#contact_text_wrapper {
		position: relative;
		width: auto;
		margin-left: 2em;
		margin-right: 2em;
		top: 0em !important;
		padding-top: 2em !important;
	}

	#contact_intro {
		padding-top: 0em !important;
	}

	/******************************
		footer section
	*******************************/

	#footer_content {
		width: 100%;
		height: auto;
		margin-top: 4em;
		margin-bottom: 4em;
	}

	#line_break {
		width: auto;
		margin-left: 2em;
		margin-right: 2em;;
	}

	#footer_header_wrapper {
		position: relative;
		top: 0em !important;
		margin-top: 4em;
		margin-bottom: 4em;
	}

	.footer_header {
		text-align: center;
	}

	#footer_text_wrapper {
		position: relative;
		top: 0em !important;
		width: auto;
		margin-left: 2em;
		margin-right: 2em;;
		text-align: center;
	}
}

@media (max-width: 34em) {
	#profile_pic {
		width: 6em;
		height: 6em;
	}

	#intro_text_wrapper {
		margin-left: 1em;
		margin-right: 1em;
	}

	#intro_text {
	        font-size: 1.2em;
	}

	.project_overlay_header {
	        font-size: .7em;
	}

	.project_overlay_sub_header {
	        font-size: .7em;
	}

	.project_overlay_footer {
	        font-size: .7em;
	}

	.bottom_text {
	        font-size: 1.2em;
	}

	.bottom_text_sub_header {
	        font-size: 1.4em;
	}

	#skills_header_wrapper {
		margin-left: 1em;
	}

	#skills_text_wrapper {
		margin-left: 1em;
		margin-right: 1em;
	}

	#hire_header_wrapper {
		margin-left: 1em;
	}

	#hire_text_wrapper {
		margin-left: 1em;
		margin-right: 1em;
	}

	#contact_header_wrapper {
		margin-left: 1em;
	}

	#contact_text_wrapper {
		margin-left: 1em;
		margin-right: 1em;
	}

	.contact_link {
	        font-size: 1em;
	}

	#footer_text_wrapper {
		margin-left: 1em;
		margin-right: 1em;
	}

	.footer_text {
	        font-size: 1.2em;
	}
}

@media (max-width: 26em) {
	#intro_text_wrapper {
		margin-bottom: 1em;
	}
}
