@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie|Open+Sans');

html{
    font-family: "Reenie Beanie", Helvetica, Arial, Sans-Serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    background:url(http://www.benhobgood.com/images/linedpaper.png);
}

    body{
        margin: 0;
        width: 100%;
    }

      h1{
        font-family: "Reenie Beanie", serif;
        font-size: 3.5em;
        line-height: 1em;
        margin: 0;
        font-weight: normal;
        position: relative;
      }

        h1:after{
          border: 1px solid transparent;
          border-image: url(http://emptyeasel.com/wp-content/uploads/2012/11/creatingtexture2-carrielewis.jpg) 0 0 27 0 round stretch;
          content: '';
          bottom: 0px;
          left: 0px;
          position: absolute;
          width: 100%;
        }

        h3{
            font-family: "Reenie Beanie", serif;
            margin: 0;
            font-size: 2em;
            line-height: 0.6em;
            width: 100%;
            font-weight: normal;
            position: relative;
        }

          h3:after{
            border: 1px solid transparent;
            border-image: url(http://emptyeasel.com/wp-content/uploads/2012/11/creatingtexture2-carrielewis.jpg) 0 0 27 0 round stretch;
            content: '';
            bottom: 0px;
            left: 0px;
            position: absolute;
            width: 100%;
          }

          h4{
              font-family: "Reenie Beanie", serif;
              margin: 0;
              font-size: 1.5em;
              line-height: 1.4em;
              width: 100%;
              /*border-bottom: 1px solid #94bf4a;*/
              font-weight: normal;
              /*color: #94bf4a;*/
          }

        p{
            margin: 0.6em 0;
            font-size: 1em;
            line-height: 1.6em;
        }

        .clearfix{
            clear: both;
        }

        header{
            padding: 2em 2em 0;
        }

            .header-wrap{
                max-width: 1080px;
                margin: 0 auto;
            }

                #logo{
                    text-align: left;
                }

                    #logo-subtitle{
                        font-size: 0.8em;
                        margin: 0;
                        font-weight: normal;
                    }

                    #logo-title{
                    }

                .header-nav{
                    float: right;
                }

                    .header-nav-list{
                        list-style: none;
                    }

        main{
            padding: 2.5em;
        }

            .main_wrap{
                max-width: 1080px;
                margin: 0 auto;
            }

            #main-area{
              display: flex;
            }

              #introduction{
                max-width: 300px;
                margin: 0 2em 0 0;
              }

                #introduction a{
                  color: inherit;
                  text-decoration: none;
                  position: relative;
                  padding: 0.5em 0 0;
                  font-weight: bold;
                  margin: 0.95em 0 0;
                  display: block;
                  line-height: 1.6em;
                }

                  #introduction a:before{
                    border-top: 1px solid transparent;
                    border-image: url(http://emptyeasel.com/wp-content/uploads/2012/11/creatingtexture2-carrielewis.jpg) 32 27 27 27 round stretch;
                    content: '';
                    top: 0px;
                    left: 0px;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                  }

              #portfolio-area{
                flex: 1;
                margin: 3.25em 0 0;
              }

                #portfolio{
                  list-style: none;
                  margin: 25px 0;
                  padding: 0;
                  display: flex;
                  flex-flow: wrap;
                }

                  .portfolio-item{
                    width: 32%;
                    margin: 0 2% 43px 0;
                  }

                    .portfolio-item:nth-of-type(3n){
                      margin-right: 0;
                    }

                    .portfolio{
                      list-style: none;
                      margin: 0;
                      padding: 0;
                    }

                      .portfolio-image{
                        display:block;
                        position: relative;
                        height: 225px;
                        overflow: hidden;
                        transition-property: all;
                        transition-duration: 0.5s;
                        transition-timing-function: ease;
                        transform: scale(1);
                        box-shadow: 0px 0px 0 0 rgba(0,0,0,0.1);
                        position:relative;
                        z-index: 999;
                      }

                        .portfolio-image:hover{
                          transform: scale(1.04);
                        }

                        .portfolio-image:before{
                          border: 1px solid transparent;
                          border-image: url(http://emptyeasel.com/wp-content/uploads/2012/11/creatingtexture2-carrielewis.jpg) 29 27 27 27 round stretch;
                          content: '';
                          top: 0px;
                          left: 0px;
                          position: absolute;
                          width: 99.6%;
                          height: 99.2%;
                        }

                        .portfolio-image img{
                          width:100%;
                        }

                .left_col{
                    width: 100%;
                    max-width: 340px;
                    float: left;
                    margin: 0 0 0 30px;
                }

                    .left_col:nth-of-type(3n+1){
                        margin-left:0;
                    }

                .right_col{
                    width: 100%;
                    max-width: 700px;
                    float: right;
                }

                    section{
                        padding: 1.5em 0;
                    }

                    .aoe_wrap{
                        text-align: center;
                    }

                    .aoe_item{
                        border: 5px solid #94bf4a;
                        margin: 14px 20px;
                        width: 95px;
                        height: 95px;
                        border-radius: 100px;
                        border-left-color: #DDD;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        float: left;
                        display: inline-block;
                        padding: 20px;
                    }

                        .aoe_item:first-of-type{
                            margin-left: 0;
                        }

                        .aoe_item:last-of-type{
                            margin-right: 0;
                        }

                        .aoe_text_wrap{
                            display: table;
                            width: 100%;
                            height: 100%;
                        }

                        .aoe_text{
                            -ms-transform: rotate(-45deg);
                            -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                            display: table-cell;
                            vertical-align: middle;
                            font-size: 0.8em;
                            font-weight: 600;
                            text-align: center;
                        }

                        .cta_wrap{
                            display: none;
                            text-align: right;
                        }

                            .cta{
                                text-decoration: none;
                                display: inline-block;
                                font-size: 0.8em;
                                color: #333;
                                padding: 0.5em 1em;
                                vertical-align: top;
                                border: 1px solid #AAA;
                                font-weight: 600;
                                line-height: 1em;
                                margin: 0.25em 0 0;
                            }

                        .experience_list{
                            list-style: none;
                            margin: 0;
                            padding: 0;
                        }

                            .experience_item{
                                padding: 0 0 2.5em;
                                border-top: 1px solid #DDD;
                            }

                                .experience_item:first-of-type{
                                    border: none;
                                }

                        .skill_list{
                            list-style: none;
                            margin: 0 0 0.5em;
                            padding: 0;
                        }

                            .skill_item{
                                padding: 0.6em 0;
                                display: flex;
                            }

                                .skill_name{
                                  -webkit-align-self: flex-start;
                                  align-self: flex-start;
                                }

                                .skill_rating{
                                    margin: 0 0 0 auto;
                                    font-size: 2em;
                                    line-height: 0.5em;
                                    color: #94bf4a;
                                }

                                    .skill_star{
                                        display: inline-block;
                                        margin: 0 0.1em;
                                    }

                                        .skill_star:last-of-type{
                                            margin-right: 0;
                                        }

                                        .star_empty{
                                            color: #DDD;
                                        }

@media screen and (max-width: 1900px) {
  .portfolio-item{
    width: 49%;
  }
    .portfolio-item:nth-of-type(3n){
      margin-right: 2%;
    }

    .portfolio-item:nth-of-type(2n){
      margin-right: 0;
    }
}

@media screen and (max-width: 1400px) {

  #main-area{
    flex-flow: column;
    max-width: 640px;
    margin: 0 auto;
  }

  #introduction{
    max-width: none;
  }

  .portfolio-item{
    width: 100%;
    margin-right: 0;
  }
    .portfolio-item:nth-of-type(3n){
      margin-right: 0;
    }

    .portfolio-image{
      height: auto;
    }
}

@media screen and (max-width: 1160px) {
    .left_col,
    .right_col,
    .skill_name,
    .skill_rating,
    .aoe_item{
        max-width: none;
        float: none;
    }

    .left_col{
      margin: 0;
    }

    html{
        text-align: center;
    }

    main {
        padding: 1em 20px;
    }

    #logo-title{
        font-size: 2.5em;
    }

    #logo-subtitle{
        font-size: 0.75em;
    }

    h3{
        font-size: 1.75em;
    }

    .skill_item{
      display: block;
    }

    .aoe_item,
    .aoe_item:first-of-type,
    .aoe_item:last-of-type{
        margin: 10px;
    }
}
