/* Styles for the home page 
 -- Header, HomeLaunch and Footer Area */
/* Last revised Dec 2016 */


.j-header  {
padding-left:25px;
background:url(/images/i-grass1.jpg) no-repeat top right; /* change from bottom right */
display: inline-block;
left: 15%;
width: 65%; 
top: 100px; 
margin-top: 35px; 
/* height: 200px; */
}

/* .j-header-2 
-- temp comment out 
{
padding-left:25px;
display: inline-block;
background-color: #eed;
width: 70%; 
margin-top: 10px; 
} 
*/

#footer{
  clear: both;
  width: 103%; 
  bottom: 20px; /* old value is 50px; */
}

/* recently updated 
 -- Dec 2016 */

img {
	width: 58%;
}
#_pin img {
  width: 4%;
  float: left;
/*  padding: 0 20px 20px 0; */
}

#homelaunch {
 position: float; 
 margin-left: 3%;  margin-right: 2.5%; 
 padding-left: 7px;
 top: 100px;
 width: 85%;  /* modified to 76% */
 font-size: medium;  /* old: large -- mdfd June 2017 */
  border-style: solid; border-color: #00f; 
  border-right: 2px; 
}

/* this is the action button ! */
.green-button 
/* ref /style/ndic.css -- further refine */ 
{
  width: 140px; 
  float: right;
  text-align: center; 
}

/* .t2 is not in current use at home.html */
