@charset "utf-8";
/* CSS Document */

body
{
	
	font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    background: #eddeab;
    color: #ffffde;
    font-size: 16px;
	font-weight:100;

   
}



h1{
	
	font-weight: 700;
    font-size: 67px;
	text-align:center;
	color: #e9532b;
	border-bottom:3px solid #333;
	margin-bottom: 80px;
	text-shadow: -2px 2px 0 rgb(57,60,56),
               -6px 6px 0 rgb(51,51,51);
	/*font-style:italic;*/

}


h1 span {
  position: relative;
  top: 35px;
  padding: 0 40px 0 30px;
  background: #333;
}


#work h1, #contact h1{
	border-bottom:3px solid #393c38;
	text-shadow: -2px 2px 0 rgb(51,51,51),
               -6px 6px 0 rgb(57,60,56);
}


h3{
	
	font-weight: 200;
    font-size: 37px;

}

hr{
	border-color:#262626;
	
	
   

}

nav.main-nav {
	position:absolute;
	bottom:0;
	width: 100%;
	text-align:center;
	z-index:100;
	height:80px;

	}

nav.main-nav.stickytop {
    position:fixed;
    top:0;
	background: rgb(51, 51, 51);
}

#main-menu {
	
	/*background: rgba(51, 51, 51, 0.8);*/
	color:#ffffde; 
	height:80px; 
	line-height:80px;
	width:100%;
	margin:0px;
	padding:0px;
	

}




#main-menu li {
	display:inline-block;
	width: 75px;
	height: 75px;	
	background-size: cover;
	color: #000;
	
}


/* Larger than tablet */





#main-menu li.active{}
#main-menu li a{
	width:100%;
	height:100%;
	text-decoration:none;
	font-weight:700;
	color:#ffffde;
	
}
#main-menu li a:hover{
	color:#fff;
	}
#main-menu li:hover{}
#main-menu li a,
#main-menu li.active a{
	display:block;
}
#main-menu li.active a{
	color: #e6632a;
}


	
		
/* Icon 1 */


#mobile-menu-button {
  width: 24px;
  height: 21px;
  position: fixed;
  right:20px;
  top: 20px;
  z-index:911;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:none;
  background-color:#a1ba94;
  border:6px solid #a1ba94;
}

#mobile-menu-button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffde;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



/* Icon 3 */

#mobile-menu-button span:nth-child(1) {
  top: 0px;
}

#mobile-menu-button span:nth-child(2),#mobile-menu-button span:nth-child(3) {
  top: 8px;
}

#mobile-menu-button span:nth-child(4) {
  top: 16px;
}

#mobile-menu-button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-menu-button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#mobile-nav{
	position:fixed;
	z-index:910;
	width: 100%;
	height: 100%;
	text-align:center;
	background-color:#333;
	display:none;

}
#mobile-nav ul{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	margin-top: -140px;

	
}
#mobile-nav.active{
	display: inline-block;
}

#mobile-menu li{

	list-style:none;
}
#mobile-menu li a{
	text-decoration:none;
	font-weight:700;
	font-size: 2.4rem; 
	height:60px; 
	line-height:60px;
	color:#ffffde;	
}

#mobile-menu li.active a{
	color: #e6632a;
}



#home{
	background-color:#eddeab;
}

#home div{
		height: 100vh;
	width:100%;
	background-position:center top;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;	
	transition: 0s linear;
    transition-property: background-position;
	-webkit-transition-property: background-position; /* Safari */
}


#home-fore{


	background-image:url(../images/homeBG_2.png);


}

#home-mid{


	background-image:url(../images/homeBG_1.png);


}

#home-back{
	
	background-image:url(../images/homeBG_0.png);

	

}


#about{
	background-color:#393c38;
	border-top:16px solid #333;
	padding-bottom: 32px;
	border-bottom:8px solid #333;
	



}

#copyright{
	background-color: #a1ba94;
}

#about-txt{
	text-align:center;
	margin-top: 40px;
	

	
}

#intro{
	margin-bottom: 5%;
}

.headshotdiv{
	text-align: center;
}

.headshot{
	clip-path: circle();
	width: 275px;
	height: 275px;
	border:solid 8px #333333;
	border-radius: 50%;

}


#work{
	border-top:16px solid #393c38;
	border-bottom:8px solid #333;
	background-image:url(../images/workbottom.png);
	background-color: #333;
	
	
	
	
}

.work-section{
	text-align:right;
	margin-bottom: 8%;
	border-bottom:  3px solid #333;
	
}

#home-title{
	-webkit-text-size-adjust: 100%;
    font-family: 'Roboto Slab', serif;
    color: #ffffde;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -.1rem;
    font-size: 4.2rem;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 75px;
	
	text-shadow: -2px 2px 0 #a1ba94,
               -3px 3px 0 #a1ba94;
}

