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

/* Responsive Fluid Grid - http://onepcssgrid.mattimling.com/ */
.grid {
  margin: 0 auto;
  padding: 0 0 0 1%;
}
.grid {
  max-width: 1220px;
  padding: 0 7%;
}
.row {
  clear: both;
  padding: 0 10px;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
}
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}
.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }
.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 768px) {
  .row {
  }
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
    float: none;
    width: 99%;
  }
}

/* Google Fonts */

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

}

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

}

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

}


/* Main */

body {
  color: #777;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

header {
  overflow: hidden;
  background-color: #223B4F;
}

header h1 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font: 300 22px "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  text-transform: lowercase;
  padding: 20px 0;
}

header a {
  text-decoration: none;
  color: rgb(100,100,100);
  color: rgba(255,255,255,0.3);
}

header a:hover {
  color: rgb(255,255,255);
  color: rgba(255,255,255,0.9);
  text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

header nav ul {
  float: right;
}

header nav ul li {
  float: left;
  padding: 20px 0 20px 20px;
  text-transform: lowercase;
}

header nav a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font: 300 22px "Oswald", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  color: rgb(100,100,100);
  color: rgba(255,255,255,0.3);
}

header nav a b {
  font-weight: inherit;
}

header nav a i {
  display: none;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  header h1, header nav a {
    font-size: 18px;
  }
  .menu-container {
    position: relative;
  }
  .menu {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
  }
  header nav a b {
    display: none;
  }

  header nav a i {
    display: inline;
  }
}

@media all and (max-width: 320px) {
  header h1, header nav a {
    font-size: 12px;
  }
  header nav ul li {
    padding-left: 5px;
  }
}

/* Title */

.title {
  margin: 50px 0;
  overflow: hidden;
}

.title h3 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0,0,0,.9);
  color: rgb(0,0,0);
  color: rgba(0,0,0,.95);
  font: 300 50px "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
}

@media all and (max-width: 768px) {
  .title {
    margin: 30px 0;
  }
  .title h3 {
    font-size: 40px;
  }
}

/* Intro */

.intro {
  background: url(../images/bg-fallout.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;

  background-color: #697279;
  padding: 30px 0;
  overflow: hidden;
}

.intro h1 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 2px 2px 4px rgba(0,0,0,.9);
  color: rgb(255,255,255);
  color: rgba(255,255,255,.95);
  font: 400 72px "Oswald", Impact, sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  padding-bottom: 20px;
  color: #fff;
}

.intro h2 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 2px 2px 4px rgba(0,0,0,.9);
  color: rgb(255,255,255);  
  color: rgba(255,255,255,.95);
  font: 300 52px "Oswald", Impact, sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #fff;
}

.intro p {
  color: #fff1de;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 1em;
}

.intro p em {
  font-style: italic;
}

.intro p strong {
  font-weight: bold;
}

.intro p a {
  color: #7ab8a0;
  border-bottom: 1px dotted #7ab8a0;
  text-decoration: none;
  font-weight: bold;  
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.intro a:hover {
  border-style: solid;
  text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

@media all and (max-width: 768px) {
  .intro h1 {
    font-size: 40px;
  }
  .intro h2 {
    font-size: 30px;
  }
}

/* Explanation */

.explanation {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;

  background-color: #697279;
  padding: 30px 0;
  overflow: hidden;
}

.explanation h3 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0,0,0,.9);
  color: rgb(0,0,0);  
  color: rgba(0,0,0,.8);
  color: #fff;
  font: 400 42px "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  padding-bottom: 20px;
}

.explanation h4 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0,0,0,.9);
  color: rgb(0,0,0); 
  color: rgba(0,0,0,.8);
  color: #fff;
  font: 300 32px "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.explanation h4 a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  font-weight: bold;  
  text-transform: lowercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.explanation h5 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0,0,0,.9);
  color: rgb(0,0,0); 
  color: rgba(0,0,0,.8);
  color: #fff;
  font: 300 24px "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.explanation ul {
  list-style: circle;
}

