@font-face {
    font-family: 'agrefix2bold';
    src: url('fonts/agrefix2-webfont.woff2') format('woff2'),
         url('fonts/agrefix2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



body, html {
  background-color: #2c2c2c;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.theline {
  border-left: 1px solid #fff;
  float: left;
  height: 100%;
  position: relative;
  width: 4.92%;
}
.mother,.mother2
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;

}

.innermother2
{
	position: absolute;
	width: 100%;
	height: 100%;

}

.theline2 {
  border-top: 1px solid #fff;
  float: left;
  height: 4.9%;
  position: relative;
  width: 100%;
  opacity: 0.3;
}
/*
#panorama {
  float: left;
  height: auto;
  position: relative;
  width: 100%;
}
*/

#panoramamother {
  background-color: #2C2C2C;
  height: 2000px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}


#panorama  {
  position: relative;
    overflow: hidden;

}

#panorama:before {
  display: block;
  content: "";
  width: 100%;

  padding-top: 56.25%;
}


.panorama-pict {
  height: 100%;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}


#toplayer, #toplayer2, #toplayer3, #punkdude, #leafone, #splats, #cloud1,#theball,#therain,#rainsplats,#extraletters,#buildingtrace, #moreworkintro
{
width: 100%;
height: 100%;
position: absolute;
top:0;
right: 0;
}



#toplayer {z-index: 50;}
#toplayer2 {z-index: 50;}
#toplayer3 {z-index: 48;}

#extraletters {z-index: 48;}

#punkdude {z-index: 51}

#leafone {z-index: 51}

#buildingtrace{z-index: 30;opacity: 0.1;}

#splats,#therain {z-index: 55;}

#cloud1,#theball,#rainsplats {z-index: 60;}
#cloud1 {display: none;}

#sitelogo {
  height: 50px;
  left: 1px;
  position: fixed;
  top: 6px;
  width: 50px;
  z-index: 100;
}

#sitelogo > img {
  width: 100%;
}

#gradientback, #gradientback2 {
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;

}

#colourback {
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #2C2C2C;
}

#gradientback2  {opacity: 0;}


#trigger2 {
  position: absolute;
  top: 0;
  left: 0;
}

#trigger3 {
  position: absolute;
  top: 70%;
  left: 0;
}

#abouttext {
  bottom: 30%;
  left: 20%;
  position: absolute;
  right: 20%;
  top: 15%;
}

#abouttext p {
  color: #fff;
  font: 30px/40px "agrefix2bold",Helvetica,Arial;
}

.pan-second
{
  margin-top: -15px;
}

@media screen and (max-width: 600px) {
.pan-second{margin-top: -7px;}
}

/*Workthumbs*/

#work-matrix {

  float: left;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.boxer {
  background-color: white;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 25%;
}

.boxer > img {
  float: left;
  height: auto;
  position: relative;
  width: 100%;
}

.infoboxer {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 80%;
   transform: translate(-50%, -50%);
}

.infoboxer h2
{
 font: 30px/27px "agrefix2bold",Helvetica,Arial; 
 color: black;
 margin-bottom: 5px;
 text-transform: uppercase;
 letter-spacing: -1px;

}

.infoboxer h3
{
 font: 12px/13px "agrefix2bold",Helvetica,Arial; 
 color: black;
  margin-bottom: 5px;
  text-transform: uppercase;

}

.infoboxer p
{
 font: 300 12px/14px "Open Sans",Helvetica,Arial; 
 color: black;

}

