body,html { height:100%;font-size:16px;font-weight:300 }
#getintouch { padding: 50px 0;}

.scaleIn { -webkit-animation-name: scaleIn; animation-name: scaleIn; }
@-webkit-keyframes scaleIn {
 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleIn {
 0% { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
 100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}

/* Contact Form */
#contact, #more { padding: 50px 0 70px; }
#contact  { }
#contact .contact-form { background: rgba(255, 255, 255, 0.8); padding: 0 20px; margin-top: 0px; }
#contact .contact-form h3 { margin-top: 0; }

/* Footer */
#footer { padding:2%;font-weight:lighter;font-size:.85em; }
#footer a { }
#footer a:hover {  }


/* FORM STYLES */
.form-control { box-shadow: none; -webkit-box-shadow: none; }
