@font-face {
    font-family: 'DISCORegular';
    src: url('../fonts/DISCO___-webfont.eot');
    src: url('../fonts/DISCO___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DISCO___-webfont.woff') format('woff'),
         url('../fonts/DISCO___-webfont.ttf') format('truetype'),
         url('../fonts/DISCO___-webfont.svg#DISCORegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
        font-family: DISCORegular, Helvetica, Arial, sans-serif;
        font-size: 3.5em;
}

.header {
        margin-top:60px;
        margin-left:20px;
}

#stripe {
        background-image:url(../images/stripe.png);
        width:600px;
        height:3px;
        margin-top:450px;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

#stripe-alt {
        background-image:url(../images/stripe.png);
        width:600px;
        height:3px;
        margin-top:850px;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

#stripe-5rows {
        background-image:url(../images/stripe.png);
        width:600px;
        height:3px;
        margin-top:1050px;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

#stripe-vertical-feature {
        background-image:url(../images/stripe.png);
        width:600px;
        height:3px;
        margin-top:50px;
        padding-top:50px;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

#stripe-365 {
        background-image:url(../images/stripe.png);
        width:600px;
        height:3px;
        margin-top:850px;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

#about-stripe {
        background-image:url(../images/stripe.png);
        width:600px;
        height:3px;
        margin-top:150px;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

#bottom-navigation {
        width:600px;
        height:130px;
        margin-left:137px;
}

#portfolio-navigation {
        width:450px;
        height:100px;
        margin:auto;
}

.nav, .nav ul { 
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav {
  font-family: DISCORegular, Helvetica, Arial, sans-serif;
  z-index: 50;
  position: relative;
}

.nav li {
  border-left: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 1.22em/25px DISCORegular, Helvetica, Arial, sans-serif;
  background: #e2e2e2;
  color: #959595;
  display: block;
  padding: 0 9px;
  text-decoration: none;
}
 
.nav li a:hover {
  background: #e2e2e2;
  color: #000;
}

#nav-home, #nav-portfolio, #nav-about, #nav-contact, #nav-purchase li:hover a, 
#nav-home, #nav-portfolio, #nav-about, #nav-contact, #nav-purchase li.sfHover a {
  background: #e2e2e2;
  color: #000;
}
#nav-home, #nav-portfolio, #nav-about, #nav-contact, #nav-purchase li:hover ul a, 
#nav-home, #nav-portfolio, #nav-about, #nav-contact, #nav-purchase li.sfHover ul a {
  background: #e2e2e2;
  color: #959595;  
}
#nav-home, #nav-portfolio, #nav-about, #nav-contact, #nav-purchase li:hover ul a:hover, 
#nav-home, #nav-portfolio, #nav-about, #nav-contact, #nav-purchase li.sfHover ul a:hover {
  background: #e2e2e2;
  color: #000;  
}
 
.nav ul {
  background: #e2e2e2;
  border:none;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: none
  padding-right: 0px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #e2e2e2;
  color: #000;
}
