﻿/* ADDITIONAL CUSTOM CSS FOR SCREEN */

html {scroll-behavior: smooth;}

body {height:100%; margin: 0;}



/* ============================================= */
/*               ENQUIRY FORM                    */
/* ============================================= */
.form {padding: 20px 00px 0px 0px; max-width:500px; margin:0 auto; font-size:14px; overflow-x: hidden}
.form label {margin-bottom:0}
.formfield {width:99%}
.formfield-sm {width:97%}
.form-control{font-size: 14px!important}
.row {margin-left:0px !important;margin-right:0px !important; font-size:14px;}

h1 {
    font-size: 36px !important;
    color: #845201;
} 


/*hidden captcha */
.honey-pot {display: none !important}

/* hide a field from view */
.hidefield {display: none !important}

.message {height: 100px}

/* create a larger checkbox (see SARIPA forms for example) */
input.largerCheckbox {width: 20px; height: 20px;}


