@charset "UTF-8";

/* general */

body {
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
img {
    border-width: 0;
}
::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}
::-webkit-scrollbar-thumb {
	height: 8px;
	width: 8px;
	background-color: #000;
}
::-moz-scrollbar {
	height: 8px;
	width: 8px;
}
::-moz-scrollbar-thumb {
	height: 8px;
	width: 8px;
	background-color: #000;
}
::-o-scrollbar {
	height: 8px;
	width: 8px;
}
::-o-scrollbar-thumb {
	height: 8px;
	width: 8px;
	background-color: #7F7F7F;
}
::scrollbar {
	height: 8px;
	width: 8px;
}
::scrollbar-thumb {
	height: 8px;
	width: 8px;
	background-color: #000;
}

/* content */

#logo {
	width: 350px;
	height: 53px;
}
#logo img {
	width: 100%;
	height: auto;
}
.logo_home {
	position: absolute;
	top: 0%;
	margin-top: 20px;
	left: 50vw;
	margin-left: -175px;
}
.logo_website {
	position: fixed;
	top: 30vh;
	margin-top: -27px;
	left: 0vw;
	margin-left: 80px;
	z-index: -1;
}
#menu {
	width: 89px;
	height: auto;
	position: fixed;
	margin-top: 20px;
	left: 100%;
	transform: -moz-translateX(calc(-100% - 20px));
	transform: -webkit-translateX(calc(-100% - 20px));
	transform: -o-translateX(calc(-100% - 20px));
	transform: translateX(calc(-100% - 20px));
	font-family: RobotoMono;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 15px;
	text-align: right;
	z-index: 1;
}
#menu-nav {
	width: auto;
	height: auto;
	position: fixed;
	left: 100%;
	transform: -moz-translateX(calc(-100% - 20px));
	transform: -webkit-translateX(calc(-100% - 20px));
	transform: -o-translateX(calc(-100% - 20px));
	transform: translateX(calc(-100% - 20px));
	font-family: RobotoMono, RobotoMonoIE, monospace;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 15px;
	text-align: right;
	z-index: 1;
	display: block;
}
.menu-nav_home {
	margin-top: 80px;
}
.menu-nav_website {
	margin-top: 65px;
}
#page-title {
	height: 34px;
	position: fixed;
	margin-top: 100px;
	left: 50vw;
	z-index: -1;
}
#page-title img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: -moz-translateX(-50%);
	transform: -webkit-translateX(-50%);
	transform: -o-translateX(-50%);
	transform: translateX(-50%);
}
.page-title_adv {
	width: 76px;
	margin-left: -38px;
}
.page-title_covers {
	width: 144px;
	margin-left: -72px;
}
.page-title_issue-00 {
	width: 176px;
	margin-left: -88px;
}
#content {
	width: -moz-calc(80vw + 10px);
	width: -webkit-calc(80vw + 10px);
	width: -o-calc(80vw + 10px);
	width: calc(80vw + 10px);
	height: auto;
	position: absolute;
	margin-top: 260px;
	margin-left: 10vw;
	padding-bottom: 100px;
}
.section-title {
	height: auto;
	position: relative;
	left: 100%;
	padding-right: 10px;
	padding-bottom: 0px;
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-size: 30px;
	line-height: 25px;
	font-style: italic;
	text-align: right;
	white-space: nowrap;
}
.section-title_colophon {
	width: 165px;
	margin-left: -175px;
}
.section-title_summary {
	width: 148px;
	margin-left: -158px;
}
#colophon {
	width: 100%;
	height: auto;
}
#colophon p {
	width: 40vw;
}
#summary {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.project {
	height: auto;
	position: relative;
}
.project img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.project-float {
	float: left;
}
.project-clear {
	float: none;
}
.project-details {
	width: 20vw;
	height: auto;
	overflow: hidden;
}
.project-page {
	width: auto;
    height: auto;
	position: absolute;
	padding-left: 10px;
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-size: 150px;
	line-height: 35px;
	font-style: italic;
	z-index: -1;
}
.project-title {
	width: 100%;
	height: 75px;
	position: absolute;
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-size: 30px;
	line-height: 25px;
	font-style: italic;
	text-align: center;
	display: table;
}
.project-title p {
	display: table-cell; 
	vertical-align: middle;
}
.project-text {
	width: 100%;
	height: auto;
	margin-top: 75px;
}
#project-menu {
	width: 105px;
	height: 49px;
	position: fixed;
	margin-top: 25px;
	left: 100%;
	margin-left: -125px;
	padding-right: 10px;
	text-align: right;
}