.explanation ul li {
  color: #DED8C6;
  text-shadow: 1px 1px 1px rgba(0,0,0,.9);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.explanation p {
  color: #DED8C6;
  text-shadow: 1px 1px 1px rgba(0,0,0,.9);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 1em;
}

.explanation p em {
  font-style: italic;
}

.explanation p strong, .explanation ul li strong {
  font-weight: bold;
  color: #fff;
}

.explanation p a {
  color: #DED1CC;
  border-bottom: 1px dotted #DED1CC;
  text-decoration: none;
  font-weight: bold;  
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.explanation a:hover {
  border-style: solid;
  text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}

.explanation hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid rgb(34,59,79);
  border-bottom: 1px solid rgb(34,59,79);
}

@media all and (max-width: 768px) {
  .explanation h3 {
    font-size: 30px;
  }
  .explanation h4 {
    font-size: 24px;
  }
}
@media all and (max-width: 320px) {
  .explanation h3 {
    font-size: 25px;
  }
  .explanation h4 {
    font-size: 18px;
  }
}

/* Backgrounds */

.bg1 {
  background: #5f686e url(../images/bg-fallout.jpg) 50% 0 no-repeat fixed;
}
.bg2 {
  background: #5f686e url(../images/bg-fallout2.jpg) 50% 0 no-repeat fixed;
}
.bg3 {
  background: #5f686e url(../images/bg-fallout3.jpg) 50% 0 no-repeat fixed;
}

/* Projects */

.rogers {
  background: #5f686e url(../images/project-rogers.jpg) 50% 50% no-repeat;
}
.chatr {
  background: #5f686e url(../images/project-chatr.jpg) 50% 50% no-repeat;
}
.rbh {
  background: #5f686e url(../images/project-rbh.jpg) 50% 50% no-repeat;
}

.bioshock {
  background: #5f686e url(../images/project-bioshock.jpg) 50% 50% no-repeat;
}

.ad {
  background: #5f686e url(../images/project-ad.jpg) 50% 50% no-repeat;
}
.deck {
  background: #5f686e url(../images/project-deck.jpg) 50% 50% no-repeat;
}
.cookies {
  background: #5f686e url(../images/project-cookies.jpg) 50% 50% no-repeat;
}

.walmart1 {
  background: #5f686e url(../images/wishabi-mock_walmart1_tn.jpg) 50% 50% no-repeat;
}
.walmart2 {
  background: #5f686e url(../images/wishabi-mock_walmart2_tn.jpg) 50% 50% no-repeat;
}
.walmart3 {
  background: #5f686e url(../images/wishabi-mock_walmart3_tn.jpg) 50% 50% no-repeat;
}

.project {
  height: 168px;
  background-color: rgba(34,59,79, 0.2);
  margin-bottom: 20px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  border: 10px solid rgb(34,59,79);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.project span {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 100%;
  background: rgb(34,59,79);
  background: rgba(34,59,79, 0.7);

  color: #DED8C6;
  text-shadow: 1px 1px 1px rgba(0,0,0,.9);
  font-size: 16px;
  font-weight: 300;

  -webkit-transition: all 200ms ease-out 0.1s;
  -moz-transition: all 200ms ease-out 0.1s;
  -o-transition: all 200ms ease-out 0.1s;
  transition: all 200ms ease-out 0.1s;
}

.project:hover span {
  top: 60%;
}

footer {
  background-color: #223B4F;
  padding: 20px 0;
  margin: 0;
  overflow: hidden;
}

footer a em {
  font-size: 32px;
  position: relative;
  top: 2px;
}

footer a {
  background: url(../images/footer-logo.png) center left no-repeat;
  padding: 25px 0 25px 65px;
  color: #fff;
  font: 300 20px "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 75px;
  height: 75px;
  text-decoration: none;
}

footer a span {
  visibility: hidden;
}

footer a:hover span {
  visibility: visible;
}

@media all and (max-width: 320px) {
  footer a {
    font-size: 12px;
  }
  footer a em {
    font-size: 20px;
  }
}