.contact-page{justify-content:space-between;overflow-y:auto;overflow-x:hidden}.contact-div,.contact-page{height:100%;width:100%;display:flex;flex-direction:column;align-items:center}.contact-div{justify-content:center}.contact-call{display:flex;padding:10px 0 0;width:110%;justify-content:flex-end}.form-control,.send-button{letter-spacing:2px;border:1px solid #000;color:#000;border-radius:2px;padding:10px;font-family:Neutraface Text,sans-serif;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.send-button{background-color:#e6e6fa;transition:.05s ease-in-out;width:60px;top:280px;right:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 5px rgba(0,0,0,.3);position:absolute;cursor:pointer;font-size:12px}.send-button:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background-size:cover;background-repeat:no-repeat;pointer-events:none}.send-button:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.form-control{background-color:#fff;width:100%}.contact-nav{position:absolute;top:0;right:0}.form-row{display:flex;flex-wrap:wrap;justify-content:center}.form-col{width:45%}.form-col,.form-col-full{width:100%;padding:4px;box-sizing:border-box;margin:0 10px}.contact-form,.contact-form-div{display:flex;justify-content:center}.contact-form{flex-direction:column;padding:20px 25px 20px 10px;position:relative;max-width:700px;min-height:400px}.message{height:80px}input textarea{font-size:large}