/*dark grey= #8a857f
light grey = #d0cdc6
blue = #a5cbcb
light yellow = #eac47d
dark yellow = #fbae30*/


html { font-size: 85%; } /*62.5*/
body { font-size: 1.4rem; } /* =14px */
h1   { font-size: 2.4rem; } /* =24px */

li{
	display: inline-block;
	text-decoration: none;
}

ul{
	list-style:none;
}

a{
	text-decoration: none;
}

.wrapper{ 
	width: 80%;
	margin: 0 auto;
 }

.clear{
	clear:both;
}

header{
	background: rgba(226,223,217,.9);
	/*height:115px;remove later*/
	font-family: Helvetica Neue;
	font-weight: 200;
	letter-spacing: .2rem;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index: 9999;

}

.logo{
	float:left;
	margin-top: .75rem;
}

.logo img{
	width:100%;
}

.logoMobile{
	display:none;
}

.logoMobile img{
	
}

nav.dsktop{
	font-size: 1.1rem;
	float:right;
	display: block;
}

nav.dsktop ul{
	display: inline-block;
}

nav.dsktop ul li{
	margin: 2.5rem 1.0rem 0 0;
}

nav.dsktop a{
	color:#8a857f;
}
nav.dsktop a:link{color:#8a857f; background-color:transparent; text-decoration:none;}
nav.dsktop a:visited{color:#8a857f; background-color:transparent; text-decoration:none;}
nav.dsktop a:hover{color:#fbae30; background-color:transparent; text-decoration:none;}
nav.dsktop a:active{color:#8a857f; background-color:transparent; text-decoration:none;}

.navBtn,
nav.mobileNav{
	display:none;
}

.navBtn{
	height: 24px;
	width:42px;
	margin-top: 2rem;
	float:right;
	background:url(images/navBtn.png);
}

.navBtn:hover{
	background: url(images/navBtnHover.png);
}

.mobileNav{
	position:fixed;
	top:80px;
	left: 0;
	right:0;

}
.mobileNav ul{
	display: block;
}

.mobileNav ul li{
	display: block;
	text-align: center;
	width:100%;
	background:#5b5856;
	border-bottom: 1px solid #a5cbcb;
	height: 7rem;

}

.mobileNav ul li a{
	color:#eae8e4;
	display:block;
	width:100%;
	height:7rem;
	line-height: 7rem;
	text-decoration:none;
}



.mobileNav a:hover{color:#fbae30; background-color:transparent; text-decoration:none;}




section{
	width:100%;
	height: auto;
}

#home{ 
	background: #5b5856;
	padding-top: 15rem;
	padding-bottom: 6rem;

 }

#home .wrapper {
	
}

#home h3{
	font-family: Helvetica Neue;
	font-weight: 100;
	font-size: 1.6rem;
	color: #eac47d;
	letter-spacing: 0.5rem;
	text-align: center;
}

#home h3.top{
	padding-bottom: 1.5rem;
}

#home h3.btm{
	padding-top:1.5rem;
}

ul.introIcons{
	text-align:center;
	padding-top:7rem;
}
ul.introIcons li{
	margin-right: 6rem;

}

ul.introIcons li img{
	width:100%;

}

.dwnArw{
	margin: 0 auto;
}
.dwnArw a img{
	display:block;
	margin: 9% 50% 0 50%;
	width:6%;
}

#work .dwnArw a img{
	display:block;
	margin-top: 0;
	padding: 4% 0 4% 0;
	width:6%;
	
}

#about .dwnArw a img{
	display:block;
	margin: 9% 50% 0 50%;
	width:5%;
}

#skills{ 
	background: #5b5856;
	padding-bottom: 4rem;
}

#skills h2{
	font-family: Adobe Garamond Pro;
	font-size: 7rem;
	letter-spacing: 1rem;
	color: #7c7b77;
	padding-top: 5rem;
	position: relative;
	
}

#skills h2:before{
	content: "he";
	font-family: 'Coming Soon', cursive;
	font-size: 1rem;
	letter-spacing: 0;
	position: absolute;
	top: 126px;
    left: 36px;
    color: white;

}

#skills h2:after{
	content:"it";
	font-family: 'Coming Soon', cursive;
	font-size: 1rem;
	letter-spacing: 0;
	position: absolute;
	top: 126px;
    left: 354px;
	 color: white;

}

.skillsContent{
	margin: 0 auto;
}

.skillsContent img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:10rem;
}

#code{
	float:left;
	width: 50%;
}
#code h5{
	text-align: center;
	color: #a5cbcb;
	font-family: Helvetica Neue;
	font-weight: 100;
	font-size: 1.375rem;
	letter-spacing: 0.3rem;
	padding-bottom: 1rem;
}

#code h5 span{
	color: #fff;}


#code ul{
	text-align: center;

	
	
}

