#contact-section{box-sizing:border-box;min-height:50vh;padding-top:4em;padding-bottom:5em;margin:0 auto;background-color:rgba(13,10,11,.75);box-shadow:0 -3px 10px #000;overflow:hidden}.contact-content{max-width:1080px;padding:1em;margin:0 auto}.contact-content h1{font-size:10vw;text-align:left;-webkit-text-stroke:1px #eae6e6;color:transparent;margin-top:-2rem;transition:all .5s ease}@media(max-width:992px){.contact-content h1{font-size:12vw;-webkit-text-stroke:0 #eae6e6;color:#eae6e6;margin-top:0}}@media(max-width:767px){.contact-content h1{font-size:13vw;font-weight:500}}.contact-content h2{clear:both;font-size:4em;text-align:left;color:#eae6e6;margin-left:1rem;margin-bottom:.25em}@media(max-width:992px){.contact-content h2{font-size:2em;margin-left:.25rem}}@media(max-width:767px){.contact-content h2{margin-left:0}}.contact-content h2:before{content:"//";font-size:1.25em;color:#eae6e6;font-weight:500;margin-right:3px}.contact-copy{margin-top:4em}.contact-form{width:100%;font-size:1.25em;margin-bottom:15vh;box-sizing:border-box}.contact-form small{font-size:.85em;color:#ef5a59;float:left;letter-spacing:.1em;margin-bottom:2em}.contact-form label{float:left;margin:.5em 0;letter-spacing:.05em;clear:both}.contact-form label span{color:#ef5a59}.contact-form input{box-sizing:border-box;width:100%;height:2.5em;padding:.1em 1em;margin-bottom:1.5em;font-family:ballinger-condensed,Helvetica,Arial,sans-serif;font-weight:400;text-transform:uppercase;font-size:1.1em;letter-spacing:.05em;color:#eae6e6;border:2px solid #eae6e6;background-color:rgba(13,10,11,.75);transition:all .25s;outline:none}.contact-form input:focus{color:#332c2c;background-color:#eae6e6;transition:all .25s}.contact-form textarea{box-sizing:border-box;width:100%;min-height:20em;padding:.5em 1em;margin-bottom:1.5em;font-family:ballinger-condensed,Helvetica,Arial,sans-serif;font-weight:400;font-size:1.1em;letter-spacing:.05em;color:#eae6e6;border:2px solid #eae6e6;background-color:rgba(13,10,11,.75);transition:all .25s;outline:none;resize:none}.contact-form textarea:focus{color:#332c2c;background-color:#eae6e6;transition:all .25s}.contact-form input[type=submit]{float:left;clear:both;width:30%;background-color:#eae6e6;color:#332c2c;letter-spacing:.08em;cursor:pointer;transition:all .15s}@media(max-width:767px){.contact-form input[type=submit]{width:100%}}.contact-form input[type=submit]:hover{background-color:#ef5a59;color:#eae6e6;transition:all .15s}