/* Home page CSS Document */

.home-banner-ad-text {
  font-size: 1.4em;
  color: #f09d5d;
  margin-top: 140px; }
  
@media only screen and (max-width : 599px)  { 
  
  .home-banner-ad-text { margin-top: 40px; } 

  input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { width: 83%; }
  
  input[type="submit"] { 
  width: 100%!imnportant; }
  
  .g-recaptcha {
  transform:scale(0.77);
  transform-origin:0 0;
  }
  
  p {
    font-size: 1.2em;
    line-height: 1.618em;
  }
    
}  

