/*Billyboy Apps Website*/
/*Created by Bilaal Rashid*/
/*Created on 01/03/2015*/

@media screen and (min-width: 50px) and (max-width: 480px) {
	#gallery li:nth-child(3n) {
		clear: left;
	}
}


@media screen and (min-width: 525px) {
  
  /**********************************
  TWO COLUMN LAYOUT
  ***********************************/
  
  #primary {
    width: 50%;
    float: left;
  }
  
  #secondary {
    width: 40%;
    float: right;
  }
  
  #service-description {
    width: 40%;
    float: right;
  }

  #primary2 {
    width: 20%;
    float: left;
  }

  #secondary2 {
    width: 75%;
    float: right;
  }
  

  
  /**********************************
  PAGE: PORTFOLIO
  ***********************************/
  
  #gallery li {
    width: 28.3333%;
  }
  
  #gallery li:nth-child(4n) {
    clear: left;
  }
  
  /**********************************
  PAGE: ABOUT
  ***********************************/
  
  .profile-photo {
    float: left;
    margin: 0 5% 80px 0;
  }
  
}

@media screen and (max-width: 658px) {
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


@media screen and (min-width: 660px) {

  /**********************************
  HEADER
  ***********************************/

  nav {
    background: none;
    float: right;
    font-size: 1.125em;
    margin-right: 5%;
    text-align: right;
    width: 50%;
  }
  
  #logo {
    float: left;
    margin-left: 5%;
    text-align: left;
    width: 40%;
  }

  header {
    border-bottom: 5px solid #599a68;
    margin-bottom: 60px;
  }
  
  nav a.selected, nav a:hover {
    color: #283A90;
  }
  
  header {
    border-color: #0D4F8B;
  }
}