body {
 margin:0
}
.bg {
//	z-index: 2;
}
.navarea{
	position: relative;
	padding-top: 4%;
	z-index: 3;
	
}
.navarea > h1{
	color: #fff;
}
#BgCanvas {
	    width: 100vw;
        height: 100vh;
        display: block;
		z-index: 1;
		position: absolute;
}
body > section{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:solid 4px #aaa;
	padding-top:100px;
	z-index:-1;
	background:#EEE;
	overflow-y:auto;
	transition: all .3s ease;
}
#front-section{
	z-index: 0;
	padding-top: 0;
	overflow: hidden;
}
#index-section{

}
#resume-section{

}

.active{
z-index:9;	
}

.navdiv {
//	margin-top: 30%;
//	margin-bottom: 70%;
text-align:center;
}
.leftoffset{
	margin-left:13%;
}

.navdiv > ul{

	padding-inline-start: 0px;
}

.navdiv > ul > li  {

	//float:middle;
	display: inline-block;
	padding: 5%;
	
}
.navdiv > ul > li > a{
	color:#fff;
	font-size: 32px;
	
	text-decoration:none ;
	
}
.navdiv > ul > li > a:hover{
	color:rgb(231, 124, 97);
}


.close-btn{
	position:fixed;
	height:64px;
	width:64px;
	cursor:pointer;
	display:block;
	top:18px;
	right:18px;
	opacity:1;
	z-index:99;
	visibility:hidden;
}
.close-btn > span{
	height:3px;
	width:40px;
	background:#BBB;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-1.5px;
}
.close-btn > span:before{
	content: ' ';
	position:absolute;
	top:0;
	width:0;
	height:inherit;
	background:#B7A389;
}
.close-btn > span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.close-btn > span:nth-of-type(2){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.close-btn > span:nth-of-type(1):before{
	left:0;
}
.close-btn > span:nth-of-type(2):before{
	right:0;
}
.close-btn:hover > span{
	background:transparent;
}
.close-btn:hover > span:before{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	width:100%;
}
.close-btn:hover > span:nth-of-type(2):before{
	-webkit-transition-delay:.3s;	
	-moz-transition-delay:.3s;	
	transition-delay:.3s;	
}

.SectionHeader{
	margin-bottom:80px;
	text-align:center;
}
.SectionHeader > h1{
	margin-bottom:1em;
}

.SectionHeader > hr{
	
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b4da8+0,4977c2+100 */
	background: rgb(107,77,168); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(107,77,168,1) 0%, rgba(73,119,194,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(107,77,168,1) 0%, rgba(73,119,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(107,77,168,1) 0%, rgba(73,119,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b4da8', endColorstr='#4977c2', GradientType=1 ); /* IE6-9 */
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}



.info{
	padding-bottom: 6em;
}
.info-desc{
	height: 70%;
	margin-left: 1em;
	
}
.info-desc >h5{
	margin-bottom: 	8px;
}
.info-list{
	
	
}
.info-list > ul{
	position:relative;
	margin:0;
	width:100%;
	list-style: none;
}
.info-list > ul >li{
	float:left;
	width:25%;	
}
.list-box{
	text-align: left;
}
.list-box > h4{
	font-size: 15px;
	letter-spacing: 3px;
	font-weight:600;
}
.list-box > p{
	color: #8E8B8B;
	font-weight:550; 
	font-size: 18px;
}
.weblink a{
	font-size:18px;
	text-decoration:none;
	color:#828ec4;
}
.weblink a:hover{
	color:#000;
	text-decoration:none;
}
.weblink  p{
	font-size:20px;
}

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #425BB5;
}

.timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 40em 0 0 0 #425BB5;
}

.timeline-event-copy {
    padding: 0.2em;
    position: relative;
    top: 1.275em;
    left: 4em;
    width: 100%;
}

.timeline-event-copy h3 {
    font-size: 1.75em;
}

.timeline-event-copy h4 {
    font-size: 1.0em;
	margin-top: -0.3em;
    margin-bottom: 0.6em;
	color:#1537BB;
	text-indent: 2em;
}
.timeline-event-copy h5 {
    font-size: 1.2em;
	font-style:italic;
    margin-bottom: 0.8em;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-copy .Bundle {
    //margin-left: 1em;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
	//text-indent: 2em;
    //padding-bottom: 1.2em;
}

.timeline-event-icon {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #425BB5;
    outline: 10px solid #f3f3f3;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: black;
    box-shadow: inset 0 0 0 0em #425BB5;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
}

/* SkillTree Section */
#SkillTree img{
	width:60%;
	margin-left:20%;
}


/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
}
ol.type li a {
	background: transparent;
	border: 2px solid #526cbb;
	color: #526cbb;
	padding: 10px 20px;
}
ol.type li a.active {
	background: #526cbb;
	color: #fff;
}
ol.type li a:hover {
	background: #526cbb;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-align: center;
}
.item a{
	
}
.item img{
	//position: absolute;
	margin: 0 auto;
	height: 100%;
	left:50%;
	opacity: 1;
	vertical-align: middle;
	text-align: center;
}
.item video{
	//position: absolute;
	margin: 0 auto;
	height: 100%;
	opacity: 1;
	vertical-align: middle;
	text-align: center;
}

.item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 33% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}


.Win{
 visibility:hidden;
 top:0;
 left:0;
 right:0;
 bottom: 0;
 margin: auto;
 height:0%;
 width:70%;
 /*width: fit-content;
 width: -moz-fit-content;
 width:-webkit-fit-content;*/
 //display: table;
 background:#eee url(modal-gloss.png) no-repeat -200px -80px;
 position:fixed;
 z-index:9999;
 padding:30px 40px 34px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 -moz-box-shadow:0 0 10px rgba(0,0,0,.4);
 -webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
 -box-shadow:0 0 10px rgba(0,0,0,.4)
}
/*.Win{
visibility:hidden;
position:fixed;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
-ms-transform::translateX(-50%) translateY(-50%);
-moz-transform::translateX(-50%) translateY(-50%);
-webkit-transform::translateX(-50%) translateY(-50%);
-o-transform::translateX(-50%) translateY(-50%);
 z-index:9999;
 padding:30px 40px 34px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
background:#eee url(modal-gloss.png) no-repeat -200px -80px;
 -moz-box-shadow:0 0 10px rgba(0,0,0,.4);
 -webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
 -box-shadow:0 0 10px rgba(0,0,0,.4)
}*/

.Win > img{
	height: 80%;
	max-width:100%;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	-ms-transform::translateX(-50%);
	-moz-transform::translateX(-50%);
	-webkit-transform::translateX(-50%);
}
.Win > video{
	height: 80%;
	max-width:100%;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	-ms-transform::translateX(-50%);
	-moz-transform::translateX(-50%);
	-webkit-transform::translateX(-50%);
}
	
.Win > p{
	margin-top: 2em;
	margin-left:4em;
}
.WinBg{
	z-index:9998;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}



#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}

