/*******************************************
(old css below)
********************************************/

/*******************************************
SMART PHONES
********************************************/

@media screen and (min-width: 480px) {
  
  /*******************************************
  Two Column Layout
  ********************************************/
  
  #primary {
    width: 50%;
    float: left;
  }
  
  #secondary {
    width: 40%;
    float: right;
  }
  
  /*******************************************
  3 * 5 = 15
  100% - 15% = 85%
  85 / 3 = 28.333333333333
  ********************************************/
  
  /*******************************************
  PAGE: Portfolio
  ********************************************/
  
  #art-gallery li {
    width: 28.3333%;
  }
  
  #art-gallery li:nth-child(4n) {
    clear: left;
  }
  
  /*******************************************
  PAGE: About
  ********************************************/

  
  .wrapper {
    clear: both;
  }

}


/*******************************************
TABLETS
********************************************/

@media screen and (min-width: 660px) {
  
  /*******************************************
  Header
  ********************************************/
  
  nav {
    background: none;
    /*float: right;*/
    font-size: 1.125em;
    margin-left: 45%;
    text-align: right;
    width: 45%;
  }

  #about {
    clear: none;
  }

  .profile-pic {
    display: block;
    max-width: 250px;
    margin: 0 5% 30px 0;
    padding: 10px 0;
    border-radius: 100%;
  }
}

/*@media screen and (min-width: 1224) {*/
  /*******************************************
  Header
  ********************************************/
/*  nav {
    left: 500px;
    float: left;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0;    
  }
}*/
