@media screen and (max-width: 500px) {

h3 {
  margin: 20px 0 1em 0;
}

}



@media screen and (min-width: 999px) {
 
  /******************************
  TWO COLUMN LAYOUT
  *******************************/
  
  #primary {
    width: 50%;
    float: left;
    padding-bottom: 30px;
  }
  
  #secondary {
    width: 40%;
    float: right;
  }
  
.top-padding {
	padding-top: 0;
}
  
.primary {
    width: 50%;
    float: left;
    padding-bottom: 20px;
  }
  
.secondary {
    width: 40%;
    float: right;
  }
  
#header-middle {
	max-width: 940px;
	margin: 0 auto;
}  

#logo {
	min-width: 444px;
	min-height: 133px;
}
  
      /******************************
  THREE COLUMN LAYOUT
  *******************************/
   #PRIMARYONE {
	width: 33.333333333%;
	float: left;
	clear: left;
	margin: auto;
  }
  
   #SECONDARYTWO {
	width: 33.333333333%;
	float: left;
	margin: auto;
	text-align: center;
  }
  
   #THIRDTHREE {
	width: 33.333333333%;
	float: left;
	margin: auto;
  }
  
   #PRIMARY50 {
	width: 40%;
	float: left;
	margin-left: 80px;
  }
  
   #SECONDARY50 {
	width: 40%;
	float: right;
	margin-right: 80px;
  }
  
  .people2 {
	display: none;
}

	.primary {
		display: none;	
	}
	
  header {
   /* border-bottom: 5px solid #6f6f56;*/
   height: 150px;
   background-image: url('../img/fhh-logo-long.png'); 
   background-size: 2000px 200px;
   background-repeat: no-repeat;
   background-position: center center;
   border-bottom: none;
   margin-bottom: 60px;
  }
 
  
  /******************************
  PAGE: PORTFOLIO
  *******************************/
  
  #gallery li {
    width: 28.3333%;
  }
  
  #gallery li:nth-child(4n) {
    clear: left;
  }
  
  
  /******************************
  PAGE: ABOUT
  *******************************/
  
 .profile-photo {
    /*float: left;*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 80%;
  }
  
  .profile-photo-home {
		max-width: 350px;  
  }
  
    nav {  	
    /*position: relative;*/
    display: block;
    margin: 0;
    padding-top: 40px;
    background: none;
    line-height: 45px;
    /*top: 50%*/
/*    transform: translateX(-50%)
    transform: translateY(50%)
    float: right;*/     	
  	/*position: absolute;
  	right: 15%;
  	top:  45%;
  	margin-top: -9px;
    float: right; 
    font-size: 1.125em;
    margin-right: 5%;
    text-align: right;
    width: 45%;*/
  }
  
  nav a {
  padding: 8px 18px 8px 18px;
  margin: 2px;
  color: #FFF;
  background-color: #cccccc;
  /*border-bottom: 5px solid #6b6858;*/
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  outline: none; 
  -webkit-transition: 0.2s;
  transition: 0.2s; 
  }
  
  nav a:hover {
	    background-color: #30630c;
	    /*border-bottom: 5px solid #7e7a67;*/
	    color: #fff;
    /* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

	nav a.selected {
		background-color: #30630c;
  	color: #fff;
  	text-decoration: none;
}
  
}

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

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

  
/*  #logo {
    float: left;
    margin-left: 20%;
    text-align: left;
  }*/
  
	.primary {
		display: none;	
	}  
  
  h1 {
    font-size: 2.5em;
  }
  
  h2 {
    font-size: 0.825em;
    margin-bottom: 20px;
  }
  
  header {
   /* border-bottom: 5px solid #6f6f56;*/
   height: 150px;
   background-image: url('../img/fhh-logo-long.png'); 
   background-size: 2000px 200px;
   background-repeat: no-repeat;
   background-position: center center;
   border-bottom: none;
   margin-bottom: 60px;
  }

    .profile-photo {
    /*float: left;*/
    max-width: 250px;
  }
  
}