#code ul li{
	color: #eac47d;
	letter-spacing: 0.0625rem;
	border: 1px solid #d0cdc6;
	padding: .5rem;
	font-family: Myriad Pro;
}

#design{
	float:left;
	width: 50%;
}
#design h5{
	text-align: center;
	color: #a5cbcb;
	font-family: Helvetica Neue;
	font-weight: 100;
	font-size: 1.375rem;
	letter-spacing: 0.3rem;
	padding-bottom: 1rem;
}


#design ul{
	text-align: center;
}

#design ul li{
	border: 1px solid #d0cdc6;
	color: #eac47d;
	letter-spacing: 0.0625rem;
	padding: .5rem;
	font-family: Myriad Pro;
}

#skills .dwnArw a img{
	display:block;
	margin-top: 0;
	padding-top: 14%;
}

#about{ 
	background: #fff url(images/portrait.png) no-repeat top right;
	position:relative;
	height:auto;
	padding-bottom: 1rem;
}

#about h2{
	font-family: Adobe Garamond Pro;
	font-size: 7rem;
	letter-spacing: 1rem;
	color: #dbd8d5;
	padding-top: 5rem;

}

.aboutContent{
	width: 48%;
}


.aboutContent p{
	color:#383634;
	font-family: Helvetica Neue;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 1rem;


}

.aboutContent img.type{
	padding-top: 5rem;
	width:100%;
	
}


#about img.portraitSm{
	display: none;
    /*@780 &420*/
	/*display:block;*/
	/*width:189px;*/

}


#about .dwnArw a img{
	display:block;
	margin-top: 0;
    padding-top: 3.8%;
}


#contact{ 
	background: #5b5856;
	padding-bottom:14rem;
	 }

#contact h2{
	font-family: Adobe Garamond Pro;
	font-size: 7rem;
	letter-spacing: 1rem;
	color: #7c7b77;
	padding-top: 5rem;
}
#contact h4{
	margin-top: 4rem;
	margin-bottom:4rem;
}
#contact h4 span.name{
	font-size: 1.6rem;
	font-weight: 100;
	letter-spacing:0.55rem;
	color:#a5cbcb;
	font-family: Helvetica Neue;
	line-height:0rem;
}

#contact h4 span.number{
	font-size: 1.7rem;
	color:#eac47d;
	font-family: Adobe Garamond Pro;
	letter-spacing:0.92rem;
	line-height:3rem;
}

a[href^=tel]{ color:#eac47d; text-decoration:none;}

#contact h4 span.email{
	font-size: 1.6rem;
	font-weight: 100;
	color:#d0cdc6;
	font-family: Helvetica Neue;
	letter-spacing:0.16rem;
	line-height:1rem;
}

form{
	margin-top: 6rem;
	width: 600px;

}


label{
	font-size: 1rem;
	font-weight: 100;
	letter-spacing:0.55rem;
	color:#eac47d;
	font-family: Helvetica Neue;
	line-height:0rem;
	display:inline-block;
    width:200px;
}
input[type="text"],
input[type="email"]{
	color:white;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	font-family: Helvetica Neue;
	font-weight: 100;
	text-shadow: 0 0 0 #fff;
	-webkit-text-fill-color: transparent;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #5b5856 inset;

-webkit-text-fill-color: #fff;
}

input#fname {
    background-color:transparent;
    border:none;
    height:2rem;
    width:28rem;
    border-bottom: #d0cdc6 1px solid;
}

input#lname {
    background-color:transparent;
    border:none;
    height:2rem;
    width:28rem;
    border-bottom: #d0cdc6 1px solid;
}

input#email {
    background-color:transparent;
    border:none;
    height:2rem;
    width:28rem;
    border-bottom: #d0cdc6 1px solid;
}
input:focus {
    outline:none;
}
textarea#message{
	width:100%;
	margin-top: 1.9rem;
	background-color:#d0cdc6;
	padding: 2px;
	word-wrap: break-word;
	height: 15rem;
}

textarea:focus{
	outline: 3px solid #eac47d;
}


webkit-input-placeholder{
	color:#8a857f;
	width:100%;
}

#submit{
	background-color:#a5cbcb;
	color: #8a857f;
	border:0;
	outline:0;
	text-transform: uppercase;
    padding: .6rem;
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-top: 2rem;
    float: right;
}


.pdfLink{
	background: url(images/pdf.png) no-repeat;
	display: block;
	width:50px;
	height: 60px;
	top-margin:3rem;
}

.reply{
	font-family: Adobe Garamond;
	font-size: 30px;
	font-weight: 200;
	color:#d0cdc6;
}

footer{
	background: #d0cdc6;
	height:5rem;
    width: 100%;
}

footer h6{
	font-family: Helvetica Neue;
	color:#494744;
	font-weight: 200;
	letter-spacing: 0.3rem;
	text-align: center;
	padding-top: 2rem;
	font-size: 1rem;
}