

@font-face {
    font-family: 'MuseoSlab1000';
    src: url('Museo500-Regular-webfont.eot');
    src: url('Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo500-Regular-webfont.woff') format('woff'),
         url('Museo500-Regular-webfont.ttf') format('truetype'),
         url('Museo500-Regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
  margin: 0;
  padding: 0;
  background: #666;
  font-family: 'Nunito',sans-serif;
  font-weight: 500;
  font-size: 20px; 
}

a{
  color: white;
}

#sidebar{
  background: #000 url('../site-img/fake_brick.png') repeat left top;
  color: #fff;
  padding: 0px 20px 20px 20px;
  position: fixed;
  text-align: center;
  height: 100%;
  max-width: 158px;
  z-index: 1000;
  -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.7);

}



#sidebar h2{
  display: block;
  font-family: 'Nunito', sans-serif;;

  margin: 0;
  padding: 0 0 10px 0;
  
  font-weight: 400;
  text-align: center;
}

#sidebar .hgroup{
  margin-top: 20px;
}


#sidebar h2 b{
  display: block;
  width: 150px;
  margin: 0;
  background: #262626;
  border-radius: 10px;
  padding: 12px 4px 8px 0px;
  font: 700 45px/50px 'Nunito', sans-serif;
}



#sidebar h2 span{
  font-size: 17px;
  display: block;
  font-family: 'Nunito', sans-serif;;
  font-weight: normal;
  text-align: center;
  font-weight: 500;

}

#sidebar span#strategy-label{
  color: #d12b75;
}

#sidebar span#ux-label{
  color: #f3b01a;
}

#sidebar span#developer-label{
  color: #2098d0;
}

#sidebar span#other-label{
  color: #51b247;
}

#strategy-percentage{
    box-shadow: inset 0 1px 1px #000, inset 10px 0px 0 #d12b75, 0 1px 0px #333; /*//*/
}

#ux-percentage{
    box-shadow: inset 0 1px 1px #000, inset 10px 0px 0 #f3b01a, 0 1px 0px #333; /*//*/
}

#developer-percentage{
    box-shadow: inset 0 1px 1px #000, inset 10px 0px 0 #2098d0, 0 1px 0px #333; /*//*/
}

#other-percentage{
    box-shadow: inset 0 1px 1px #000, inset 10px 0px 0 #51b247, 0 1px 0px #333; /*//*/
}


#sidebar p{
  font-size: 11px;
  position: absolute;
  color: #666;
  bottom: 25px;
  left: 25px;
 max-width: 148px;
}

nav{
  margin: 40px auto;
  text-align: left;
}

nav a{
  display: inline-block;
  color: white;
  margin-bottom: 5px;
  text-align: left;
  text-decoration: none;
}

nav a:hover{
  text-decoration: underline;
}


nav a:after{
  content: ' \00BB';
}

#main-content-container{
  color: #222;
  padding-left: 0px; 
  color:  #fff;
}

#main-content-container section{
  padding: 50px;
  padding-left: 40px;
  margin-left: 195px;
/*  background: #d9d9d9;*/
}

/*#main-content-container article:nth-of-type(2n){
  background: #c9c9c9;
}*/


#main-content-container section .wrapper{
  position: relative;
}

#arrow-wrap{
  position: fixed;
  z-index: 1;
  bottom: 40px;
  right: 50px;
  display: block;
  cursor: pointer;
  opacity: 0;
}

#arrow-wrap strong{
	display: block;
	position: relative;
	color:#51b247;
	bottom:80px;
	left: 50px;
	font-style: normal;
	font-size: 22px;
}

#chart-explanation{
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  color: #333;
  font-size: 31px;
}

#chart-explanation p{
  margin: 0 0 20px 0;
}

#chart-explanation p:last-of-type{
  margin: 0 0 0 0;
}

#close-btn{
  position: absolute;
  text-decoration: none;
  top: 5px;
  right: 10px;
  color: #333;
}

#close-btn:hover:before{
  content: "close ";
  font-size: 12px;
  position: relative;
  right: -25;
  bottom: 2px;;
}

.wrapper p{
   max-width: 1000px;
   margin: 20px 0 10px 0;
}

.wrapper ol{
  margin: 30px 0 30px 40px;;
  max-width: 700px;
}

.wrapper p:first-of-type{
  font-size: 36px;
  font-family: 'Nunito',sans-serif;
  font-weight: 700;
  margin: 40px 0 15px 0;
  line-height: 40px;
}

.wrapper p.cta{
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
}

