html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* begin style */

html, body{
	background-color: rgb(250, 250, 250);
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	margin-bottom: 1px;
}

body{
	padding-top: 130px;
}

/* preloader */
#everything{
  	display: none;
 } 

#preloader{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 99;
}
/* end preloader */

/* nav */
.brand{
	float: left;
	display: block;
}

.brand img.icon{
	float: left;
	width: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.links{
	float: right;
	margin-top: 15px;
}

.links a, li{
	list-style: none;
	text-decoration: none;
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
}

.links a:hover{
	color: rgb(255, 82, 82);
}

 nav{
	background: rgba(250, 250, 250, .98);
	width: 100%;
	height: 70px;
	position: fixed;
    top: 0;
    z-index: 9999;
    /*-webkit-box-shadow: 0px 4px 5px 0px rgba(204,204,204,0.25);
	-moz-box-shadow: 0px 4px 5px 0px rgba(204,204,204,0.25);
	box-shadow: 0px 4px 5px 0px rgba(204,204,204,0.25);*/
}

.links li{
    float: left;
}

#projectsLink{
    margin-right: 20px;
}

#aboutLink{
}
/* end nav */

.container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
}

.row{
	width: 100%;
    float: left;
    box-sizing: border-box;
}

.item{
    float: left;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.itemLast{
    float: left;
    padding-bottom: 100px;
    /* padding-bottom: 200px; */
    box-sizing: border-box;
}

.itemLanding h1{
	color: rgb(17, 17, 17);
	margin-bottom: 5%;
	font-size: 225%;
	line-height: 120%;
	font-weight: 700;
	width: 80%;
}

.itemLanding p{
	color: rgb(17, 17, 17);
	margin-bottom: 5%;
	font-size: 100%;
	line-height: 120%;
	font-weight: 700;
	width: 80%;
}

.item h1{
	color: rgb(17, 17, 17);
	margin-bottom: 8px;
	font-size: 150%;
	font-weight: 700;
}

.item h1.emphasis{
	color: rgb(17, 17, 17);
	margin-bottom: 8px;
	font-size: 200%;
	font-weight: 700;
}

.itemLast h1{
	color: rgb(17, 17, 17);
	margin-bottom: 8px;
	font-size: 150%;
	font-weight: 700;
}

/*h1.selectedworks{
    color: rgb(17, 17, 17);
	margin-bottom: 20px;
	font-size: 170%;
	font-weight: 700;
	text-align: center;
} */

.item p{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
}

.item p.emphasis{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 2px;
}

.item p.emphasisStack{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 32px;
}

.item p.role{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 36px;
}

.itemLast p{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 20px;
}

.itemLast p.emphasisStack{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 24px;
}

.item p.first{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
}

.item p.second{
	color: rgb(102, 102, 102);
	font-size: 100%;
	font-weight: 500;
	line-height: 2px;
	margin-bottom: 3px;
}

.item li{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
	line-height: 30px;
}

.item a{
	color: rgb(17, 17, 17);
	font-size: 100%;
	font-weight: 500;
	line-height: 170%;
	text-decoration: none;
}

.item.twoLast{
    float: left;
    padding-bottom: 100px;
    margin-left: 1%;
    margin-bottom: 30px; */
    box-sizing: border-box;
}

.item a:hover{
	color: rgb(255, 82, 82);
}

.one-col .item{
    width: 100%;
}

.one-col .itemLast{
    width: 100%;
}

.two-col .item{
    width: 49%;
}

.three-col .item{
    width: 32%;
}

/* two col */   
.two-col .item.one {
    margin-right: 1%;
}

.two-col .item.two {
    margin-left: 1%;
}

.two-col .item.twoRight {
    margin-left: 1%;
}

.two-col .item.twoRight img{
    padding-top: 98px;
}
/* end two */

/* three col */
.three-col .item.one{
    margin-right: 2%;
}

.three-col .item.two{
    margin-right: 0%;
}

.three-col .item.three{
    margin-left: 2%;
}

/* end three */

/* begin info */
img.profile{
	width: 100%;
}

.info-col h1{
	color: rgb(17, 17, 17);
	margin-bottom: 14px;
	font-size: 150%;
	font-weight: 700;
}

.info-col ul{
	margin-top: -3px;
}

.info-col .item{
    width: 32%;
	min-height: 390px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}

.info-col .item.profile{
    margin-right: 2%;
}

.info-col .item.about{
    margin-right: 2%;
}

.info-col .item.contact{
    margin-left: 0%;
}

.info-col .item.experience{
    margin-right: 2%;
}

.info-col .item.recognitions{
    margin-right: 2%;
}

.info-col .item.skills{
    margin-left: 0%;
}
/* end info */

/* video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end video */

video {
  display: block;
  margin: 0 auto;  
  width: 100%;
  height: auto;
}

video.videoSmall {
  display: block;
  margin: 0 auto;  
  max-width: 375px; 
  height: auto;
}

img{
    width: 100%;
}

footer{
	background: rgba(250, 250, 250, 0.9);
	width: 100%;
	text-align: center;
	clear: both;
	position: fixed;
	height: 20px;
	bottom: 0;
}

footer p{
	color: rgb(17, 17, 17);
	font-size: 70%;
	font-weight: 500;
	position: relative;
	bottom: 7px;
}

/* portfolio begin */
h1.portfolio{
	color: rgb(17, 17, 17);
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
}

.three-col .item.one:hover img, .three-col .item.two:hover img, .three-col .item.three:hover img{
	opacity: 0.6;
}

.three-col .item.one:hover h1, .three-col .item.two:hover h1, .three-col .item.three:hover h1{
	color: rgb(255, 82, 82);
}
/* portfolio end */

/* h1 link */
.item a.linkout{
	color: rgb(255, 82, 82);
	font-size: 100%;
	font-weight: 500;
	line-height: 0%;
	text-decoration: none;
}

.item a.linkout:hover{
	color: rgb(102, 102, 102);
}

.itemLast a.linkout{
	color: rgb(255, 82, 82);
	font-size: 100%;
	font-weight: 500;
	line-height: 0%;
	text-decoration: none;
}

.itemLast a.linkout:hover{
	color: rgb(255, 82, 82);
}
/* h1 end */


/* animation */
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* end animation */


/* break 910 */

@media screen and (max-width: 910px){

	.item {
        width: 100% !important;
    }

	.item{
    	padding-bottom: 50px;
	}

	.itemLast{
    	padding-bottom: 80px;
	}

	.info-col .item{
	    width: 49%;
		margin-bottom: 25px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 4%;
	}

	.two-col .item.two{
    	margin-left: 0;
	}

	.two-col .item.twoRight img{
    	padding-top: 0px;
	}

	.two-col .item.twoRight{
    	margin-left: 0;
	}

	 .info-col .item.profile, .info-col .item.about{
    	min-height: 440px;
    }

     .info-col .item.contact, .info-col .item.experience, .info-col .item.recognitions, .info-col .item.skills{
    	min-height: 340px;
    }

	.info-col .item.profile, .info-col .item.contact, .info-col .item.recognitions{
		margin-left: 0;
        margin-right: 1%;
    }

    .info-col .item.about, .info-col .item.experience, .info-col .item.skills{
    	margin-left: 1%;
    	margin-right: 0;
    }

    img.profile{
		width: 100%;
		margin-top: 1%;
	}

	.item.twoLast{
    margin-left: 0;
	}

}


/* break 700 */


@media screen and (max-width: 700px){

	body{
		padding-top: 100px;
	}

	.item{
    	padding-bottom: 30px;
	}

	.itemLast{
    	padding-bottom: 60px;
	}

	.itemLanding h1{
	width: 87%;
	}

    .item {
        width: 100% !important;
    }

    .two-col .item.two{
    	margin-left: 0;
	}

    .two-col .item.twoRight img{
    	padding-top: 0px;
	}

	.two-col .item.twoRight{
    	margin-left: 0;
	}

    .two-col .item.one, .two-col .item.two, .three-col .item.three{
        margin-left: 0px;
        margin-right: 0px;
    }

    .info-col .item{
    	min-height: 320px;
        padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 5%;
   		margin-bottom: 30px;
    }

    .info-col .item.profile, .info-col .item.about{
    	min-height: 300px;
    }

    .info-col .item.contact{
    	min-height: 200px;
    }

    .info-col .item.experience, .info-col .item.recognitions, .info-col .item.skills{
    	min-height: 300px;
    }

    .info-col .item.profile, .info-col .item.about, .info-col .item.contact, .info-col .item.experience, .info-col .item.recognitions, .info-col .item.skills{
    	margin-left: 0;
        margin-right: 0;
    }

	.brand img.name{
		display: none;
	}

}