@media screen and (min-width: 480px) {
  
  /**********************************
  TWO COLUMN LAYOUT
  ***********************************/
  
  #primary {
    width: 40%;
    float: left;
  }
  
  #secondary {
    width: 50%;
    float: right;
  }
  
  .entrance-photo {
  float: none;
  display: block;
  max-width: 200px;
  margin: 0 0 15px;
  border-radius: 5%;
}  

  
  /**********************************
  PAGE: MAIN
  ***********************************/
  
  
.index-photo img {
  float: left;
  display: block;
  max-width: 30%;
  margin: 0px 1.66% 15px 1.66%;
  border-radius: 5%;
}
  
  #main-primary {
    width: 45%;
    float: left;
  }
  
  #main-secondary {
    width: 45%;
    float: right;
  }
  
  /**********************************
  PAGE: ABOUT
  ***********************************/
  
  .profile-photo {
    float: left;
    margin: 0 5% 80px 0;
    max-width: 200px;

  }
  
}

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

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

  nav {
    background: none;
    float: right;
    font-size: 1.125em;
    margin-right: 5%;
    text-align: right;
    width: 45%;
  }
  
  .logo-pic {
  display: block;
  max-width: 250px;
  margin: 0 0 30px;
  border-radius: 0;
}
  
  #logo {
    float: left;
    margin-left: 5%;
    text-align: left;
    width: 45%;
  }
  
  h1 {
    font-size: 2.5em;
  }
  
  h2 {
    font-size: 0.9em;
    margin-bottom: 20px;
  }
  
  header {
    border-bottom: 5px solid #c10000;
    margin-bottom: 60px;
  }

.index-photo img {
  float: left;
  display: block;
  max-width: 30%;
  margin: 0px 1.66% 15px 1.66%;
  border-radius: 5%;
}

    .entrance-photo {
  float: none;
  display: block;
  max-width: 250px;
  margin: 0 0 15px;
  border-radius: 5%;
}  

    
}