.work-image-widescreen { 


 -webkit-background-size: contain; 
 -moz-background-size: contain; 
 -o-background-size: contain; 
 background-size: contain; 
 background-repeat:no-repeat; 
 background-position:top center;
display:block;
		
}

.work-image-inline{ 

  
 -webkit-background-size: contain; 
 -moz-background-size: contain; 
 -o-background-size: contain; 
 background-size: contain; 
 background-repeat:no-repeat; 
 background-position:top center;
display:none;
		
}



.thumbnail{
	background-color:#4e5947;	
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border:2px solid #ffffde;
    -webkit-box-shadow: 5px 5px 2px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 5px 5px 2px 1px rgba(0,0,0,0.07);
	box-shadow: 5px 5px 2px 1px rgba(0,0,0,0.07);
	padding-bottom:20%;
	
	
}





.featherlight .featherlight-content{
	    max-height: 80%;
	    margin-left: 20px;
	    margin-right: 20px;
}
#work-menu{
	border-bottom:1px solid #4e5947;
	text-align:center;
	
	}
#work-menu div {
	display:inline-block;
	cursor:pointer;
	height:60px; 
	line-height:60px;
	border:1px solid #4e5947;
	
	margin-bottom:-1px;	
	
	padding:0 30px;

	background-color:#333;
	}
#work-menu-featured{
	
	}
#work-menu-featured.active{
	background-color:#393c38;
	color:#e6632a;
	border-bottom-color:#393c38;
	
}
#work-menu-gallery{
	}
#work-menu-gallery.active{
	background-color:#393c38;
	color:#e6632a;
	border-bottom-color:#393c38;
}

#work-featured{display:none;
}
#work-featured.active{display:block;}
#work-gallery{
	display:none;
}
#work-gallery.active{display:block;}

#work-wrapper{background-color:#393c38;
padding:80px 0 80px 0}

.work-tech{
	color:#6f7d68;
}

#work-gallery h4{
	margin-top: 4%;}

.thumbnail-row{
	margin-top:4%;
	margin-bottom:50px;
}






.menu-buffer{
	height:0px;
}


#contact{
	background-color:#a1ba94;
	border-top:16px solid #393c38;
	text-align:center;	
}

#mailme{	

    font-size: 30px;
	text-align:center;
	color: #333;
	border:solid 4px #333;
	padding:20px 40px;
	border-radius: 20px;
	background-color:#a1ba94;
	margin-top:70vh;
	}
	
#mailme:hover {
	background-color:#c6ce9e;
	}


#contact div{
	height: 100vh;
	background-position:center top;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  
	width:100%;
	
	transition: 0s linear;
    transition-property: background-position;
	-webkit-transition-property: background-position; /* Safari */
}

#contact-fore{
	background-image:url(../images/contactBGb_2.png);
}

#contact-mid{
	background-image:url(../images/contactBG_1.png);
}

#contact-back{
	background-image:url(../images/contactBG_0.png);
}

/*#contact-back-b{
	background-image:url(../images/contactBG_0b.png);
}*/

a#scroll-btn {
    position: absolute;
    height: 4em;
    width: 2em;
    border: 0.3em solid #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 19%;
    border-radius: 0.7em;
    -webkit-box-shadow: 0px 0px 0px 3px #d0d2a1;
    -moz-box-shadow: 0px 0px 0px 3px #d0d2a1;
    box-shadow: 0px 0px 0px 3px #d0d2a1;
}

a#scroll-btn:before {
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    top: 0.1em;
    height: 0.8em;
    width: 0.8em;
    background-color: #ffffff;
    border-radius: 50%;
    animation: move-down 2s infinite;
}

a#scroll-btn:visited { outline: none; }
a#scroll-btn:focus { outline: none; }

#scrolldiv{
position: relative;
  overflow: hidden;
  /* using viewport */
  height: 100vh;
}



@keyframes move-down {
  80% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(3.3em);
    opacity: 0;
  }
}



@media (max-width: 1024px) {
	
	.three.columns { width: 22%; margin-left:4%; }
	.three.columns:first-child {  margin-left:0%;  }

	
	nav.main-nav {display:none;	}

	

	#mobile-menu-button {display:block;	}
	
	.work-section{text-align:center;}

	.work-image {display:block;	width:100%;	}
	.work-txt .thumbnail-row{	}
	
	.menu-buffer{ display:none;}
	
	.work-image-widescreen { display:block;}

.work-image-inline{ display:none;}
}

@media (max-width: 675px) {
	
	#home-title {
		padding-left: 25px;
	}
	.headshotdiv{
	float:none;
}
	.work-image {
		display:block;
		min-height: 297px;
		width:100%;
	}
		.work-image-widescreen { display:none;}

.work-image-inline{ display:block;}
}


