/* Enter Your Custom CSS Here */
.cust-home-form-body { background-color:rgba(176,174,172,0.5); padding:10px 15px 0px 15px;; margin-bottom:20px; border-radius:5px; border-top:5px solid #FFE047; border-bottom:5px solid #FFE047;}
.cust-home-form-body textarea { height:100px; width:100%;}
.cust-home-form-body h3 { font-size:20px;}
.cust-home-form-body input[type="submit"] { width:100%; font-weight: bold; padding: 8px; font-size: 16px; margin-bottom:0px;}


@media only screen and (max-width: 600px) {
.cust-home-form-body 
  { height:400px; }

.cust-home-form-body input, .cust-home-form-body textarea, .cust-home-form-body input[type="submit"] {
width: 100%;
 
}

}

@media only screen and (max-width: 968px) {
.cust-home-form-body input, .cust-home-form-body textarea, .cust-home-form-body input[type="submit"] {
width: 100%;
}}

.cust-book-app a{ background-color:#FFE047; display:block; font-weight:bold; padding:10px 0px; margin-bottom:20px; font-size:16px;}