/* reset default values of things like margin, padding, font size for consistency between browsers. http://meyerweb.com/eric/tools/css/reset/ */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}nav ol,nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}strong{font-weight:700}em{font-style:italic}

.ui-coverflow-wrapper{position:relative;z-index:1;overflow:hidden}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:" ";display:table}.ui-helper-clearfix:after{clear:both}.ui-coverflow{-webkit-perspective:500px;perspective:500px;position:absolute;z-index:2}.ui-coverflow,.ui-coverflow *{-ms-touch-action:pan-y!important}.ui-coverflow .ui-coverflow-item{position:relative;cursor:pointer;float:left;display:block}.ui-coverflow .ui-coverflow-item:focus{outline:0}.ui-coverflow img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none;border:0 none}


html {
	box-sizing:border-box;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	cursor: pointer;
}

@font-face{
	font-family: "Lars";
	src: url("../_Fonts/Lars-Light.woff2");
}

@font-face{
	font-family: "Century";
	src: url("../_Fonts/47ded183-ed47-4dfb-a877-c248f21ffb58.woff2");
}

body {
	margin-left: 40px;
	padding-right: 40px;
}

#header {
	width: 100%;
	margin: 35px 0 0 0;
	letter-spacing: -.1px;
}

#header h1 {
	float: left;
	font-family: "Lars";
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-top: 5px;
	width: 5%;
	white-space: nowrap;
}

#header h2 {
	margin-top: 5px;
	float: left;
	font-family: "Lars";
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-left: 20%;
	letter-spacing: -.1px;
}

#header h3 {
	float: left;
	font-family: "Lars";
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-top: 5px;
	margin-left: 30px;
}

#header h2:hover , #header h1:hover , #header h3:hover {
	text-decoration: underline;
}

#projects {
	float: left;
	width: 100%;
	margin-top: 250px;
}

#projects div {
	float: left;
	margin-bottom: 175px;
}

#project1 video , #project2 video , #project3 img , #project4 img , #project5 img , #project8 img , #project12 img , #project13 img , #project17 video {
	opacity: 1;
	-webkit-transition: all .25s ease;
 	transition: all .25s ease;
}

#project1 video:hover , #project2 video:hover , #project3 img:hover , #project4 img:hover , #project5 img:hover , #project8 img:hover , #project12 img:hover , #project13 img:hover , #project17 video:hover {
	cursor: pointer;
	opacity: .7;
	-webkit-transition: all .25s ease;
 	transition: all .25s ease;
}

#projects img {
	border-radius: 15px;
}

#project4 img {
	border-radius: 0px;
}

#projects h1, #projects h2 {
	float: left;
	font-family: "Lars";
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	letter-spacing: .3px;
}

#projects h1 {
	margin-right: 75px;
	margin-top: 10px;
}

#projects h2 {
	margin-top: 10px;
}

.tag {
	color: #999999;
}

#project1, #project9, #project10, #project17 {
	width: 60%;
}

#project2 , #project11, #project18 {
	width: 25%;
	margin-left: 15%;
}

#project3, #project4, #project5, #project6, #project12, #project13, #project16, #project19, #project18 img {
	width: 100%;
}

#project7, #project14 {
	width: 25%;
}

#project8, #project15 {
	width: 50%;
	margin-left: 25%;
}

#project1 img, #project2 img , #project4 img, #project7 img, #project8 img, #project10 img, #project13 img, #project15 img {
	width: 100%;
}

#project3 img , #project6 img, #project16 img {
	width: 50%;
	margin: 0 25% 0 25%;
}

#project5 img , #project9, #project12 img, #project19 img {
	width: 70%;
	margin: 0 15% 0 15%;
}

#project3 h1 , #project6 h1, #project16 h1 {
	margin-left: 25%;
}

#project5 h1, #project12 h1, #project19 h1 {
	margin-left: 15%;
}

#project8, #project15 {
	float: right;
}

/* Project Pages */

#project-images {
	float: left;
	width: 100%;
	margin-top: 100px;
}

#project-images div {
	float: left;
}

#project-images h1, h2 {
	float:left;
	font-family: "Lars";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: .5px;
	margin-top: 5px;
}

#project-images h1 {
	margin-right: 15%;
}

.writeup {
	margin: 250px 0 0px 0;
	width: 100%;
	float: left;
}

#title {
	float: left;
	width: 25%;
}

#title h3 {
	font-family: "Century";
	font-size: 44px;
	color: #000000;
	line-height: 50px;
	float: left;
	width: 80%;
	margin-left: -2px;
}

#title h4 {
	float: left;
	color: #999999;
	font-family: "Lars";
	font-size: 18px;
	line-height: 24px;
	margin-top: 16px;
	width: 50%
}

