/**
 * CSS Reset by Eric Meyer
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 *
 **/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  transition: all 300ms ease-in;
}

body {
  background: url("images/bg_car.jpg") no-repeat left center fixed;
  background-size: cover;
}

body {
  font-family: "Source Sans Pro";
}

a {
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.banner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #059dc4;
  background-blend-mode: multiply;
}

.hero-text {
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.hero-text-1 {
  display: block;
  font-size: 65px;
  font-weight: 200;
  color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hero-text-1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 40em) {
  .hero-text-1 {
    font-size: 28px;
  }
}

.hero-text-2 {
  display: block;
  font-size: 44px;
  font-weight: 200;
  color: #00cbff;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hero-text-2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 40em) {
  .hero-text-2 {
    font-size: 19px;
  }
}

.hero-text-3 {
  display: block;
  font-size: 85px;
  font-weight: 400;
  color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hero-text-3 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 40em) {
  .hero-text-3 {
    font-size: 38px;
  }
}

.call-now {
  font-size: 36px;
  font-weight: 200;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .call-now {
    font-size: 28px;
  }
}

.phone-big {
  font-size: 72px;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .phone-big {
    font-size: 56px;
  }
}
.phone-big a {
  color: white;
}

.services {
  margin-top: 120px;
  margin-bottom: 120px;
  font-size: 36px;
  font-weight: 200;
  color: #555;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .services {
    font-size: 24px;
  }
}
@media only screen and (max-width: 40em) {
  .services {
    font-size: 18px;
  }
}

.services li {
  padding-bottom: 60px;
}
.services li:last-child {
  padding-bottom: 0;
}

.topbar {
  height: 49px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.tb__links {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
}
.tb__links li {
  display: inline;
  list-style-type: none;
  padding-left: 20px;
}
.tb__links li:first-child {
  padding-left: 0;
}
.tb__links a {
  color: #036780;
  border-bottom: 2px solid #eee;
}
.tb__links a:hover {
  border-bottom: 2px solid #059dc4;
}

footer {
  background: #036780;
  height: 50px;
  line-height: 50px;
  color: #4dc7e6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
}
@media only screen and (max-width: 64em) {
  footer {
    font-size: 13px;
  }
}
@media only screen and (max-width: 40em) {
  footer {
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
    line-height: 2;
    text-align: center;
  }
}
footer a {
  color: #4dc7e6;
}
footer a:hover {
  color: #eee;
}

.footer__contact {
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .footer__contact {
    text-align: center;
  }
}

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