#buttons {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 10px 0 0 57px;
  font-size: .8em;
  padding: 0;
  text-align: left; }
  #buttons h3 {
    font-weight: 300;
    font-size: 2em;
    margin: 9px 0 0 3px; }
    #buttons h3 b {
      font-weight: 900; }
  #buttons .btn {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 4px 10px;
    margin: -250px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 3px 3px 0px #ccc;
    float: left; }
  #buttons .btn:hover, #buttons .active {
    box-shadow: none;
    margin: 6px 0 0 6px !important; }
  #buttons .cat {
    font-weight: 300;
    font-size: 1.2em;
    color: #666;
    left: 10px;
    z-index: -1;
    position: relative;
    top: 9px;
    height: 37px;
    float: none; }
  #buttons .web {
    background-color: #1ABC9C; }
  #buttons .programming {
    background-color: #57D68D; }
  #buttons .data {
    background-color: #5CACE2; }
  #buttons .design {
    background-color: #9B59B6; }
  #buttons .prototyping {
    background-color: #E67E22; }
  #buttons .video {
    background-color: #E74C3C; }

#skillz {
  position: absolute;
  top: 0px;
  height: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  pointer-events: none;
  width: 100%;
  overflow: hidden; }
  #skillz path {
    fill: none; }
  #skillz .axis {
    shape-rendering: crispEdges; }
  #skillz .x.axis line {
    stroke: #efefef; }
  #skillz .x.axis .minor {
    stroke-opacity: .5; }
  #skillz .x.axis path {
    display: none; }
  #skillz .y.axis line, #skillz .y.axis path {
    fill: none;
    stroke: #333;
    opacity: .2; }
  #skillz .domain {
    stroke-width: 0; }

.skillzVisible {
  height: 100% !important; }

/*# sourceMappingURL=skillzStyles.css.map */
