body {
  margin: 0;
  padding: 0;
  z-index:0;
}

@font-face {
    font-family: "Funnel Sans";
    src:url("../fonts/funnel-sans.ttf");
}

#image {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index:-1;
  margin-top:0;
  margin-left:0;
  top:0px;
  text-align:center;
}

#image img {
	object-fit:cover;
	height:100vh;
}

/* General Classes */

.line-height-15 {
  line-height: 1.5em;
}

.vh100 {
  height: 100vh;
}

.padding-top-vh-30 {
	margin-top:30vh;
}

.center-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.middle-left {
	display: flex;
	  justify-content: left;
	  align-items: center;
	  height: 100vh;
}

.middle-right {
	display: flex;
	  justify-content: right;
	  align-items: center;
	  height: 100vh;
}

.large-arrow {
	position:fixed;
	left:30px;
	bottom:30px;
	font-size:2em;
}

/* Fonts */

.brigade {
  font-family: "brigade", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.minion {
  font-family: "minion-pro-subhead", serif;
  font-weight: 200;
  font-style: normal;
}

.oldstyle {
  font-family: "ltc-goudy-oldstyle-pro", serif;
  font-weight: 200;
  font-style: normal;
}

.fournier {
  font-family: "psfournier-std", sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

.ledger {
  font-family: "Ledger", serif;
  font-weight: 200;
  font-style: normal;
}

.bitter-200 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.bitter-300 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.bitter-400 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.inter-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.funnel-sans-300 {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.funnel-sans-400 {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.funnel-sans-500 {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.funnel-sans-600 {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* Footer Container */

footer {
  color: #999;
  font-size: 1em;
  line-height: 1.7em;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 120px 0;
  padding:40px;
}

footer div {
  margin-left: auto;
  text-align: center;
}

/* Header Container */

.logo {
  position: fixed;
  text-align: center;
  padding: 60px 0 60px 0;
  text-align: center;
  vertical-align: center;
  width: 100%;
  text-align:center;
  align:center;
  z-index:20;
  vertical-align: middle;
}

.logo img {
  width: 210px;
}

.logo a {
  color: #000;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  vertical-align: center;
  font-size: 2.5em;
  line-height: 1em;
}

/* Side Menu */

.vertical-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1000;
  padding: 0;
  margin: 0 60px 0 0;
  white-space: nowrap;
}

.vertical-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.vertical-menu li {
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.vertical-menu a {
  text-decoration: none;
  color: black;
  display: inline-block;
  transition: color 0.3s;
  font-size: 1.4em !important;
}

.vertical-menu a:hover {
  color: blue;
}

/* Container */

.page-container {
  min-height: 400px;
}

.padding-top {
  padding-top: 200px;
}

.padding-sides {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.content {
  margin: 0 calc(50px + 10vw);
  z-index:2!important;
}

.content.wider {
  margin: 0 calc(50px + 6vw);
}

/* Portfolio */

.portfolio-title {
	margin:250px 0;
}

.portimg.vert {
	width:40%;
}

.portimg.horz {
	width:50%;
}

.photo-fit {
	height:100vh;
	vertical-align: middle;
	align:center;
	text-align:center;
}

.photo-fit img {
	vertical-align: middle;
	  height: 70vh;
	  margin-top:15vh;
}

.longdash {
	 padding : 1px 0 0 0;
	 width : 5em;
	 margin : 4px 12px 4px 8px;
	 background-color: #000;
	 display:inline-block;
}

p.more-spacing {
	line-height:1.8em;
	margin-bottom:1em;
}

p.medium-spacing {
	line-height:1.5em;
	margin-bottom:1em;
}


/* Homepage */

.homepage {
  height: 100vh;
}

.homepage img {
  height: 70vh;
  margin-top: calc(15vh + 40px);
}

.homepage.left-img img {
  margin-right: 50px;
}

.homepage.right-img img {
  margin-left: 50px;
}

.mobilehome {
  height: 100vh;
  width:100vw;
  overflow: hidden;
}

.mobilehome img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Text */

.text-about {
  font-size: calc(1.3em + 1vw) !important;
  line-height: 1.4em;
}

.text-about-medium {
  font-size: calc(1em + 0.8vw) !important;
  line-height: 1.6em;
  padding-top: 8px;
  display: inline-block;
}

.header-info-text {
	line-height:1.6em;
	font-size:1.5em;
}

/* sizes */

.marg-40 {
  margin: 40px;
}

.red {
  background: red;
}

.blue {
  background: blue;
}

.center {
  text-align: center;
}

/* Pages */

.notfound-portrait {
  margin-top: 20vh;
}

.notfound-portrait img {
  width: 90%;
  height: auto;
}

.work-list {
  font-size: 2.5em;
  line-height:1.5em;
}

.work-list a {
	display:block;
}

.mobile-menu-opener {display:none!important;}

.button {
  padding:9px 22px;
  display: inline-block;
  color:white;
  background:blue;
}

.button:hover {
  background:#1a1a1a;
  color:white!important;
}

/* Media Queries */

@media (max-width: 950px) {
  
  .vertical-menu {
	position:fixed;
	width:100vw;
	height:100vh;
	background:white;
	display:none;
	top:0px;
	right: 0;
	transform: none;
	writing-mode: horizontal-tb;
	text-orientation: inherit;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	z-index: 10000;
}
  
  .vertical-menu.open {
	  display:block;
  }
  
  .vertical-menu ul li {
	  display:block;
	  font-size:1.5em;
  }

//  .vertical-menu ul li a {
//	  font-family: "psfournier-std", sans-serif !important;
//	  font-weight: 300;
//	  font-style: normal;
//  }
  
  
  .vertical-menu ul {
	  margin-top:55%;
  }
 
  .content {
	margin: 0 10vw;
  }

  .mobile-menu-opener {
	display: block!important;
	position:fixed;
	right:30px;
	bottom:30px;
	font-weight:800;
	z-index: 20000;
  }
  
  .mobile-menu-opener a {
	font-size: 2.5em;
	transition: color 0.3s;
  }
  
  .mobile-menu-opener a:hover {
	color: blue;
	text-decoration: none;
  }
  
  .logo  {
	  //padding: 40px 0 40px 0;
  }
  
  .logo img {
	  //width:170px;
  }
  
  .content.wider {
	margin: 0 calc(20px + 0vw);
  }
  
  .work-list {
	font-size: 1.5em;
  }
  
  .portfolio-title  h1{
	  font-size:1.5em;
	  padding:0 40px;
  }
  
  .portfolio-title {
	  margin:50px 0 150px 0;
  }
  
  .fluid-mobile {
	  max-width:100vw;
	  max-height:100vh;
  }
  
  .header-info-text {
	  line-height:1.5em;
	  font-size:1.2em;
  }
  
  .center-middle.no-max {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin:60px 0;
  }
  
  .padding-top-vh-30 {
	  margin-top:10vh;
  }
  
  .longdash {
	  padding:0;
	   width : auto;
	   margin : 0px;
	   background-color: white;
	   display:inline-block;
  }
  
  .longdash::before {
	  content: 'by';
  }
  
}

a {
	transition: color 0.3s;
	z-index:900000!important;
}

a:hover {
	color:blue;
	text-decoration: none;
}
