@font-face {
  font-family: 'clarendon-text-pro';
  src: url('/css/NonSolus-Medium.otf');
}
@font-face {
  font-family: 'tenso';
  src: url('/css/tenso.otf');
}
header {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 1000;
}
header #logo {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
body {
  overflow-x: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #09091a;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #ffffff;
  font-family: "clarendon-text-pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
body div.container .middle {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body div.container .middle .inner {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
html,
body {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
p {
  font-family: "clarendon-text-pro", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 20px;
}
