/* FORM FORM */
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #515151; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    background: #f9fbde;
    font-family: 'AvenirMedCn', sans-serif;
}


.input-half1 {margin-right: 3.5%;}

/* Style the submit button with a specific background color etc */
input[type=submit] {
   
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #7eb686;
    padding: 20px;
}

#ajax-messages { height: 50px; line-height: 50px; font-family: 'Dosis', sans-serif; font-size: 20px;}
#submit-button { padding: 10px 33px 10px 30px; font-size: 20px; font-family: 'Roboto', sans-serif; color: white; background: #e26c55; border: 0px; margin: 0px 0 10px 0;}

#contact-form2 {padding-top: 0px; width: 85%; margin-left: 7.5%;}
#submit-button:focus {background-color: #cc5c46; cursor: pointer;}
#submit-button:hover {background-color: #cc5c46; cursor: pointer;}
/* FORM FORM */