@import url(normalize.css);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{height:100%;border:0;overflow:hidden}html{color:white;font-family:"Open Sans",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.75}body{background-color:#222;background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.95)),url("../img/bg-main-office.jpg") no-repeat;background-size:cover;-webkit-animation:fadein 2s;animation:fadein 2s}::-moz-selection{color:white;background:#e70c52}::selection{color:white;background:#e70c52}.content{height:100%;width:100%;display:flex;align-items:center}.content article{max-width:620px;margin:10px 15%;font-weight:300}.content article p{margin-top:25px;text-align:left;font-size:1.25rem}.content article h1{font-size:2rem;font-weight:300;line-height:1.50;margin-bottom:20px}.content article h1 span{font-weight:600}.content article a{color:white;cursor:pointer;white-space:nowrap;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.3);padding-bottom:1px;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.content article a:hover{color:#e70c52;border-color:#e70c52;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.content a.main-cta{display:inline-block;background:#e70c52;color:white;border:0;padding:10px 30px;-webkit-border-radius:30px;border-radius:30px;background-clip:padding-box;margin:20px 0 0 0;transform-style:preserve-3d;font-weight:600}.content a.main-cta:after{top:-100%;left:0;width:100%;position:absolute;content:'And drop a line :-)';padding:10px 30px;-webkit-border-radius:30px;border-radius:30px;background-clip:padding-box;background:white;transform-origin:left bottom;transform:rotateX(90deg)}.content a.main-cta:hover{background:white;color:#e70c52;transform-origin:center bottom;transform:rotateX(-90deg) translateY(100%)}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@media screen and (max-width:620px){.content{margin:0;padding:0}.content article h1{font-size:1.2rem;line-height:1.9rem;margin-bottom:0}.content article p{font-size:1rem;line-height:1.7rem;padding-right:20px;margin-top:15px}.content a.main-cta{margin:10px 0 10px 0}}