.writeup p {
	font-family: "Lars";
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: .3px;
	width: 40%;
	float: left;
}

#writeup2 {
	float: left;
	width: 50%;
	margin: 50px 0 0 25%;
}

#writeup2 li {
	list-style: none;
	font-family: "Lars";
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	letter-spacing: .25px;
}

.image100 {
	float: left;
	width: 100%;
}

.image100 img {
	width: 100%;
}

.image80 {
	float: left;
	width: 80%;
	margin: 0 10% 0 10%;
}

.image25 {
	float: left;
	width: 25%;
}

.image60 {
	float: left;
	width: 60%;
	margin-left: 15%;
}

.image50 {
	float: left;
	width: 40%;
	margin-left: 20%;
}

.image100, .image80, .image60, .image25 , .image50 , .image60l , .image60r , .image25l .image25r , .image70r , .image70l , .image50r , .image50l , .image35r , .image35l , .vertl , .vertr , .vertcenter  {
	margin-bottom: 150px;
}

.image100 img, .image80 img, .image60 img, .image25 img , .image50 img , .image60l img , .image60r img , .image25l img , .image25r img , .image70r img , .image70l img , .image50r img , .image50l img , .image35r img , .image35l img , .vertl img , .vertr img , .vertcenter img {
	width: 100%;
	border-radius: 15px;
}

.video {
	border-radius: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.image60l {
	float: left;
	width: 60%;
	margin-right: 15%;
}

.image60r {
	float: left;
	width: 60%;
}

.image25r {
	float: left;
	width: 25%;
}

.image25l {
	float: left;
	width: 25%;
	margin-right: 15%;
}

.image70r {
	float: left;
	width: 70%;
}

.image70l {
	float: left;
	width: 70%;
}

.image50l {
	float: left;
	width: 50%;
	margin-right: 15%;
}

.image50r {
	float: left;
	width: 50%;
}

.image35r {
	float: left;
	width: 35%;
}

.image35l {
	float: left;
	width: 35%;
	margin-right: 15%;
}

.copyleft , .copyright {
	width: 30%;
}

.copyleft p , .copyright p {
	font-family: "Lars";
	font-size: 16px;
	width: 60%;
	color: #999999;
	line-height: 22px;
	letter-spacing: .6px;
}

.copyleft p:first-of-type , .copyright p:first-of-type {
	margin-bottom: 14px;
	color: #000000;
}

.copyright p {
	padding-left: 20%;
}

.vertl {
	float: left;
	width: 38%;
	margin-right: 4%;
	margin-left: 10%;
}

.vertr {
	float: left;
	width: 38%;
}

.vertcenter {
	float: left;
	margin-left: 27.5%;
	width: 45%;
	margin-right: .5%;
}

#credits {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#credits h1 {
	font-family: "Century";
	font-size: 44px;
	color: #000000;
	line-height: 40px;
	float: left;
	width: 5%;
	white-space: nowrap;
}

#credits ul {
	float: left;
	width: 75%;
	list-style: none;
	font-family: "Lars";
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: .3px;
	margin-bottom: 50px;
	border-top: 1px solid;
	padding-top: 15px;
	margin-left: 20%;
}

#credits ul li{
	width: 50%;
}

#recolinks li {
	color: #999999;
	text-decoration: none;
}

#recolinks li:hover {
	text-decoration: underline;
}

#credits h1:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	margin-left: -40px;
	padding: 35px 40px 0 40px;
	width: 100%;
	float: left;
	margin-top: 50px;
	font-family: "Lars";
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: .1px;
	background-color: #F1F1F1;
	height: 400px;
}

#footer ul {
	float: left;
	list-style: none;
	width: 50%;
}

#footer ul a {
	color: #999999;
}

#footer ul a:hover {
	text-decoration: underline;
}

#top {
	width: 25%;
	float: left;
	font-size: 20px;
}

#top:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
}

#top:hover {
	cursor: pointer;
}



/* About */

#information {
	float: left;
	width: 100%;
	margin-top: 250px;
	margin-bottom: 100px;
}

#information img {
	float: left;
	width: 20%;
	margin-right: 5%;
	border-radius: 15px;
}

#about {
	float: left;
	width: 75%;
}

#about h1 {
	float: left;
	font-family: "Century";
	letter-spacing: -.5px;
	font-size: 68px;
	line-height: 75px;
	color: #000000;
	width:80%;
}

#about ul {
	float: left;
	border-top: 1px solid;
	list-style: none;
	width: 32%;
	font-family: "Lars";
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: .4px;
	margin-top: 75px;
	padding-top: 15px;
}

#about img {
	float: left;
}

#current {
	text-decoration: none;
	color: #000000;
}

#current:hover {
	color: #29DF0B;
	text-decoration: underline;
}