.wrapper p.cta a{
  font-weight: 700;
}

.wrapper li{
  line-height: 20px;
  margin-bottom: 5px;
}

h1,
#main-content-container section h3{
font-family: "museo-slab","Georgia","Palatino","Book Antiqua", serif;
font-weight: 900;
letter-spacing: -41px;
font-size: 255px;
line-height: 185px;
text-transform: uppercase;
padding: 0;
margin: 0;
color: #fff;
}

h4.title{
font-family: "museo-slab","Georgia","Palatino","Book Antiqua", serif;
font-weight: 900;
font-size: 61px;
text-transform: uppercase;
margin: -18px 0 0 12px;
letter-spacing: -7px;
}
}

#main-content-container section h3:last-of-type{
  margin-bottom:30px
}

#main-content-container section h3 + hgroup{
  margin-top:-30px
}

#main-content-container h3 strong{
  color: #d94722;
  font-weight: 400;
}

.hero{
  border: 5px solid #333;
  border-radius: 5px;

}

.headline{
  position: relative;
  z-index: 100;
}

#body1{
  position: relative;
 
}

#body1 p{
  z-index: 10002;
}

#headline1{
  position: relative;
  left: 75px;
}

#headline3{
  position: relative;
  left: 80px;
}

#chart{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  margin: 0;
  padding-bottom: 10px;
}

#chart-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  margin: 0;
  padding-bottom: 10px;
}

.summary-wrapper{
  max-width: 840px;;
  padding: 40px;
  background: rgba(255,255,255,.9);
  margin: 40px 0;
}  

.summary-wrapper p:first-child,
.summary-wrapper ol:first-child,
.summary-wrapper ul:first-child{
  margin-top: 0;
}

.summary-wrapper p:last-child,
.summary-wrapper ol:last-child,
.summary-wrapper ul:last-child{
  margin-bottom: 0;
}

.summary-wrapper p:first-of-type{
  font-family: "museo-slab";
  font-weight: 500;
  
}

#chart-wrapper{
  position: absolute;
  display: inline-block;
  z-index: 100;
}

.phone{
  display: none;
}

.thumbnail-group{
  display: inline-block;
  margin-top: 20px;
}

.thumbnail-group:last-of-type{
  margin-right: 0px;
  margin-top: 0px;
}

.thumbnail-group:first-of-type{
  margin-right: 0px;
  margin-top: 20px;
}

.thumbnail-group img{
  /*position: relative;*/
  border: 10px solid #fff;
  width: 180px;
  height: 180px;
  margin: 10px 20px 10px 0;
}

.thumbnail-group a img:hover{
  border: 14px solid #fff;
  margin: 6px 16px 6px -4px;
}

.work-thumbnail:last-of-type{
  margin-right: 0;
}


#main-content-container section h3.parsed-title{
  display: inline-block;
}

#main-content-container section h3.parsed-title + h3{
  margin-top: -3px;
}


#main-content-container section #mustache-title-part-1{
  margin-right: -10px;
}

h4.work-tag-title{
  font-size: 16px;
  font-weight: normal;
}

.work-tags{
  display: inline;
  padding: 0;
  font-size: 16px;
  }

.work-tags li{
  list-style: none;
  display: inline;
  position: relative;
  padding: 0;
}

.work-tags li:after{
  content: ","
}

.work-tags li:last-of-type:after{
  content: none;
}

.strategy-tag:hover{
  background: #d12b75;
}

.ux-tag:hover{
  background: #f3b01a;
}

.development-tag:hover{
  background: #2098d0;
}

.other-tag:hover{
  background: #51b247;
}



h4.work-tag-title{
  display: inline;
  font-weight: normal;
}

section#chart-section{
  background:#51b247; 
}

section#about-section{
  background:#51b247;
}

section.work-item{
  background:  #888;
}

section.work-item:nth-of-type(2n){
  background:  #666;
}

section#thank-you{
  background: #51B247;
}

footer{
  background-color: #333;
  color: #ddd;
  text-align: right;
  font-size: 12px;
  padding: 8px 5px 5px 5px;
  position: relative;

}

footer p{
  margin: 0 5px 0 0;
  display: inline-block;
  margin-top: 3px;
  float: left;
  padding-left: 230px;
}

 footer p a{
    vertical-align: baseline;
  }

  footer p a img{
    vertical-align: middle;
    margin-bottom: 3px;
  }

.twitter-follow-button{
  display: inline-block;
}

.fb-like{
  display: inline-block;
  bottom: 0px;
}

