/******************************
GENERAL
*******************************/

body {
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h3 {
  margin: 0 0 1em 0;
}

.home-photo {
  display: block;
  max-width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  box-shadow: 0 12px 20px -10px rgba(0,0,0,.8);
  -webkit-transition: 1s;
  transition: 1s;
}

.home-photo:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}




/******************************
HEADING
*******************************/

header {
	/*position: relative;*/
  float: left;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
  width: 100%;
}

#logo {
  /*text-align: center;*/
	display: block;
/*	max-width: 444px;
	max-height: 133px;*/
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-family: 'Droid Serif', serif;
  margin: 15px 0;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 0.8em;
}

h2 {
  font-size: 0.75em;
  margin: -5px 0 0;
  font-weight: normal;
}



/******************************
NAVIGATION
*******************************/
.primary {
	min-height: 135px;
}

.top-padding {
	padding-top: 225px;
}

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 15px 10px;
}


/******************************
FOOTER
*******************************/

footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #888;
}

.social-icon {
  width: 20px;
  height: 20px;
  margin: 10px 5px;
}



/******************************
PAGE: PORTFOLIO
*******************************/

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  width: 45%;
  margin: 2.5%;
  background-color: #f5f5f5;
  color: #bdc3c7;
}

#gallery li a p {
  margin: 0;
  padding: 5%;
  font-size: 0.75em;
  color: #8c9191;
}



/******************************
PAGE: ABOUT
*******************************/

.profile-photo {
  display: block;
  max-width: 250px;
  margin: 40px auto;
  border-radius: 5%;
  box-shadow: 0 18px 30px -15px rgba(0,0,0,.8);
  -webkit-transition: 1s;
  transition: 1s;
}

.profile-photo-home:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

.profile-photo-home {
  display: block;
  max-width: 250px;
  margin: 40px auto;
  border-radius: 5%;
  box-shadow: 0 18px 30px -15px rgba(0,0,0,.8);
  -webkit-transition: 1s;
  transition: 1s;
}

.profile-photo:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

#top-section {
    padding-bottom: 5%;
  }
  
.CLEARIT {
	clear:left; 
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
  }
  
.people {
	text-align: center;
	margin-top: 75px;
}  

/******************************
PAGE: CONTACT
*******************************/

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  margin: 0 0 20px 0;
}

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

.contact-info li.phone a {
  background-image: url('../img/phone.png');
}

.contact-info li.mail a {
  background-image: url('../img/mail.png');
}

.contact-info li.twitter a {
  background-image: url('../img/twitter.png');
}


/******************************
COLOURS
*******************************/

/* site body */
body {
background-color: #fff;
  color: #616161;
}

/* green header */
header {
  /*background: #b0a88a;*/
  border-color: #30630c;
  border-bottom: 5px solid #30630c;
  height: 150px;
  background-image: url('../img/fhh-logo.png'); 
  background-size: 898px 144px;
  background-repeat: no-repeat;
  background-position: center center;	
}

/* nav background on mobile */
nav {
  background: #cccccc;
}

/* logo text */
h1, h2 {
  color: #fff;
}

/* links */
a {
  color: #30630c;
  font-weight: 800;
}

/* nav link */
nav a, nav a:visited {
  color: #fff;
}

/* selected nav link */
nav a.selected {
  color: #30630c;
  text-decoration: none;
}

/*nav a:hover {
	color: #6f6f56;
}*/

/******************************
FORM
*******************************/

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #ddd;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 10px;
  -webkit-box-sizing : border-box;‌​
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}

#button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #bbb;
  border-bottom: 5px solid #aaa;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  font-style: normal;
  width: 100%;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#button:hover {
	    background-color: #30630c;
	    border-bottom: 5px solid #30630c;
    /* 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;
}

input:focus::-webkit-input-placeholder 
{
    color: transparent;
}

textarea:focus::-webkit-input-placeholder 
{
    color: transparent;
}


/******************************
PHOTO BLEND
*******************************/

#cf {  
  position:relative;
  max-width: 400px;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; 
  /*height:281px;
  width:377px;
  margin:0 auto;*/
}

#cf img {
  position:absolute;
  left:0;
  border-radius: 5%;
  box-shadow: 0 12px 20px -10px rgba(0,0,0,.8);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
    -webkit-transition: 1s;
  transition: 1s;
}

#cf img.top:hover {
  opacity:0;
     -webkit-transform: scale(1.3);
   transform: scale(1.3);
}

#hrrule1 {
	display: block;
	border: 2px solid #30630c;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: left;
}

#hrrule2 {
	display: block;
	border: 2px solid #30630c;
	margin-top: 75px;
	margin-bottom: 30px;
	clear: left;
}

#across {
	border: 6px solid #30630c;
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 0px
}

  #logo-bottom {
	clear: both;   
   height:130px;
   background-image: url('../img/fhh-logo-bottom.png'); 
   background-size: 2020px 121px;
   background-repeat: no-repeat;
   background-position: left;
   border-bottom: none;
  }




