html, body { height: 100%; width: 100%; font-family: 'Montserrat', sans-serif; }

.text-center { text-align: center; }

.btn-default { background: #EA7723; color: #fff; }

.background { background: url("../img/spaceiq.jpg"); background-size: cover; background-position: 50% 60%; height: 100%; width: 100%; position: relative; padding-top: 100px; }
@media (max-width: 550px) { .background { padding-top: 65px; } }

.content-area { max-width: 1000px; margin: 0 auto; min-height: 400px; background: rgba(0, 0, 0, 0.8); border: 1px solid #FFC413; padding-bottom: 10px; }
@media (max-width: 1050px) { .content-area { border: none; border-top: 1px solid #FFC413; border-bottom: 1px solid #FFC413; } }
.content-area h1 { color: #fff; text-align: center; padding-top: 50px; font-size: 36px; margin-bottom: 35px; }
@media (max-width: 550px) { .content-area h1 { font-size: 28px; } }
.content-area .logo { width: 275px; }
@media (max-width: 550px) { .content-area .logo { width: 225px; height: 60px; } }
.content-area .pitch { text-align: center; color: #fff; font-size: 18px; padding: 0px 20px; margin-top: 25px; padding-top: 10px; }
@media (max-width: 550px) { .content-area .pitch { font-size: 16px; } }
.content-area .existing-customer { margin-top: 60px; text-align: center; color: #fff; font-size: 20px; padding: 0 10px; }
@media (max-width: 550px) { .content-area .existing-customer { font-size: 18px; } }
.content-area .existing-customer a { color: #f77c25; text-decoration: underline; font-weight: bold; -webkit-transition: all ease .1s; transition: all ease .1s; }
.content-area .existing-customer a:hover { -webkit-transition: all ease .1s; transition: all ease .1s; text-decoration: none; color: #777; }

/*# sourceMappingURL=style.css.map */