/* 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;
}

@font-face {
  font-family: 'Biko Regular';
  src: url("http://localhost:8887/april/www/stylesheets/fonts/Biko_Regular.otf");
}
@font-face {
  font-family: 'Biko Light';
  src: url("http://localhost:8887/april/www/stylesheets/fonts/Biko_Light-Restricted.otf");
}
body {
  background: url("../../images/bkg.repeating.lg.jpg") repeat;
  background-color: #f2f1f1;
}

a, p, h1, h2, h3, h4 {
  font-family: 'Biko Regular', Helvetica, sans-serif;
}

a {
  outline: none;
}

img {
  height: auto;
  width: 100%;
}

#main {
  float: left;
  width: 100%;
  	/*
  	section {
  	  padding: 25px 0 35px;
  	  background: #fff;
  	}
  
  	.parallax-window {
  	  height: 500px;
  	  width: 100%;
  	}
  
  	pre {
  	  overflow: auto;
  	}
  
  	pre code {
  	  word-wrap: normal;
  	  white-space: pre;
  	}
  
  	footer {
  	  background: #000;
  	  color: #ddd;
  	  padding: 30px 0 30px;
  	  text-align: center;
  	}
  
  	footer a {
  	  color: #ddd;
  	  text-decoration: none;
  	}
  
  	footer a:hover {
  	  color: #eee;
  	  text-decoration: underline;
  	}
  	*/
}
#main header {
  background-color: #000;
  height: 50px;
  padding: 0 5%;
  position: fixed;
  width: 100%;
}
#main header a {
  color: #fff;
  float: left;
  font-family: 'Biko Light';
  font-size: 20px;
  padding-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#main header #menu {
  float: right;
  padding-right: 10%;
}
#main header #menu li {
  float: left;
  padding: 0 8px;
  text-align: right;
}
#main header #menu li a {
  float: left;
  font-size: 11px;
  padding-top: 24px;
}
#main #content {
  margin-top: 50px;
}
#main #content h2 {
  border-bottom: 1px solid #000;
  color: #000;
  float: left;
  font-size: 35px;
  margin: 30px 10%;
  padding-bottom: 30px;
  text-align: center;
  width: 80%;
}
#main #content #hero img {
  background-size: cover;
  float: left;
}
#main #content .work {
  /*padding: 0 5%;*/
  float: left;
}
#main #content .work ul {
  float: left;
  padding: 0 16%;
  width: 68%;
}
#main #content .work ul li {
  float: left;
  padding: 2%;
  width: 21%;
}
#main #content .work ul li img {
  border-radius: 10px;
  box-shadow: 0 2px 10px;
}
#main #content .work h3 {
  float: left;
  margin-top: 15px;
}
#main #content .work .image-divider {
  float: left;
  padding: 30px 0;
}
#main #content .work .image-divider h2 {
  border: 0;
  font-size: 25px;
  margin: 20px 10% 0 1%;
  padding-bottom: 0;
  text-align: left;
}

/*# sourceMappingURL=app.css.map */