.fb_edge_comment_widget {
    margin-top: -220px;
}
.connect_comment_widget .nub{
  display: none;
  visibility: hidden;
}

#cc-license{
  position: relative;
  top:4px;
  display: inline-block;
}

#cc-license img{
  border-width: 0;
}

@media only screen and (max-width: 1545px) {
  #main-content-container section .work-title{
    font-size: 190px;
    line-height: 138px;
    letter-spacing: -30px;
  }
}

@media only screen and (max-width: 1300px) {
  #main-content-container section .work-title{
    font-size: 200px;
    line-height: 146px;
    letter-spacing: -30px;
  }
}

@media only screen and (max-width: 1275px) {
  #main-content-container section .work-title{
    font-size: 160px;
    line-height: 118px;
    letter-spacing: -25px;
  }
}

@media only screen and (max-width: 1000px) {
  #main-content-container section .work-title{
    font-size: 160px;
    line-height: 116px;
    letter-spacing: -25px;
  }
}

@media only screen and (max-width: 880px) {
  #sidebar{
    max-width: 120px;
  }

  #sidebar h2 b {
    width: 104px;
    font: 700 32px/34px 'Nunito', sans-serif
  }

  #sidebar h2 span{
    font-size: 15px;
  }

  #main-content-container section{
    margin-left: 152px;
    padding-left: 40px;
  }

  #main-content-container section .work-title{
    font-size: 100px;
    line-height: 74px;
    letter-spacing: -10px;
  }

  .wrapper p:first-of-type{
    font-size: 30px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  #sidebar{
    
    height: 40px;
    top: 0;
    left: 0;
    min-width: 100%;
    padding: 10px 0px 15px 0px;
  }

  #sidebar .hgroup{
    margin: 0;
  }

  #sidebar h2{
   float: left;
   width: 25%;
  }

  #sidebar h2 b{
    width: 50px;
    font-size: 14px;
    height: 20px;
    line-height: 24px;
    padding: 5px;
    margin: 0 auto;
  }

  #sidebar h2 span{
    line-height: 20px;
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
  }

  #developer-percentage{
    box-shadow: inset 0 1px 1px #000, inset 5px 0px 0 #2098d0, 0 1px 0px #333; /*//*/
  }

  #strategy-percentage{
    box-shadow: inset 0 1px 1px #000, inset 5px 0px 0 #d12b75, 0 1px 0px #333; /*//*/
  }

  #ux-percentage{
    box-shadow: inset 0 1px 1px #000, inset 5px 0px 0 #f3b01a, 0 1px 0px #333; /*//*/
  }

  #other-percentage{
    box-shadow: inset 0 1px 1px #000, inset 5px 0px 0 #51b247, 0 1px 0px #333; /*//*/
  }

  #chart-section{
    margin-top:65px
  }

  #chart,
  #chart-overlay{
    top:65px;
  }

  #main-content-container section{
    margin-left: 0px;
  }

  #main-content-container section {
    padding: 10px;
  }

  #main-content-container section#chart-section .wrapper {
    position: absolute;
    z-index: 10;
  }

  #main-content-container section h3:last-of-type {
    margin-bottom: 10px;
  }

  .wrapper p{
    font-family: 'Nunito',sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  .wrapper p:first-of-type {
    margin-top:
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .wrapper p.cta{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }

  .wrapper ol {
    margin: 10px 0;
    font-size: 14px;
    padding: 0;
    list-style-position: inside;
  }

  .wrapper ol li{
    line-height: 14px;
    margin-bottom: 5px;
  }

  .thumbnail-group img{
    position: relative;
    border: 5px solid #fff;
    width: 60px;
    height: 60px;
    margin: 0px 10px 0 0;
  }

  #main-content-container section .work-title {
    font-size: 50px;
    letter-spacing: -5px;
    line-height: 37px;
  }

  #main-content-container section .work-title:last-of-type {
    margin-bottom: 10px;
    display: block;
  }

  footer{
    padding-bottom: 120px;
  }

  footer p{
    display: block;
    padding-left: 0px;
    text-align: center;
    float: none;
    margin-right: 0px;
  }


  footer .valid-icon{
    vertical-align: middle; 
    border: 2px solid #fff;
  }

  footer .social-btns{
    margin-top: 10px;
    display: block;
    text-align: center; 
  }

  .contact-phone p.phone{
    display: block;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    color: #666;
  }

  .contact-phone{
    line-height: 40px;
    color: #666;
  }


}