/* >>> BASE <<< */
body {
    background: #eaeae5;
    color: #3e3e3d;
    font-family: 'Open sans', sans-serif;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
ul, li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
p, blockquote, ul, h1, h2, h3, h4, h5, #production-photos {
    width: 80%;
    margin: 1em auto;
}
a {
    color: #0a6c99;
    text-decoration: none;
}
a:hover {
    color: #0a6c99;
    text-decoration: underline;
}
h1,h2,h3,h4,h5 {
    text-transform:uppercase;
}
h1,h2 {
    margin: 60px auto 30px auto;
}
img {
  height: auto;
  width: 100%;
}

/* >>> NAV <<< */
nav {
    width: 100%;
    height: 50px;
    background: #f3f2ec; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f2ec 0%, #ddddd9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2ec), color-stop(100%,#ddddd9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f2ec 0%,#ddddd9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f2ec 0%,#ddddd9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f2ec 0%,#ddddd9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f2ec 0%,#ddddd9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2ec', endColorstr='#ddddd9',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:    0 0 7px 5px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0 0 7px 5px rgba(0,0,0, 0.10);
    box-shadow:         0 0 7px 5px rgba(0,0,0, 0.10);
}

nav a.titlescreen {
    text-decoration: none;
    color: #7e7e7e;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 26px;
    margin-left: 2.5%;
    background: url(img/interface/index_hide_btn.png) left center no-repeat;
    font-weight: 600;
}

/* >>> PHOTOS <<< */
#production-photos .row img {
  width: 30%;
}
#production-photos .row.last img.first {
  margin-left: 15%;
}
