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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  text-align: center;
  position: relative;
  font-family: linux_biolinum_o, georgia, serif;
  font-size: 15px;
  min-height: 100%;
  border-left: 13px solid #000;
  border-right: 13px solid #000;
}
body .content {
  padding-top: 200px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding: 30px 0 20px 0;
  border-left: 13px solid #000;
  border-right: 13px solid #000;

}
header h1 {
  font-size: 40px;
  font-family: cambonregular, arial, sans-serif;
  text-transform: uppercase;
}
header h1 a {
  text-decoration: none;
}
header .pointer {
  font-family: cambonregular, arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 13px;
  letter-spacing: 1px;
}
header .pointer a {
  text-decoration: none;
}
header .pointer a:hover {
  text-decoration: underline;
}
header nav {
  margin: 11px auto 0 auto;
  width: 294px;
  text-align: center;
  zoom: 1;
}
header nav:before,
header nav:after {
  content: "";
  display: table;
}
header nav:after {
  clear: both;
}
header nav li {
  font-size: 11px;
  display: block;
  float: left;
  text-transform: uppercase;
  width: 98px;
}
header nav li.about {
  text-align: left;
  padding-left: 4px;
}
header nav li.links {
  text-align: center;
}
header nav li.contact {
  text-align: right;
}
header nav li a {
  text-decoration: none;
}
header nav li.opened a {
  border-bottom: 2px solid #000;
}
.project-list {
  overflow: hidden;
}
section {
  margin-bottom: 30px;
}
section.closed .project-inner {
  display: none;
}
section.closed .projectheader {
  margin-bottom: 0;
}
section .projectheader {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 2vh;
}
section .projectheader h2 {
  font-size: 45px;
  font-size: 4vw;
  text-transform: uppercase;
}
section .projectheader .date,
section .projectheader .category {
  font-family: cambonregular, arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1vw;
  top: 0px;
  top: 0.5vw;
  width: 250px;
  line-height: 15px;
  line-height: 1vw;
}
section .projectheader .date {
  left: 0px;
  text-align: right;
  margin-left: -260px;
}
section .projectheader .category {
  right: 0px;
  text-align: left;
  margin-right: -260px;
}
section .project-inner {
  min-height: 300px;
}
section .project-inner .gallery {
  text-align: left;
  margin: 0 auto 10px auto;
  max-height: 600px;
}
section .project-inner .meta {
  font-size: 20px;
  font-family: cambonregular, arial, sans-serif;
  text-transform: uppercase;
}
section .project-inner .description {
  width: 650px;
  margin: 20px auto 0 auto;
  font-size: 16px;
}
section .project-inner .description img {
  margin: 0 0 20px 0;
}
.popups .popup {
  width: 800px;
  margin: 0 auto 50px auto;
  text-align: left;
  zoom: 1;
}
.popups .popup:before,
.popups .popup:after {
  content: "";
  display: table;
}
.popups .popup:after {
  clear: both;
}
.popups .popup.closed {
  display: none;
}
.popups .popup#contact {
  text-align: center;
}
.popups .popup#links {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-with: 400px;
}
.popups .popup .col {
  float: left;
  width: 380px;
}
.popups .popup .col:first-child {
  margin-right: 40px;
}
.popups .popup .col.c2 {
  margin-top: -20px;
}
.popups .popup h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 5px 0;
}
.popups .popup .intro {
  font-weight: bold;
}
.popups .popup .intro .long {
  padding-right: 30px;
}
.popups .popup li {
  padding-left: 114px;
}
a {
  color: inherit;
}
::-webkit-scrollbar {
  background: none;
  width: 13px;
  position: relative;
  border: 2px solid #000;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #fff;
  -webkit-border-radius: 10px;
  border: 3px solid #000;
  margin: 8px solid #000;
}
::-webkit-resizer,
::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body,
  header {
    border-right: 0px;
  }
}
strong {
  font-weight: bold;
}
p {
  margin-bottom: 10px;
  line-height: 17px;
}
hr {
  border: none;
  border-bottom: 2px solid #000;
  margin: 20px 0;
}
em {
  font-style: italic;
}
@font-face {
  font-family: 'linux_biolinum_o';
  src: url("fonts/linbiolinum_r-webfont.eot");
  src: url("fonts/linbiolinum_r-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/linbiolinum_r-webfont.woff") format('woff'), url("fonts/linbiolinum_r-webfont.ttf") format('truetype'), url("fonts/linbiolinum_r-webfont.svg#linux_biolinum_oregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'linux_biolinum_o';
  src: url("fonts/linbiolinum_rb-webfont.eot");
  src: url("fonts/linbiolinum_rb-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/linbiolinum_rb-webfont.woff") format('woff'), url("fonts/linbiolinum_rb-webfont.ttf") format('truetype'), url("fonts/linbiolinum_rb-webfont.svg#linux_biolinum_obold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'linux_biolinum_o';
  src: url("fonts/linbiolinum_ri-webfont.eot");
  src: url("fonts/linbiolinum_ri-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/linbiolinum_ri-webfont.woff") format('woff'), url("fonts/linbiolinum_ri-webfont.ttf") format('truetype'), url("fonts/linbiolinum_ri-webfont.svg#linux_biolinum_oitalic") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'cambonregular';
  src: url("fonts/cambon-webfont.eot");
  src: url("fonts/cambon-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/cambon-webfont.woff") format('woff'), url("fonts/cambon-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
