#bg { 
  background-color: #ffffff;
}

#bg-contact { 
  background: url(http://www.devonfarber.com/images/studio.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact a {
color: #222222;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#contact a:hover {
color: #b3b3b3;
}

/* Normalize ------------------------------------------------- */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}


/* Branding styles
  --------------------------------------------- */
  header[role="masthead"] #branding {
    float: left;
    height: 70px;
    width: auto;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 10px;
    background-size: 70px;
  }
  header[role="masthead"] #branding h1 {
    display: block;
    margin: 1em 0 0 30px;
    padding: 0;
    font-family: "Baskerville, Times New Roman, Georgia, Times", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: .15em;
  }
header[role="masthead"] a {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header[role="masthead"] a:visited {
    color: #222222;
  }
  header[role="masthead"] a:hover {
    color: #b3b3b3;
  }
  header[role="masthead"] a:focus {
    outline: thin dotted;
    color: #b3b3b3;
  }
  header[role="masthead"] a:hover,
  header[role="masthead"] a:active {
    outline: 0;
  }




/* Main Navigation styles
  --------------------------------------------- */
  a.menu-link {
    display: none;
  }
  nav[role="navigation"] {
    float: right;
    text-align: right;
    margin: 0 0 0 0;
    clear: none;
    background: transparent;
  }
  .js nav[role=navigation] {
    max-height: none;
  }
  nav[role="navigation"] ul {
    border-top: none;
    margin: 0;
    padding: 0;
  }
  nav[role="navigation"] ul li {
    float: left;
    padding: 0 0 0 0;
    text-align: right;
    border-bottom: none;
  }
  nav[role="navigation"] ul li:last-child {
    padding-right: 40px;
    border-bottom: 0;
  }
  nav[role="navigation"] a {
display: block;
    margin: 1.86em 0 0 20px;
    padding: 0;
    font-family: "Baskerville, Times New Roman, Georgia, Times", serif;
    font-size: .9rem;
    font-weight: 200;
    text-transform: lowercase;
    letter-spacing: .07em;
    text-decoration: none;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav[role="navigation"] a:hover {
    color: #b3b3b3;
  }
  #design nav[role="navigation"] li.design a,
  #contact nav[role="navigation"] li.contact a,
  #facebook nav[role="navigation"] li.facebook a {
    color: #b3b3b3;
  }






/* SLIDER styles
------------------------------------------------------------- */

#slides {
  position: relative;
  border: 5px;
}
#slides .slides-container {
  display: none;
}

#captions {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  
 }
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  left: 40px;
  right: 40px;
  z-index: 3;
  top: 45%;
}

.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

/* bottom SLIDE NAVIGATION
------------------------------------------------------------------

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}



.slides-pagination a {
  border: 1px solid #737373;
  border-radius: 15px;
  width: 8px;
  height: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 16px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #737373;
}

*/