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: inherit;
  vertical-align: baseline;
}

/* Vars */
div {
  display: block;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  color: #101010;
  background: #fff;
  margin: 0;
  padding: 0;
  font: 1.5rem/1.4 "Open Sans", Arial, Helvetica, Tahoma;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.center {
  max-width: 54rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .center {
    padding: 0 2rem;
  }
}

a {
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  color: #ff6d0a;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.desc {
  text-align: center;
}
.desc p {
  line-height: 1.7;
}
.desc h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

header {
  text-align: center;
  padding: 7rem 0;
}
header .logo {
  width: 340px;
  height: 94px;
}
@media (max-width: 767px) {
  header .logo {
    width: 70%;
    height: auto;
  }
}
header .center {
  padding-top: 7rem;
}
header .center a {
  font-weight: bold;
}

footer .top {
  background: #ff6d0a;
  padding: 10rem 0;
}
footer .top .desc p, footer .top .desc a, footer .top .desc h2 {
  color: #fff;
}
footer .years {
  padding: 7rem 0;
}
footer .years .center {
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
}
footer .years .center > div img {
  width: 65px;
  height: 82px;
}
footer .years .center > div:last-child {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  footer .years .center {
    flex-wrap: wrap;
  }
  footer .years .center > div {
    width: 100%;
    text-align: center;
  }
  footer .years .center > div:last-child {
    padding: 2rem 0 0 0;
  }
}

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