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

body {
padding:0;
margin:0;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

}

p {
color:#86828c;
font-size:18px;
font-weight:300;
}

h2 {
color:#86828c;
font-size:32px;
font-weight:300;
margin:0;
font-family: "Open Sans", sans-serif;
}

h3 {
color:#86828c;
font-size:18px;
transition: .2s;
text-transform:uppercase;

font-family: "DINPro", sans-serif;
font-weight:600;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#loading-mask {
    background-color:  rgb(248, 248, 248);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.img-center {
	display:block;
    margin:auto;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.container {
width:100%;
padding:0;
margin:0;
}

.row {
padding:0;
margin:0;
}

.floatleft {
float:left;
}

.vertcenter {
height:100vh;
background-color:#38353e;
padding:50%;
}

.nopadding {
padding:0;
}

.colleft {
height:100vh;
min-height:250px;
background-color:#f8f8f8;
padding:5%;
z-index:1;
}

.sidebar {
background-color: #f8f8f8;;height:100vh;width:68%;position:absolute;margin-left:32%;top:0;z-index:0;overflow:auto;
}

.sidebarinner {
	padding:5% 9% 5% 5%;
	margin-left:17px;
}

.name {
height:10%;
}

.homenav {
height:70vh;
  display: flex;
  align-items: center;
  min-height:400px;
}

.navinside {
  position: relative;
  top: 0%;
  margin-left:-12px;
}

.vertical {
	position: relative;
  top: 35%;
  transform: translateY(-50%);
}

.navitem {
  margin-top:14px;
  cursor:pointer;
}

.navpic {
  width:45px;
}

.navtext {
  position:relative;
  bottom:10px;
  left:15px;
}

.navdetail {
margin-bottom:15px;
margin-left:75px;
position:relative;
display:none;
}

.navdetail h2 {
color:#332d32;
}

.socialwrapper {
position: absolute;
height:55px;
bottom: 12px;
width:100%;
}

.socialfooter {
height:10%;
margin-left:12px;
}

.socialicon {
	padding:0px;
}

.socialicon:hover svg path,
.socialicon:hover{
  fill:#332d32;
}

.colright {
height:100vh;
background-color:#f8f8f8;
padding:0;
overflow:hidden;
}

.aboutme h2 {
font-weight:400;
font-size:21px;
line-height:135%;
}

.contentcontainer {
padding:0;
overflow:none;
z-index:0;
}

#contentinnercontainer {
height:auto;
width:auto;
}

.content {
height:100vh;
overflow:hidden;
width:101%;
overflow:auto;
}

#homecontent {
background-color:#f8f8f8;
background-size: cover;
height:100vh;
padding:0% 13% 0% 10%;
overflow:auto;
}

#hicontent {
	background-size: cover;
	background-color: #f8f8f8;
height:100vh;
padding:0% 13% 0% 10%;
overflow:auto;
}

.white p {
color:#86828c;
font-size:21px;
font-family: 'Open Sans', sans-serif;
	}

.contactme h2 {
color:#f8f8f8;
}

#home {
}

.activetext {
color:#332d32;
}

.bubble {transition: .2s;}

.face {transition: .2s;}

.folio {transition: .2s;}

.hand {transition: .2s;}

.svghover {transition: .2s;}

.navitem:hover svg path,
.navitem:hover{
  fill:#332d32;
}

.navitem:hover h3 {
	color:#332d32;
}

.svgfill {
	fill:#332d32;
}

.highlight {
	color:#332d32;
}

.resume {
margin-top:20%;
}

.experience p {
	font-size:15px;
}

.skills {
padding-left:0;
}

.skillbox {
	border-radius:5px;
	background-color:#86828c;
	display:inline-block;
	width:auto;
	height:auto;
	padding:5px 25px 3px 25px;
	float:left;
	margin-right:9px;
	margin-bottom:8px;
	transition:.2s;
	cursor: pointer;
}

