/* CSS file generated by Responsify */
/* Columns: 12, Gutter Width: 1.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

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

.span5title, .span7title, .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 6.95833333333%;
  
}
.span2{
  width: 15.4166666667%;
  
}
.span3{
  width: 23.875%;
  
}
.span4{
  width: 32.3333333333%;
  
}
.span5{
  width: 40.7916666667%;
  
}
.span5title{
  width: 40.7916666667%;  
}

.span6{
  width: 49.25%;
  
}
.span7{
  width: 57.7083333333%;
  
}

.span7title{
  width: 57.7083333333%;
  
}
.span8{
  width: 66.1666666667%;
  
}
.span9{
  width: 74.625%;
  
}
.span10{
  width: 83.0833333333%;
  
}
.span11{
  width: 91.5416666667%;
  
}
.span12{
  width: 100%;
  margin-left: 0;

}

a:hover{
  transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out;
}
body{ 
  font: 14px/1.8 sans-serif;
  color: #000; 
  font-family: "proxima-nova",sans-serif;
  font-weight: 300;
overflow: auto;
height: 100%;
  background: #171717;  

}

html {
  border-top: 10px solid #970909;
}



header {
      width: 100%;
      margin:0px auto;
    }



h1{ 
   
  font-size: 24px;  
}

.intro{
  background: #f6f6f6;
  border-top: 1px solid #dadada;
  padding: 10px 0 20px 0;
}


.intro h1 {
  text-align: center;
  font-size: 88px;
  letter-spacing: -4px;
  font-weight: 900;
  font-style: italic;
}

/* NAVIGATION */

.nav{
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}

.nav a:hover{
  border-bottom:none;
}

.border {
  border-top: 5px solid #c30505;
}

.bio{
  background: #e5e5e5;
  border-top: 1px solid #dadada;
  padding: 10px 0 20px 0;
}

.bio-cols {
  -moz-column-count:2;
  -moz-column-gap:20px;
  -webkit-column-count:2;
  -webkit-column-gap:20px;
  column-count:2;
  column-gap:20px;
}

.work{
  background: #dddddd;
  border-top: 1px solid #c3c3c3;
  padding: 10px 0 20px 0;
}




img.avatar {
  width: 150px;
  height: 150px;
}


p{
    font-size: 1em; 
    line-height: 1.5em; 
    margin-bottom: 1.2em;
}

a{
     font-weight: 700;  
  color: #454545;
  text-decoration: none;
}

a:hover{
  border-bottom: 2px solid #bcbcbc;
}

a:active{
  border-bottom: 2px solid #828282;
}

.container, .inner{
  margin: 0 auto;
  max-width: 450px;
}

header{
  background: #ccc;
}

header h1{
  margin: 7px 0 0 0;
}

.container{
  clear: both;
  padding-top: 20px;
  overflow: auto;
}

.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}

i {
  padding-left: 10px;
}

i.l {
  padding:0 10px 0 0;
}

a.link {  
  text-align: center;
  padding:3px 10px;
  display: inline-block;
  margin-bottom: 20px;
  background: #000;
  text-decoration: none;
  color: #fff;
  border: 2px solid #000;
}

a.link:hover {
  background: #303030;
}

a.link:active {
  background: #121212;
}

.tag {  
  text-align: center;
  padding:2px 7px;
  display: inline-block;
  margin-bottom: 5px;
  background: #b9b9b9;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}


.line {
  margin-top: 20px;
  padding: 30px 0 20px 0;
  display: block;
  position: relative;
  border-top:1px #b3b3b3 solid;
}

#recent-work img {
  width: 100%;
}

h2.recent-work {
    
  font-size: 24px;
  display: inline-block;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 30px;
}



h3.client-name {
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

h3.client-name span {
  font-weight: 800;
  font-weight: normal;
}



.contact{
  background: #c1c1c1;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #fff;
  padding: 10px 0 20px 0;
}

.contact i {
  padding-left:6px; 
}
h2.contact-me {
    
  font-size: 24px;
  display: inline-block;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: 30px;
}


.contact h3 {
  font-weight: 700;  
  font-size: 18px;
}

.contact a:hover {
  border-bottom: 2px solid #dfdfdf;
}

.available-for-freelance {
  border: 2px solid #000;
  background: #fff;
  color: #000;
  display: block;
  padding: 10px 20px;
  margin: 20px 0 20px 0;
  text-align: center;
}

.footer {
  color: #fff;
  font-size: 13px;
  margin-bottom: -1px;
  padding-bottom: 20px;

}

.footer p {
  margin-bottom: 10px;
}

.footer a {
  color: #bbbbbb;
}


.cr {
  color: #fff;
  font-size: 11px;
}

a.wordmark{ 
   
  border: solid 2px #fff;
  width: auto;
  display: inline-block;jjjj
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 24px;
  background: #000;
  float: right;
  color: #fff;
  min-width: 35px;
  margin-left: 0;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -2px;

}

a.wordmark:hover{ 
  color: #000;
  background: #fff;
  float: right;
}

h1.thats-a-404-mate {
   
  font-size: 200px;
  text-align: center;
  line-height: 190px;
}


h2.error-omg {
   
  font-size: 60px;
  line-height: 100px;
  text-align: center;
}

p.error-fix {
   
  font-size: 32px;
  text-align: center;
}

p.error-fix a {
   
}
/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 768px){
  

  
  .intro h1 {
  text-align: center;
  font-size: 58px;
  letter-spacing: -2px;
  font-weight: 900;
  font-style: italic;
}
  .span8, article{
    width: 100%;
  }

  .container .span5title {
    width: 100%;
    margin-left: 0;
    margin-top: -50px!important;
  }

  .container .span7title {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  

  #recent-work .span4, #recent-work .span5, #recent-work .span8 {
    width: 100%;
    margin-left: 0;
  }

  #contact-me .span4, #contact-me .span2, #contact-me .span6 {
    width: 100%;
    margin-left: 0;
  }

  .container, .inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }

  .col {
    margin: 0;
  }

  

.bio-cols {
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  column-count: 1;
  column-gap: 0;
}

.contact{
  padding: 10px 0 0px 0;
}

.footer .span10 {
  width: 100%;
  padding-top: 10px;
}

.footer .span2 {
  width: 100%;
  float: left;
}

a.wordmark{
  float: left;
  margin-left: 45%;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
a.wordmark:hover{
  float: left;
  margin-left: 45%;
  position: relative;
  display: inline-block;
}
h1.thats-a-404-mate {
  font-size: 120px;
  text-align: center;
  line-height: 140px;
}

h2.error-omg {
  
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

p.error-fix {
  font-size: 24px;
  text-align: center;
}


}

@media (min-width: 480px) and (max-width: 800px){

 .bio-cols {
  -moz-column-count:2;
  -moz-column-gap:15px;
  -webkit-column-count:2;
  -webkit-column-gap:15px;
  column-count:2;
  column-gap:15px;
}



#contact-me .span4 {
  width: 40%;
}
#contact-me .span2 {
  width: 20%;
}

#contact-me .span6 {
  width: 40%;
}

#contact-me .col {
  margin-left: 0;
}
}

@media screen and (max-width: 1280px){
  
  .container, .inner{
    width: 90%;
    padding: 2% 5% 0 5%;
  }
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}