/* home */

#home-gif {
	width: 90vw;
	height: -moz-calc(100vh - 113px);
	height: -webkit-calc(100vh - 113px);
	height: -o-calc(100vh - 113px);
	height: calc(100vh - 113px);
	position: absolute;
	margin-top: 93px;
	left: 5vw;
	text-align: center;
}
#home-gif img {
	width: auto;
	height: 100%;
}
#info {
	width: 294px;
	height: auto;
	position: absolute;
	margin-top: 100vh;
	padding-bottom: 40px;
	left: 50vw;
	margin-left: -147px;
}
	
/* projects */

.project-width-01 {
	width: 18vw;
}
.project-width-02 {
	width: 20vw;
}
.project-width-03 {
	width: 22vw;
}
.project-width-04 {
	width: 24vw;
}
.project-margin-left-01 {
	margin-left: 5vw;
}
.project-margin-left-02 {
	margin-left: 10vw;
}
.project-margin-left-03 {
	margin-left: 20vw;
}
.project-margin-left-04 {
	margin-left: 30vw;
}
.project-margin-left-05 {
	margin-left: 40vw;
}
.project-margin-top-01 {
	margin-top: 25px;
}
.project-margin-top-02 {
	margin-top: 50px;
}
.project-margin-top-03 {
	margin-top: 75px;
}
.project-margin-top-04 {
	margin-top: 100px;
}

/* gallery */

#gallery {
	width: -moz-calc(50vh - 20px);
	width: -webkit-calc(50vh - 20px);
	width: -o-calc(50vh - 20px);
	width: calc(100vw - 35px);
	height: -moz-calc(50vh - 20px);
	height: -webkit-calc(50vh - 20px);
	height: -o-calc(50vh - 20px);
	height: calc(50vh - 20px);
	position: absolute;
	margin-top: 50vh;
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	padding-left: 20px;
	padding-right: 15px;
}
#gallery img {
	width: auto;
	height: 100%;
	margin-right: 5px;
}
#gallery img:hover {
	cursor: pointer;
}
#gallery video {
	width: auto;
	height: 100%;
	margin-right: 5px;
}

/* classes */

.top:hover {
	color: #ff3344;
	text-decoration: none;
	transition: color 0.2s ease-in;
	cursor: pointer;
}
.contact:hover {
	color: #ff3344;
	text-decoration: none;
	transition: color 0.2s ease-in;
	cursor: pointer;
}
.italic {
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-style: italic;
}
.fashion-stylist {
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-size: 40px;
	line-height: 40px;
	font-style: italic;
}
.image-consultant {
	font-size: 30px;
	line-height: 5px;
	margin-left: 20px;
}
.back-01 {
	padding-right: 5px; 
	font-family: RobotoMono, RobotoMonoIE, monospace;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 11px;
}
.back-02 {
	font-family: PlayfairDisplay, PlayfairDisplayIE, serif;
	font-size: 40px;
	line-height: 12px;
	font-style: italic;
}
.back-03 {
	padding-right: 20px; 
	font-family: RobotoMono, RobotoMonoIE, monospace;
	font-size: 30px;
	line-height: 10px;
}

/* links */

a:link {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff3344;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

/* fonts */

@font-face {
    font-family: PlayfairDisplay;
    src: url('../fonts_v01/PlayfairDisplay-Regular.otf') format('opentype');
}
@font-face {
    font-family: PlayfairDisplay;
    src: url('../fonts_v01/PlayfairDisplay-Italic.otf') format('opentype');
	font-style: italic;
}
@font-face {
    font-family: RobotoMono;
    src: url('../fonts_v01/RobotoMono-Medium.otf') format('opentype');
}
@font-face {
    font-family: PlayfairDisplayIE;
    src: url('../fonts_v01/PlayfairDisplay-Regular.eot');
}
@font-face {
    font-family: PlayfairDisplayIE;
    src: url('../fonts_v01/PlayfairDisplay-Italic.eot');
	font-style: italic;
}
@font-face {
    font-family: RobotoMonoIE;
    src: url('../fonts_v01/RobotoMono-Medium.eot');
}