
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

html { font-size: 62.5%; }

body { font-family: "Times New Roman", times, serif; }
h1 { font-size: 3.4rem; font-weight: normal; letter-spacing: 0.02em; }
h2 { font-size: 2.8rem; font-weight: normal; letter-spacing: 0.02em; }
a { text-decoration: none; }


body {
      background: #000;
      color: #b2b2b2;
			font-size: 1.23rem;
			/*background-image: url('../unnamed.jpg');*/
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	    background-position: left top;
      /*text-align: left;*/
}

a {
  color: #b2b2b2;
}

p { margin: 0.5rem 0; }

video {
    object-fit: contain;
}

.vimeo-container {
	padding: 1px;
}

.fluid-video {
		background: #000;
		height: 0;
		padding-bottom: 56.3%;
		position: relative;
}

.fluid-video > iframe {
		width: 100%;
		height: 100%;
		max-width: 100%;
		position: absolute;
		top: 0;
		left: 0;
}

.fluid-video-preview {
		background: #000;
		height: 0;
		padding-bottom: 56.3%;
		position: relative;
		background: #000 no-repeat center center;
		background-size: cover;
}

.fluid-video-preview > video {
		width: 100%;
		height: 100%;
		max-width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		/*opacity: .5;*/
}

.preview-container {

		cursor: pointer;

		position: absolute;
    width: 100%;
    transform: translateY(-100%);

		opacity: 1;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;

}

.fadeOut {
	opacity: 0;
	pointer-events: none;
}

.wrapper {
}

.container {
  min-height: 100wh;
	display: flex;
  flex-flow: row;
}

.header {
  position: fixed;
  z-index: 1;
	margin: 29px 0 0 40px;
}

.header-title {
	font-size: 3.4rem;
	line-height: 5rem;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.24rem;
  display: inline-block;
	margin: 3px 0 0 0;
}

.about {
	width: 780px;
	position: absolute;
	left: 277px;
  padding: 150px 0 60px 0;
	display: flex;
}

.about-portrait {
	width: 305px;
	height: 396px;
	background: #000 no-repeat center;
	background-size: cover;
	margin: 4px 0 15px 0;
}

.about-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.434rem;
	margin: -2px 0 0 22px;
	line-height: 1.9rem;
	display: flex;
	flex-direction: column;
}

.about-desc > p {
	//margin: 0;
	//flex: 1;
}

.content {
	position: absolute;
	left: 277px;
  padding: 112px 0 200px 0;
	width: 58%;
	max-width: 72.5rem;
}

.project {
  /*background: #661177;*/
  padding: 40px 0;
  border-bottom: 1px solid #b2b2b2;

}

.title {
  margin: 10px 0 10px 0;
	font-size: 2.8rem;
	letter-spacing: -0.5px;
}

.desc {
  font-family: Helvetica, sans-serif;
  margin: 16px 0 19px 0;
}

@media all and (max-width: 720px) {
	.container {
			 flex-direction: column;
	 }

	.header {
		width: 100%;
		height:52px;
		display: flex;
		align-items: center;
		background: #000;
		margin: 0;
		border-bottom: 1px solid #b2b2b2;
	}

	.header-title {
		font-size: 2.8rem;
		margin: 2px 0 0 17px;
	}

	.navigation {
		flex: 1;
		text-align: right;
    margin: 2px 18px 0 0;
    font-size: 1rem;
	}

	.project {
		padding: 15px 0;
	}

	.content {
		width:auto;
		left:0;
		position: relative;
		margin: 52px 0 0 0;
		padding: 0px;
	}

	.title {
		margin: 0 18px;
    font-size: 2rem;
	}

	.video {
		margin: 14px 0px;
	}

	.desc {
		margin: 0 18px;
		font-size: 1.1rem;
		line-height: 1.6rem;
	}

	.about {
		width:auto;
		left:0;
		position: relative;
		margin: 71px 18px 30px 18px;
		padding: 0;
		flex-direction: column;
	}

	.about-portrait {
		width: auto;
		height: 0;
		margin: 0;
    	padding-bottom: 70%;
		background-position-y: 25%;
	}

	.about-desc {
		width: auto;
		margin: 8px 0 0 0;
		font-size: 2.9vw;
		line-height: 4.1vw;
	}

	.about-desc > p {
		margin: 0.6rem 0;
	}

}