.skillbox p {
	font-size:15px;
	color:#f8f8f8;
}

.skillbox:hover {
	background-color: #332d32;
	transition:.2s;
	cursor: pointer;
}

.skilltext {
	margin-top:5px;
}

.submitbox {
	background-color:#b1dfff;
}

.submitbox:hover {
	background-color:#5992eb;
}

.submitbox p {
	color: rgb(4, 89, 216);
}

.spacer {
	height:35px;
}

.work {
	height: auto;
	
	cursor:pointer;
}

.work img {
	
}

.workoverlay {
	height:100%;
	width:100%;
	background-color:rgba(248, 248, 248, 0.8);;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:.2s;
	padding:15% 15% 15% 15%;
	cursor:pointer;
}

.workoverlay:hover {
	opacity:100;
	transition:.2s;
}

.workactive {
	opacity:100;
}

.workcontainer {
	width:102%;
	overflow:auto;
}

.worktext p {
	text-align:center;
	vertical-align: middle;
	color:#332d32;
	font-family:'Open Sans', Sans-serif;
	font-weight:300;
}

.worktext p b {
	font-weight:600;
}

.imageplaceholder {
	height:auto;
}

.projectdate {
	margin-top:15px;
}

.return {
cursor:pointer;
}

.return h3:hover {
	color:#332d32;
}

	#ninja-slider-prev, #ninja-slider-next, #ninja-slider-pager {
        display:none;
    }
	
	.slideimage {
		width:100%;height:100%;
		overflow:hidden;
		background-image:url(imgs/paxtestnew.jpg);
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
	}
	
	.imgoverlay {
		width:100%;height:100%;position:absolute;left:0;top:0;
	}
	
.imgcaption {
	position:absolute;bottom:0;height:auto;width:100%;margin-left:auto;;margin-right:auto;
}

.imgcaptionwrapper {
margin-bottom:45px;margin-right:65px;
}

.imgcaptionwrapper h3 {
color:#332d32;text-align:right;

}

.display {
display:inline;
}

.nodisplay {
display:none;
}


.bear {
	position:absolute;top:0;right:0;z-index:1000;
}

.logowrapper {
position:absolute;top:41%;left:0;width:100%;height:auto;
}


.navabout {
	width:32px;height:41px;
}

.navhi {
width:34px;height:29px;margin-top:8px;
}

.navwork {
width:32px;height:41px;
}

.navwelcome {
width:32px;height:45px;
}

input {
	border-radius: 5px;
width: 100%;
height: 45px;
border: 0;
-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

textarea {
border-radius: 5px;
width: 100%;
height: 125px;
border: 0;
margin-bottom:12px;
-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input:focus {
    outline: none !important;
    border:3px solid #e4e4e4;    
}

textarea:focus {
    outline: none !important;
    border:3px solid #e4e4e4;    
}

label {
color:#332d32;
font-size:17px;
font-family: 'jaf-domus', sans-serif;
margin-top:12px;
margin-bottom:12px;
}

.submit input {
	
	font-size:15px;
	color: rgb(4, 89, 216);
	font-weight:800;
}

.submitted {
opacity:0;
}

.submitted p {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
color: #e4e4e4;
font-weight: 800;
-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#formfields input {
	padding:15px;
	color: rgb(134, 130, 140);
font-size:16px;
font-family: 'jaf-domus', sans-serif;
}

#formfields textarea {
	padding:15px;
	color: rgb(134, 130, 140);
font-size:16px;
font-family: 'jaf-domus', sans-serif;
}

#workdetail {
	opacity:0;
}

#aboutdetail {
	opacity:0;
}

#hidetail {
	opacity:0;
}

#homedetail {
	opacity:1;
}

.workdescription {
	opacity:1;
}

.thumbbackground {
	background-color:#d2d2d2;
	height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1;}

.detailwrap .aboutme h2 {
font-size:18px;
}