/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/
License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body {
        margin: 0;
        min-width: 980px;
        padding: 0;
}

p {
        margin: 0 0 20px 0;     
}

p, ul {
        font-size-adjust:0.488;
        font-weight:200;
        font-style:normal;
}

h1, #pixels{
        font-size-adjust:0.40;
        font-weight:700;
        font-style:normal;
}

h2{
        font-size-adjust:0.531;
        font-weight:500;
        font-style:normal;
}

p,h1,h2,h3,h4,h5,h6 {
        color: black;
        letter-spacing: 3.5px !important;
        line-height: 1.4;
}

#nav li{
        margin: 0 0 15px 0;     
}

#header, #intro, #wrap{
        width: 100%;
}

a:hover {
        color: #e500b1;
}
#wrap{
  background: url(../assets/bg/grey-2.png) 50% 0 fixed;
  background-size: cover;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

#wrap .bg{
  background: url(../assets/bg/black-2.png) 50% 0 fixed;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  position: absolute; 
  z-index: 200;
  width: 100%;
}
#wrap .bg2{
  background: url(../assets/bg/blue-2.png) 50% 0 fixed;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 200;
  width: 100%;
}
#wrap .bg3{
  background: url(../assets/bg/yellow-2.png) 50% 0 fixed;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 200;
  width: 100%;
}
#wrap .bg4{
  background: url(../assets/bg/green-2.png) 50% 0 fixed;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 200;
  width: 100%;
}
#wrap .bg5{
  background: url(../assets/bg/pink-2.png) 50% 0 fixed;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 14999;
  width: 100%;
}


#nav {
position: absolute;
z-index: 20000;
background: white;
top: 61px;
left: 0;
right: 0;
z-index: 32000;
}