/* CONTACT FORM */
#main-contact {
	width : 300px !important;
    overflow: visible;
    white-space: nowrap;
    padding: 2px;
}
#main-contact h2 { font-size: 35px !important; letter-spacing: 7px; }
#main-contact h3 { font-size: 42px !important; letter-spacing: 1.05px; }

.dform {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 4%;
}
.dform_text_input {
    background-color: white;
    width: 288px;
    height: 36px;
    font-size: 18px;
    padding-left: 12px;
}
#contact-form-container #new_submission .dform .dform_email {
    background-color: white;
    width: 288px;
    height: 36px;
    font-size: 18px;
    padding-left: 12px;
}
.dform_textarea {
    resize: none;
    background-color: white;
    width: 288px;
    height: 108px;
    font-size: 18px;
    padding: 0 12px;
}
#contact-form-container #new_submission .dform .submit_button {
	width: 162px;
    height: 54px;
}

#contact-form-container #new_submission .dform .submit_button .dform_container .dfinput_full .submit {
    background-color: white;
    color: rgb(8,180,228);
    font-size: 16px;
    letter-spacing: .4px; 
    font-weight: bold;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-transform: uppercase;
}
.dform_container {
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
}

.dform_element { margin: 0 0 36px 0 !important; } 

@media only screen and (max-width: 1200px) { 
#contact-wrapper { flex-direction: column; }
#contact-form-container { border-right: 0 !important; width: 100% !important; display: flex; flex-direction: column; order: 2; }
#contact-photo { width: 100% !important; display: flex; order: 1; }
#main-contact { width : 300px !important; }
}